NVIDIA-ISAAC-ROS / NVIDIA-ISAAC-ROS/isaac_ros_visual_slam

stderr: nvblox FindDoxygen not find

Open
#125 8 comments 0 reactions 1 assignee View on GitHub

@hemalshahNV is already working on this.

Since Oct 23, 2023.

bug needs info
Dominant language
C++
Stars
1.5k
Forks
206
PR merge metrics
No merged PRs in 30d

Description

Environment: Orin agx, L4T:35.4.1, Jetpack:5.1.2, python 3.8.10, ubuntu 20.04

in a docker, which build by command:
cd ${ISAAC_ROS_WS}/src/isaac_ros_common &&
./scripts/run_dev.sh ${ISAAC_ROS_WS}

error after command in the docker:

cd /workspaces/isaac_ros-dev &&
colcon build --symlink-install &&
source install/setup.bash

admin@ubuntu:/workspaces/isaac_ros-dev$ cd /workspaces/isaac_ros-dev && colcon build --symlink-install && source install/setup.bash
Starting >>> isaac_ros_common
Starting >>> isaac_ros_test
Starting >>> nvblox_msgs
Starting >>> nvblox_ros_common
Starting >>> nvblox
Starting >>> nvblox_cpu_gpu_tools
Starting >>> nvblox_performance_measurement_msgs
Starting >>> network_performance_measurement
Starting >>> nvblox_examples_bringup
Starting >>> nvblox_isaac_sim
Starting >>> odometry_flattener
--- stderr: nvblox
CMake Warning at /usr/share/cmake-3.22/Modules/FindDoxygen.cmake:460 (message):
Unable to determine doxygen version: No such file or directory
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindDoxygen.cmake:623 (_Doxygen_find_doxygen)
/workspaces/isaac_ros-dev/build/nvblox/_deps/ext_stdgpu-src/doc/CMakeLists.txt:7 (find_package)

CMake Error at /usr/share/cmake-3.22/Modules/FindDoxygen.cmake:702 (message):
Unable to generate Doxyfile template: No such file or directory
Call Stack (most recent call first):
/workspaces/isaac_ros-dev/build/nvblox/_deps/ext_stdgpu-src/doc/CMakeLists.txt:7 (find_package)

make: *** [Makefile:2433: cmake_check_build_system] Error 1

Failed <<< nvblox [2.77s, exited with code 2]
Aborted <<< isaac_ros_test [3.05s]
Aborted <<< nvblox_cpu_gpu_tools [2.71s]
Aborted <<< nvblox_isaac_sim [2.42s]
Aborted <<< nvblox_examples_bringup [2.48s]
Aborted <<< isaac_ros_common [3.12s]
Aborted <<< network_performance_measurement [3.77s]
Aborted <<< nvblox_msgs [5.59s]
Aborted <<< odometry_flattener [6.76s]
Aborted <<< nvblox_performance_measurement_msgs [8.53s]
Aborted <<< nvblox_ros_common [8.96s]

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.