-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Question about mid-point integration in integration_base.h #14
Comments
@QinTony Yeah, your derivation exactly matches your implementation. I am still confused about the calculation of f01, f31, etc. Forgive me for my poor math, however, could you please give me an example of the computation of f01? Thanks a lot. |
You maybe confuse about quaternion derivate. Quaternion kinematics for the error-state KF Similiar step in Page.51 |
Thanks for your great help. You're correct, the quaternion derivate does confuse me. I read through the kienmatics.pdf paper, and know the meaning of your formula. Best wishes. |
In your paper TRO VINS-Mono: A Robust and Versatile Monocular Visual-Inertial State Estimator, you've demonstrated the Euler integration procedure in an understandable and elegant manner. At the same time, your implementation chooses Mid-point integration, as is shown in VINS-Mono project.
In method IntegrationBase::midPointIntegration(), I see that you propagate jacobian and covariance with similar formular as (10) and (11) in TRO,
I mean,
What I do not understand is that how F and V are computed?
Are there corresponding formulas in your other papers? I'd appreciate it if you can provide any information about this. Thank much again for your outstanding work.
The text was updated successfully, but these errors were encountered: