/test_MKF

Sources used to compare the MKF orientation estimation approaches.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

test_MKF

Sources used to compare the MKF orientation estimation algorithms.

The code is shown running at:

There are 9 orientation estimation algorithms:

  • 4 of them are based on the UKF (Manifold Unscented Kalman Filter).
  • 4 of them are based on the EKF (Manifold Extended Kalman Filter).
  • the last one is the Madgwick algorithm

Each version of the UKF and the EKF is different from the others by the used chart. 4 charts are studied:

  • Orthographic
  • Rodrigues Parameters
  • Modified Rodrigues Parameters
  • Rotation Vector

The sensor is an IMU, that provide measurements of acceleration, and angular velocity.

For more information see: