Hi @maikelborys
I was reading your solution, but how did you fix it?
Best,
Raffaello
Hi @Raffaello
Let me break down my solution and setup in case it helps you or others.
π» My System:
π οΈ Root Issues Identified:
The camera was not working correctly with default librealsense installed via apt.
β Fix: Downgraded firmware to 5.13.0.50 as recommended by NVIDIA.
Steps:
rs-fw-update -f Signed_Image_UVC_5_13_0_50.bin
Reference:
I had CUDA 12.2 installed, while Isaac ROS containers were using CUDA 12.6.
β Fix: Installed CUDA 12.6.2 to match the container:
I had to uninstall all NVIDIA components and install driver version 575 to match my RTX 4070 properly.
RESUMEN
I completely removed Isaac ROS, all NVIDIA-related components, and Docker images. Then reinstalled everything from scratch
π§Ή Full Cleanup Performed:
β Fresh Installation Steps:
Since then, everything works perfectly β camera feeds, VSLAM, and Nvblox integration inside Docker containers.
Happy to share more details if needed!
Gracias,
Maikel
Thank you very much for sharing!