Simple Kalman Filter Implementation to track the position of an object of unknown dynamics and moves in one dimension
C++ Eigen Library
git clone https://github.com/SiddhantNadkarni/Kalman-Filter-CPP.git
cd Kalman-Filter-CPP
mkdir build && cd build
cmake ..
./KalmanFilter
- Siddhant Nadkarni
This project is licensed under the MIT License - see the LICENSE file for details
- Probabilities Robotics Textbook
- Parts of implementation structure referred from PrieureDeSion's Implementation
- etc