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

IMU preintegration actually not used? #8

Open
yinhaosen opened this issue Jul 10, 2023 · 2 comments
Open

IMU preintegration actually not used? #8

yinhaosen opened this issue Jul 10, 2023 · 2 comments

Comments

@yinhaosen
Copy link

if (cloudInfo.odomAvailable == true && cloudInfo.imuPreintegrationResetId == imuPreintegrationResetId)

Here, inglobalLocalize.cpp, it seems that imu preintegration odometry for prior to lidar actually cannot be used because the code of lidar incremental pose has been deleted.

@NozomiWyane
Copy link

I want to ask the same question, it seems that it didnt use the imupreintegration results in code, but I try to use it in the code. Have you tried it?

@yinhaosen
Copy link
Author

I want to ask the same question, it seems that it didnt use the imupreintegration results in code, but I try to use it in the code. Have you tried it?

Yes. Just same as the original version of LIO-SAM but you need to do some tricks to integrate them. I have completed it a few months ago and forgotten what tricks :(

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