Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cuda issue when running roslaunch command. #149

Closed
pojolin opened this issue Feb 12, 2024 · 2 comments
Closed

Cuda issue when running roslaunch command. #149

pojolin opened this issue Feb 12, 2024 · 2 comments
Assignees
Labels
verify to close Waiting on confirm issue is resolved

Comments

@pojolin
Copy link

pojolin commented Feb 12, 2024

I am trying to run the Isaac Ros VSLAM on a Aeeon Boxer 8251AI. It has a Jetson Xavier NX. I followed the Quickstart steps and eveything looks fine until I try running the launch files. I get this error related to Cuda when I do so:

ros2 launch isaac_ros_visual_slam isaac_ros_visual_slam.launch.py
[INFO] [launch]: All log files can be found below /home/admin/.ros/log/2024-02-12-18-38-48-978043-v34-gpu-1-437026
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [component_container-1]: process started with pid [437037]
[component_container-1] [INFO] [1707763130.098561283] [visual_slam_launch_container]: Load Library: /opt/ros/humble/lib/libvisual_slam_node.so
[component_container-1] [ERROR] [1707763130.109000615] [visual_slam_launch_container]: Failed to load library: Could not load library dlopen error: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libcusolver.so.11: cannot read file data: Is a directory, at /tmp/binarydeb/ros-humble-rcutils-5.1.4/src/shared_library.c:99
[ERROR] [launch_ros.actions.load_composable_nodes]: Failed to load node 'visual_slam_node' of type 'nvidia::isaac_ros::visual_slam::VisualSlamNode' in container '/visual_slam_launch_container': Failed to load library: Could not load library dlopen error: /usr/local/cuda-11.4/targets/aarch64-linux/lib/libcusolver.so.11: cannot read file data: Is a directory, at /tmp/binarydeb/ros-humble-rcutils-5.1.4/src/shared_library.c:99

@swapnesh-wani-nvidia swapnesh-wani-nvidia self-assigned this Feb 21, 2024
@swapnesh-wani-nvidia swapnesh-wani-nvidia added the verify to close Waiting on confirm issue is resolved label Feb 21, 2024
@swapnesh-wani-nvidia
Copy link
Contributor

Looks like you are running this with an old version of Jetpack. Could you share the Jetpack version?

@pojolin
Copy link
Author

pojolin commented Feb 21, 2024

Yes I'm sorry, I realized this later but couldn't change the Jetpack version on the device I was using. Tested on some other device with the required prerequisites and it worked.

Thank you.

@pojolin pojolin closed this as completed Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verify to close Waiting on confirm issue is resolved
Projects
None yet
Development

No branches or pull requests

2 participants