Skip to content
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

Handle SE(3) measurement by invariant EKF #15

Open
narutojxl opened this issue Sep 25, 2023 · 0 comments
Open

Handle SE(3) measurement by invariant EKF #15

narutojxl opened this issue Sep 25, 2023 · 0 comments

Comments

@narutojxl
Copy link

Hello doctor @artivis,
I learned invariant EKF has some advantages, e.g. consistent and guaranteed convergence etc, over traditional EKF recently in paper [The Invariant Extended Kalman filter as a stable observer, Axel Barrau, Silvere Bonnabel]. But the measurement model must is Left-invariant observations, zt = x * d or Right-invariant observations, zt = x.inv * d. I want to loosely couple imu with a lio(lidar-inertial-odometry) system, which can give SE(3) measurement. But it seems that lio measurement can not statisfy invariant EKF measurement, right ?
From your experience, In kalmanif lib , Square Root Extended Kalman Filter (SEKF) or Unscented Kalman Filter on manifolds (UKFM), which one should i to try in terms of accuracy and stability? Thanks for your help and time a lot!

Best regards
narutojxl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant