Skip to content
/ ESKF Public
forked from je310/ESKF

An implementation of an Error State Kalman Filter (ESKF)

License

Notifications You must be signed in to change notification settings

einspyon/ESKF

 
 

Repository files navigation

ESKF

An implementation of an Error State Kalman Filter (ESKF)

The ambition of this repository is to make an estimator that can take accelerometer/gyro readings and integrate them into a 6DOF pose. This will also be corrected by a motion capture system (or any absolute position input.).

Where possible notation and concepts will be taken from the notes provided by Joan Sola. Found at http://www.iri.upc.edu/people/jsola/JoanSola/objectes/notes/kinematics.pdf

This implementation is intended to run on an embedded device. In my case an STM32 development board.

Building

mkdir build

cd build

cmake ..

make -j8

About

An implementation of an Error State Kalman Filter (ESKF)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • C 4.2%
  • Other 0.1%