Go to file
2022-04-08 14:18:30 +02: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 Created README 2022-04-08 01:21:15 +00:00

Kalman Filter

In this project, a simple linear Kalman Filter is implemented.

Usage

From the root directory of this repository run

python -m kalman_filter

All parameters influencing the Kalman Filter and simulation can be modified in kalman_filter/__main__.py