-
Notifications
You must be signed in to change notification settings - Fork 155
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
Questions about left update after LM optimization #54
Comments
(1) You can see the left update in the paper. [dR & dp // 0 & 1 ] * [R & p // 0 & 1] = [dRR & dRp + dp // 0 & 1]. It is the update in SE3. (2) We just want to keep the first pose unchanged. Of course, you can use other manners to fix the first pose (e.g., set the parts corresponding to the first pose of the Hessisan matrix into identity.) |
thanks for your patient reply.
/***********************************************/ |
sorry! the question 3 is my fault that i did not notice that the derivation is based on SO3. |
Dear author, thanks for your excellent work.I read the paper and the code recently, but some questions in my mind.
firstly, it is why the position left_update left multiply dR, specifics in damping_inter function? as I think the dR is not necessary.
the second,why do the transformation which transfer x_states to the pose relative to es0.
The text was updated successfully, but these errors were encountered: