You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for sharing the code!@jingpang@MaXinjun0109@jyzhong@ferreram
I am learning your code recently, and I find the jacobian of Pwb error "JdPwb" in EdgeNavStatePointXYZ::linearizeOplus() is defrent between RT and Master version. I guess it is because used defferent Pwb update way. In the master version "Pwb <- Pwb + Rwb*delta_Pwb",but In the RT version "Pwb <- Pwb+delta_Pwb".
why do you choose different way to update Pwb?
The text was updated successfully, but these errors were encountered:
Thank you very much for sharing the code!@jingpang @MaXinjun0109 @jyzhong @ferreram
I am learning your code recently, and I find the jacobian of Pwb error "JdPwb" in EdgeNavStatePointXYZ::linearizeOplus() is defrent between RT and Master version. I guess it is because used defferent Pwb update way. In the master version "Pwb <- Pwb + Rwb*delta_Pwb",but In the RT version "Pwb <- Pwb+delta_Pwb".
why do you choose different way to update Pwb?
The text was updated successfully, but these errors were encountered: