jingpang / LearnVIORB

Other
818 stars 451 forks source link

The optimization paramers is deffrent between RT and Master version #75

Open wds01060202 opened 4 years ago

wds01060202 commented 4 years ago

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?