pvishal / manifold_cdkf

Central difference kalman filter which can work with states on a manifold

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manifold_cdkf

Central Difference Kalman Filter which can work with states on a manifold. The manifold operations follow the approach in [1]. The implementation is heavily inspired by the lightweight_filtering library.

Note: Requires C++14 support in the compiler, which is present in GCC versions >= 5 and Clang versions >= 3.4

[1] C. Hertzberg et al., "Integrating generic sensor fusion algorithms with sound state representations through encapsulation of manifolds"

About

Central difference kalman filter which can work with states on a manifold

License:Apache License 2.0


Languages

Language:C++ 98.3%Language:CMake 1.7%