ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Is it possible to get rgb from camera and depth from the lidar for loop closure detection?

asked 2021-11-04 12:28:05 -0500

Delbina gravatar image

updated 2021-11-06 13:06:39 -0500

lucasw gravatar image

hi.

i have a number of sensors already (3d-lidar, imu, wheel odometer), now i want to use an RGB camera as well. the rgb part of the camera (ASUS model) is ok but its depth is so poor outside. so is it possible to receive rgb from the camera nad the depth from 3d laidar?
I want to have a loop clousre so i need to have a camera.

kind regards

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-11-13 19:24:31 -0500

matlabbe gravatar image

The idea would be to reproject the lidar point cloud in RGB camera frame, creating a registered depth image to RGB camera. You can look at this post, where a depth image (see top left in image below) its created from velodyne point cloud:

image description

Other approach would be to use a stereo camera instead.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2021-11-04 12:28:05 -0500

Seen: 81 times

Last updated: Nov 13 '21