Skip to content
/ ESKF Public

An implementation of an Error State Kalman Filter (ESKF)

License

Notifications You must be signed in to change notification settings

je310/ESKF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc6aee9 · Apr 11, 2019

History

41 Commits
Oct 14, 2018
Apr 11, 2019
Apr 11, 2019
Oct 29, 2018
Nov 13, 2018
Nov 12, 2018
Oct 26, 2018
Oct 14, 2018
Oct 29, 2018
Oct 14, 2018
Oct 28, 2018
Oct 16, 2018
Nov 12, 2018

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