Created README
This commit is contained in:
parent
99beba66e5
commit
4c4ab5cf48
13
README.md
13
README.md
@ -0,0 +1,13 @@
|
||||
# Kalman Filter
|
||||
|
||||
In this project, a simple linear Kalman Filter is implemented.
|
||||
|
||||
## Usage
|
||||
|
||||
From the root directory of this repository run
|
||||
|
||||
```bash
|
||||
python -m kalman_filter
|
||||
```
|
||||
|
||||
All parameters influencing the Kalman Filter and simulation can be modified in `kalman_filter/__main__.py`
|
||||
Loading…
Reference in New Issue
Block a user