hku-mars / IKFoM

A computationally efficient and convenient toolkit of iterated Kalman filter.
GNU General Public License v2.0
420 stars 76 forks source link

typos in df_dx ? #19

Open narutojxl opened 3 weeks ago

narutojxl commented 3 weeks ago

Hello @Joanna-HE Thanks for your excellent work to share this toolkit. I have some foolish questions to look for your help, thanks in advance!

https://github.com/hku-mars/IKFoM/blob/59cfc095ca74425f9b330c7c04a5d74f68c6dd62/Sample_1/FAST_LIO/include/use-ikfom.hpp#L110-L126

zhh2005757 commented 3 weeks ago

Exp(-omega * dt) is almost near to identity matrix

narutojxl commented 2 weeks ago

yes, agree with you. BTW, @zhh2005757 , about Q2 and Q3, is there a typo in paper?

Joanna-HE commented 2 weeks ago
  1. we calculate multiply delta t after calculating F_x, at the bottom line of the predict function.

  2. There should be a transpose, since A as defined in the paper is left jacobian, not the right jacobian.

  3. In theory, $$\frac{\partial{\dot{R}}}{{\partial{R}}} $$ in paper it is $$E_{XP}(-\hat{\omega_i} \Delta t)$$ should not disappear, it is calculated when there is a SO3 state.

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Xiaoliang Jiao @.> 发送时间: 星期五, 八月 23, 2024 11:41 上午 收件人: hku-mars/IKFoM @.> 抄送: @. @.>; Mention @.***> 主题: [hku-mars/IKFoM] typos in df_dx ? (Issue #19)

This is an external email.

Hello @Joanna-HEhttps://github.com/Joanna-HE Thanks for your excellent work to share this toolkit. I have some foolish questions to look for your help, thanks in advance!

https://github.com/hku-mars/IKFoM/blob/59cfc095ca74425f9b330c7c04a5d74f68c6dd62/Sample_1/FAST_LIO/include/use-ikfom.hpp#L110-L126

― Reply to this email directly, view it on GitHubhttps://github.com/hku-mars/IKFoM/issues/19, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANJUIXVBGTENPKTRXQ32YQDZS2VOTAVCNFSM6AAAAABM7LPDJ2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DEMJXGM4TCNI. You are receiving this because you were mentioned.Message ID: @.***>

narutojxl commented 1 week ago

@Joanna-HE, I'm really really thanks Dr. He kindly and detaily to solve my problem. Close it now!

narutojxl commented 3 days ago

@Joanna-HE , Dr. He, I'm so sorry to bother you again, i try to when fixing aboving typo get some troubles. Thanks for your kind help in advance! 2024-09-10_15-57