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

How to get the bias estimates #1

Open
amberwood31 opened this issue Jan 10, 2025 · 0 comments
Open

How to get the bias estimates #1

amberwood31 opened this issue Jan 10, 2025 · 0 comments

Comments

@amberwood31
Copy link

Hi, dear author

Thanks for sharing your work.

May I know what's the correct way to extract the bias estimates after the preintegration?
My understanding was that since the bias was explicitly modelled in the state vector, it would also be updated after integrating the measurements. So I tried adding these lines to the test program.

  std::cout << "Preintegration bias:\n" << pim.b()[0] << ", " << pim.b()[1] << ", " << pim.b()[2] << "\n\n" << std::endl;

I expected to see some small values that would be the gyro bias estimates, but I'm getting all zeros.
Please kindly share some insights!

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

1 participant