rtabmap_ros icon indicating copy to clipboard operation
rtabmap_ros copied to clipboard

Generating a depth image through scan_cloud

Open AnoushkaThakur opened this issue 2 years ago • 1 comments

Hi,

  1. I am mapping through a camera and 3Dlidar. I want to generate the depth image through my 3Dlidar, since the depth image of my camera is crooked and isn't reliable. i have used the argument : "gen_depth" = true and have also subscribed to scan_cloud instead of scan yet while my mapping gets complete and i view the depth image via the databaseViewer , I can clearly see that the depth image is made through the camera. Even when my 3D map is assembled through the points of 3Dlidar.

2 Is it possible to generate the /rgbd_image with camera and 3Dlidar ?

PFA: Depth image image

AnoushkaThakur avatar Aug 23 '23 06:08 AnoushkaThakur

To use gen_depth option, you should not provide a depth image (subscribe_depth:=false), otherwise gen_depth is just ignored.

matlabbe avatar Aug 27 '23 21:08 matlabbe