mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-09-29 05:17:33 +00:00
Added model folder and new demo
This commit is contained in:
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
|
Reference in New Issue
Block a user