Robotics StackExchange | Archived questions

Monocular Camera and 2D Lidar calibration

I have a monocular camera and a 2d lidar placed on top a platform, both of units are static and relative to each other, I wanted to know the procedure for calibrating both units. Is there an package present in ROS.

Lidar module - RPLIDAR

Asked by bala_subramanyam on 2018-05-30 02:58:05 UTC

Comments

Answers

I have built a system which has some similarity with yours, the only difference is my sensors were placed on a tilt platform so it was able to produce 3D scans. I developed an automated calibration system which is described in this paper.

This system calibrates the intrinsic values of the cameras lens model at the same time as the extrinsic transformation between the two sensors by matching the IR reflectance readings from the LiDAR with the intensity of the camera image.

I'm not sure sure this is relevant in your case with the RPLIDAR. What exactly are the calibration parameters you're trying to determine?

Asked by PeteBlackerThe3rd on 2018-05-31 07:57:15 UTC

Comments