Skip to content

Implementation of the Multiplicative Extended Kalman Filter for a drone

License

Notifications You must be signed in to change notification settings

integernick/mekf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplicative Extended Kalman Filter (MEKF)

C++ implementation of the Multiplicative Extended Kalman Filter (MEKF) for estimating an unmanned vehicle attitude using unit quaternion and position using latitude, longitude and altitude above WGS84 ellipsoid. Supported sensors are accelerometer, magnetometer, barometer and GNSS position/attitude measurements (for dual GNSS antenna setup).

Based on the following article: https://matthewhampsey.github.io/blog/2020/07/18/mekf

Dependencies

  • Eigen3 (libeigen3-dev)

About

Implementation of the Multiplicative Extended Kalman Filter for a drone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published