Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 411 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 411 Bytes

KalmanFilterImpl

This is an implementation of a fast Kalman filter in C++, created to help me learn about Kalman filters, C++ optimization, CMake, and more.

Filter GIF

Build Structure

There are two targets built. KalmanFilterLib is the library with the Kalman filter code, and KalmanFilterImplDemo is an executable with the purpose of demonstrating the filter.

Installation