-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Hi, I tried your method with my data collected using Hesai PandarXT(32 line) and an external IMU. The data is synchronized, but the calibration result is wrong (The ground truth should be (-0.12, 0, 0.15), (0,0,-180) ), shown as follows:
Time taken for deskewing: 2.45107 [s]
[Propagation] successfully propagated
[Update] successful updateScan2Scan
[Update] successful updateScan2GlobalMap
[ INFO] [1640251233.514128561]: Lidar scan no: 557
[ INFO] [1640251233.514159010]: No of lodom: 498
[ INFO] [1640251233.514329557]: Reached end of bag
[ INFO] [1640251233.514342060]: Kalman Filtering took : 1295.45 [s]
Writing KF calibration result to: /home/dji/workspace/Texas_LICalib_ws/src/imu_lidar_calibration/linkalibr/data/I_T_L_final.txt
[ INFO] [1640251233.514537621]: Translation [in m]: -0.113965 -0.195481 -1.0932
[ INFO] [1640251233.514552354]: Euler Angles [in deg]: 174.288 179.51 -178.068
And I tested the same bag twice, the result are quite different. Could you please tell me the reason? Thx