NVIDIA-ISAAC-ROS / isaac_ros_nvblox

NVIDIA-accelerated 3D scene reconstruction and Nav2 local costmap provider using nvblox
https://developer.nvidia.com/isaac-ros-gems
Apache License 2.0
439 stars 80 forks source link

Realsense Firmware for vslam and nvblox #90

Closed ikhann closed 8 months ago

ikhann commented 8 months ago

Hi!

I am planning to use isaac_ros_visual_slam in conjunction with isaac_ros_nvblox, and I'm using the Realsense D435 camera for this setup. However, I've encountered a bit of a dilemma regarding the firmware version compatibility between these two ROS packages and the Realsense camera.

The isaac_ros_visual_slam Troubleshooting Suggestions advise that the firmware of the RealSense camera should be 5.14.0 or newer. This seems straightforward, but there's a conflicting recommendation for isaac_ros_nvblox.

For isaac_ros_nvblox, the documentation indicates it has been tested and found compatible with RealSense camera firmware version 5.13.0.50. More so, there's a specific note in the nvblox examples stating, "The latest RealSense firmware (version 5.14 at the time of publishing) might have issues. Our recommendation is to install exactly version 5.13.0.50".

Given these conflicting recommendations, I'm unsure which firmware version to use for optimal performance and compatibility with both isaac_ros_visual_slam and isaac_ros_nvblox. Could you provide guidance on which firmware version would be the best choice in this situation?

Thank you!

jaiveersinghNV commented 8 months ago

Hi @ikhann - I believe we've responded to your Developer Forum thread already, but for the sake of closure on this issue, I'll duplicate our response here:

We suggest to use version 5.13.0.50

ikhann commented 8 months ago

Hi @ikhann - I believe we've responded to your Developer Forum thread already, but for the sake of closure on this issue, I'll duplicate our response here:

We suggest to use version 5.13.0.50

Indeed! Thank you for your help!