RoboSense-LiDAR / rslidar_sdk

RoboSense LiDAR SDK for ROS & ROS2
Other
457 stars 219 forks source link

Feature request: fusion with image #131

Open schreiterjp opened 11 months ago

schreiterjp commented 11 months ago

Hi,

a nice addition to the driver would be a ROS2 node that subscribes to an image topic and projects the lidar point cloud into the image plane. A projection matrix could possibly be provided with a config.yaml. So the user only has to calibrate the lidar and camera.

The other way around, projecting an image pixel into the point cloud would give the opportunity to colorise the points and gather additional information. Therefore the inverted matrix could be used.

Thanks.