Platform x86_64
Camera D435i
I have follow this link Tutorial for Bi3D with RealSense Camera — isaac_ros_docs documentation
to install.
realsense-viwer works in docker
ros2 launch isaac_ros_bi3d isaac_ros_bi3d_realsense.launch.py withous use realsense runs correctly but when When I use colcon build --symlink-install, get this error:
fnished <<< isaac_ros_nova_interfaces [13.1s]
Finished <<< isaac_ros_tensor_list_interfaces [13.2s]
— stderr: isaac_ros_nitros_bi3d_inference_param_array_type
/workspaces/isaac_ros-dev/src/isaac_ros_depth_segmentation/isaac_ros_nitros_bi3d_inference_param_array_type/src/nitros_bi3d_inference_param_array.cpp:27:10: fatal error: gxf/core/entity.hpp: No such file or directory
27 | include “gxf/core/entity.hpp”
| ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/isaac_ros_nitros_bi3d_inference_param_array_type.dir/build.make:76: CMakeFiles/isaac_ros_nitros_bi3d_inference_param_array_type.dir/src/nitros_bi3d_inference_param_array.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:139: CMakeFiles/isaac_ros_nitros_bi3d_inference_param_array_type.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
Failed <<< isaac_ros_nitros_bi3d_inference_param_array_type [3.37s, exited with code 2]
Aborted <<< realsense2_camera [21.0s]