NVIDIA-ISAAC-ROS / isaac_ros_visual_slam

Visual SLAM/odometry package based on NVIDIA-accelerated cuVSLAM
https://developer.nvidia.com/isaac-ros-gems
Apache License 2.0
813 stars 126 forks source link

Feature Request to add support for RGBD stream #138

Open sandeepdutta opened 6 months ago

sandeepdutta commented 6 months ago

Hello,

This is a feature request to add support RGBD images instead of Stereo images, if it not very difficult. I am assuming that you convert the stereo images to a disparity map early in the processing pipeline.

Thank you Sandeep

jaiveersinghNV commented 6 months ago

Thank you for your feedback!

The stereo image processing step is a core part of the cuVSLAM library, and a simple depth map would be insufficient for this algorithm. We'll keep your request of a monocular RGBD SLAM solution in mind for the future.

zhangzscn commented 6 months ago

need rgbd slam too

zhangzscn commented 6 months ago

At present, there are few binocular camera models, but there are many RGBD camera models. In addition, some binocular cameras will add speckle emission hardware due to the hardware structure design, resulting in the binocular camera being unavailable. Can you add the SLAM algorithm for RGBD? @jaiveersinghNV