NVIDIA-ISAAC-ROS / isaac_ros_nitros

NVIDIA Isaac Transport for ROS package for hardware-acceleration friendly movement of messages
Other
95 stars 18 forks source link

undefined reference to `nvtxRangePushEx` and `nvtxRangePop` #17

Closed Vulcan-YJX closed 1 year ago

Vulcan-YJX commented 1 year ago

when I use cuvslam with hawk , get a error about isaac_ros_image_proc can't find nvtxRangePushEx and nvtxRangePop in the libisaac_ros_nitros_image_type.so.

Thanks.

hemalshahNV commented 1 year ago

The latest release of Isaac ROS is DP3. The Isaac ROS Dev container adds /usr/local/cuda-11.4/targets/aarch64-linux/lib to your LD_LIBRARY_PATH which would resolve this.

Vulcan-YJX commented 1 year ago

Thanks. it works.