PJLab-ADG / SensorsCalibration

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

Is there any difference between auto calibration and online calibration w.r.t lidar2imu? #40

Open zhh2005757 opened 1 year ago

zhh2005757 commented 1 year ago

It seems to me that both auto calibration methods and online methods of lidar2imu need lidar pcds and imu poses input. What the difference between them? I think online calibration can run without any input, right?

xiaokn commented 1 year ago

It seems to me that both auto calibration methods and online methods of lidar2imu need lidar pcds and imu poses input. What the difference between them? I think online calibration can run without any input, right?

Automatic calibration requires users to collect calibration data as required, while online calibration does not. Both of these require sensor data input.

zhh2005757 commented 1 year ago

But I see that the online calibration tool also need some sensor data input files as the starting parameters. Are theses input files the same as ones of auto calibration?