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

madcowswe/ESKF

This branch is 6 commits ahead of, 12 commits behind je310/ESKF:master.

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++ 96.7%
  • C 3.1%
  • Other 0.2%