mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-06-10 01:55:59 +00:00
Added model folder and new demo
This commit is contained in:
parent
b331e9b27a
commit
ea873d1aa6
0
new_sensor.ipynb
Normal file
0
new_sensor.ipynb
Normal file
1
spatz/models/__init__.py
Normal file
1
spatz/models/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from spatz.models.kalman import KalmanFilter
|
11
spatz/models/kalman.py
Normal file
11
spatz/models/kalman.py
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
class KalmanFilter:
|
||||
def __init__(self) -> None:
|
||||
pass
|
||||
|
||||
def predict(self) -> None:
|
||||
pass
|
||||
|
||||
def correct(self) -> None:
|
||||
pass
|
Loading…
x
Reference in New Issue
Block a user