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

IMUPreintegrator::update() function A matrix initializated with indentity() maybe is not correct. #81

Open
jdcllh opened this issue Aug 26, 2022 · 0 comments

Comments

@jdcllh
Copy link

jdcllh commented Aug 26, 2022

hello,
thanks your great implementation!
for A matrix initialization in IMUPreintegrator.cpp, line 91, if you initialized the A matrix with indentity, then i think, you should also let A.block<3,3>(6,3), A.block<3,3>(6,0) and A.block<3,3>(3,0) to zero, as show below Forster supplementary paper:
image

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