Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 458 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 458 Bytes

Embedded Error State Kalman Filter

A C++ template-based Error State Kalman Filter (ESKF) implementation for embedded systems.

This implementation is based on a header only linear algebra library EmbeddedMath.
You can easily port it to Eigen-based system by simply aliasing the namespace to Eigen.

Documentation can be found at Documentation