-
Notifications
You must be signed in to change notification settings - Fork 1
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 jacobian derivation process #2
Comments
Hi @codehory, |
Thanks for your reply! The function LeftQuatMatrix in math.hpp shows the quaternion convention may be in JPL. Could it be that I misunderstood the code?
|
It is wried, i remeber eigen and ceres quaternions are all hamilton and ceres's normal eqaution update is right delta update, namely,
|
Thanks for your reply! I used right perturbation to derive jacobian in LidarPureOdomPlaneNormFactor. Line 68: the result is the same with yours. But the author looks like to use left perturbation equation Line 84: all consistent Line 100: my result is Line 287: the result is the same with yours. May be the author's result is wrong. I'm not sure whether there are still some errors in my derivation. If the author really has so many mistakes, why can this project continue to run normally?
|
Hi @narutojxl , thanks for your code notes !
I have some questions:
Thanks in advance!
The text was updated successfully, but these errors were encountered: