Hi NVIDIA dev team,
I am currently working on setting up Isaac Sim inside a Docker container on an Ubuntu 24.04 host (RTX A5000 GPU, Driver 580.173.02). I am trying to connect Isaac Sim to ROS 2 Jazzy on the host, but I am encountering persistent issues.
What I have done:
- Initially used
nvcr.io/nvidia/isaac-sim:2022.2.1. The GUI works fine, but when I enableROS2 HUMBLE BRIDGEin the Extensions, I get aSegmentation faultand the error:Error getting RMW implementation identifier / RMW implementation not installed. - I suspect the crash is due to the ROS version mismatch (Foxy inside the container vs. Jazzy on the host). To fix this, I tried building a custom image based on
ubuntu22.04and copying the local standalone Isaac Sim (likely 5.1.0) into the image, while installingros-humble-ros-baseinside. - However, the custom build fails with
pull access denied for nvidia/cuda(even after switching tonvcr.iosources).
Logs & Errors:
(Please copy and paste your terminal output and the crash logs here. The crash logs show [Fatal] [carb.crashreporter-breakpad.plugin] and Segmentation fault (core dumped))
Detailed questions:
- Is there a known workaround for the ROS2 bridge Segfault in Isaac Sim 2022.2.1 inside Docker?
- For the custom build, what is the correct base image to use for Isaac Sim 5.1.0 that supports ROS2 Humble? I encountered
pull access deniedon bothnvidia/cudaandnvcr.io/nvidia/cuda. - Has anyone successfully run ROS2 Humble/Jazzy communication with Isaac Sim 5.1.0 in a Docker container?
Thanks in advance for your help!
Important: Isaac Sim support
Note: For Isaac Sim support, the community is gradually transitioning from this forum to the Isaac Sim GitHub repository so that questions and issues can be tracked, searched, and resolved more efficiently in one place. Whenever possible, please create a GitHub Discussion or Issue there instead of starting a new forum topic.
Note: For any Isaac Lab topics, please submit your topic to its GitHub repo ( GitHub - isaac-sim/IsaacLab: Unified framework for robot learning built on NVIDIA Isaac Sim · GitHub ) following the instructions provided on Isaac Lab’s Contributing Guidelines ( Contribution Guidelines — Isaac Lab Documentation ).
Please provide all relevant details below before submitting your post. This will help the community provide more accurate and timely assistance. After submitting, you can check the appropriate boxes. Remember, you can always edit your post later to include additional information if needed.
Isaac Sim Version
6.0.1
6.0.0
5.1.0
5.0.0
4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Operating System
Ubuntu 24.04
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model:
- Driver Version:
Topic Description
Detailed Description
(Describe the issue in detail, including what you were trying to do, what you expected to happen, and what actually happened)
Steps to Reproduce
(Add more steps as needed)
Error Messages
(If applicable, copy and paste any error messages you received)
Screenshots or Videos
(If applicable, add screenshots or links to videos that demonstrate the issue)
Additional Information
What I’ve Tried
(Describe any troubleshooting steps you’ve already taken)
Related Issues
(If you’re aware of any related issues or forum posts, please link them here)
Additional Context
(Add any other context about the problem here)