Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why not use imu linear_acceleration to calculate translation for undistortion #37

Open
likegogogo opened this issue Apr 2, 2022 · 1 comment

Comments

@likegogogo
Copy link

It looks like now this repo only use rotation info from imu.
why not use imu linear_acceleration to calculate translation for undistortion?

@xuankuzcr
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants