Skip to content

Sources used to compare the MKF orientation estimation approaches.

License

Notifications You must be signed in to change notification settings

PBernalPolo/test_MKF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Sources used to compare the MKF orientation estimation approaches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published