Closed fxprime closed 1 year ago
The negotiated
package is prepared as part of our Isaac ROS Docker environment (see the Dockerfile here). If you're running inside the container we provide in the Isaac ROS Common repository and you've appropriately run source /opt/ros/humble/setup.bash
, you shouldn't run into this issue.
Can you check if the negotiated
package exists in your /opt/ros/humble
directory inside the container?
Note that due to specific new features introduced in ROS 2 Humble, the Isaac ROS suite of packages is not compatible with ROS 2 Foxy or older versions.
Thank you for you kind response. I manage to run on docker with 20.04. (i was tested on 18.04 but failed) So this issue can be closed.
Failed <<< isaac_ros_nitros [4min 14s, exited with code 2]
Summary: 9 packages finished [5min 20s] 1 package failed: isaac_ros_nitros 1 package had stderr output: isaac_ros_nitros 15 packages not processed
System information : NVIDIA NVIDIA Jetson Xavier NX Developer Kit L4T 35.3.1 [ JetPack UNKNOWN ] Ubuntu 20.04.6 LTS Kernel Version: 5.10.104-tegra CUDA 11.4.315 CUDA Architecture: 7.2 OpenCV version: 4.5.5 OpenCV Cuda: YES CUDNN: 8.6.0.166 TensorRT: 8.5.2.2 Vision Works: NOT_INSTALLED VPI: 2.2.7 Vulcan: 1.3.204 ROS version : foxy (have tried using docker provided in isaac_common. Same issue)
Error : Starting >>> isaac_ros_nitros --- stderr: isaac_ros_nitros
In file included from /home/fx/isaac_ws/src/isaac_ros_nitros/isaac_ros_nitros/include/isaac_ros_nitros/types/nitros_empty.hpp:21, from /home/fx/isaac_ws/src/isaac_ros_nitros/isaac_ros_nitros/src/types/nitros_empty.cpp:20: /home/fx/isaac_ws/src/isaac_ros_nitros/isaac_ros_nitros/include/isaac_ros_nitros/types/nitros_format_agent.hpp:23:10: fatal error: negotiated/negotiated_publisher.hpp: No such file or directory 23 | #include "negotiated/negotiated_publisher.hpp" | ^
~~~~~~~~ compilation terminated.Thank you in advanced.