-
Notifications
You must be signed in to change notification settings - Fork 20
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
Derivation of jacobian formula #1
Comments
Hi @chengwei0427 for the derivation of lie algebra, I would like to recommend this website, which has all SLAM maths included (note that there are some typo mistakes) In summary, you question is how to derive the formula for log(R1 * R * R2)/x, where Exp(x)=R, let delta_x be a small perturbation, we know that for any rotation matrix R0, we have R0 * Exp(delta_x) * R0' = Exp(R0 * delta_x) |
Hi, @wh200720041 I have another question about the IMU propagate process in As the comment in the
But I cannot unstand how to derivation the |
Hi, @wh200720041 I cannot unstand the derivation The bellow picture is the Jacobi in 简明ESKF The jacobi about theta to delta_theta is One way to deal with it is :
But I donot know if it is right? Can you give me some suggest? |
Hi, @wh200720041
Thanks for your great work.
I have a question about the derivation of jacobian formula in imuOptimizationFactor.cpp.
The residual function is:
`
`
the optimized variable is
r p v ba bg
I'm confused about how do you derive the formula
`
`
and
jacobian_j.block<3, 3>(0, 0) = Utils::Jr_so3_inv(rot_residual);
Can you give me some help?
The text was updated successfully, but these errors were encountered: