rtabmap_ros icon indicating copy to clipboard operation
rtabmap_ros copied to clipboard

Rtab_map scattering using D435i camera

Open abmuqhu3 opened this issue 2 months ago • 1 comments

i'm trying to do the mapping of my environment using d435i camera, and with that in rtabmap the map is scattering to much how to resolve this? and after converting into ply file it is showing like this in the meshlab how to correct it? @matlabbe check this one once please

Image Image

this is the launch file code i'm using

<remap from="rgb/image"         to="$(arg rgb_topic)"/>
<remap from="depth/image"       to="$(arg depth_topic)"/>
<remap from="rgb/camera_info"   to="$(arg camera_info_topic)"/>
<remap from="odom"              to="/odom"/>

abmuqhu3 avatar Oct 10 '25 10:10 abmuqhu3

This is stereo data, not TOF/LiDAR data, so it is expected. You may ask on realsense2 repo how to get more accurate depth.

matlabbe avatar Oct 11 '25 19:10 matlabbe