You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LiDAR point cloud undistortion part in the code only compensates for the rotation, but does not calculate the translation. This is because the translation needs the speed state, but the long-time integration speed will be very inaccurate only by IMU, which needs to be corrected by estimating the speed in real time. Currently, this is not done, so only the rotation is used.
It looks like now this repo only use rotation info from imu.
why not use imu linear_acceleration to calculate translation for undistortion?
The text was updated successfully, but these errors were encountered: