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

gravity online estimation #14

Open
giangdao1402 opened this issue Mar 22, 2024 · 2 comments
Open

gravity online estimation #14

giangdao1402 opened this issue Mar 22, 2024 · 2 comments

Comments

@giangdao1402
Copy link

Hey, @peterWon
Thank for your interesting work !
I see that you adopt gravity factor from cartographer 3D, i have read the paper as well as the code. I have tested some SOTA framework with gravity factor and without gravity factor, and the output odometry is better with gravity factor. But I can not figure out what exactly gravity factor affect odometry, what is the true purpose of it . If you have time please give me some answers.
This problem bother me for a week.
Thanks

@peterWon
Copy link
Owner

Hi, @giangdao1402 , the gravity factor serves as a prior constraint in our front-end. We add this term to make sure the built submap is gravity-aligned so that we can project it to the 2D plane and construct loop constraints from the 2D submaps. You can regard the online estimation of gravity just as a repeat of initialization except that the velocity, pose, and biases are known at this time.

@giangdao1402
Copy link
Author

Thank you @peterWon
So if i just simple estimate gravity online (without project ...) and add it to graph of my LIO system, it still benefits pose compare to constant gravity pre-defined, right ?

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