This is an open source C++ Kalman filter library based on Eigen3 library for matrix operations.
The library has a generic template based classes for most of Kalman filter variants including:
- Kalman Filter
- Extended Kalman Filter
- Unscented Kalman Filter
LICENSE: GPL-3.0 license
Author: Mohanad Youssef (codingcorner.org)