PJLab-ADG / SensorsCalibration

OpenCalib: A Multi-sensor Calibration Toolbox for Autonomous Driving
Apache License 2.0
2.22k stars 529 forks source link

What is the right Lidar-camera calibration approach specific to the requirements? #129

Open muditshrivastava opened 8 months ago

muditshrivastava commented 8 months ago

We are using Ouster OS1 Lidar data and four cameras data for sensor fusion purpose. We want to calibrate Lidar-camera to obtain output transformation matrix. Please suggest the right Lidar camera calibration approach among auto-calib using segment anything, Joint calib and manual calib.

Why we are not getting any output transformation matrix using joint calib approach. Also PCL 1.9 exact version is not able to be installed, instead the latest version of PCL got installed that is not supported by the algorithm.

Lpy15540250240 commented 7 months ago

Just use manual calib model , i try it by ouster fusion,result will be fine.@muditshrivastava

muditshrivastava commented 7 months ago

By using manual calib, the input matrix is fed into the algorithm which matches exactly with the output Lidar- camera transformation matrix.

Then, what is the use of getting output matrix, if we are already feeding the same input matrix?