Go to file
Andreas Tsouchlos 2ff5225c01 Update README.md
2022-04-11 07:43:28 +00:00
kalman_filter Tidying up and comments 2022-04-08 14:18:30 +02:00
res Added GPS measurement data 2022-04-08 14:04:22 +02:00
.gitignore Refactoring to include multiple examples 2022-04-08 14:13:00 +02:00
README.md Update README.md 2022-04-11 07:43:28 +00:00

Python Kalman Filter

A simple Kalman Filter implementation in Python

Dependencies

The python packages numpy, matplotlib and geopy are required:

$ pip install numpy matplotlib geopy

Usage

From the root directory of this repository run

$ python -m kalman_filter

Which example is run can be changed in kalman_filter/__main__.py