- fixed Kalman

This commit is contained in:
jens
2020-11-26 20:33:56 +01:00
parent bf205742b1
commit e867bd574e
4 changed files with 21 additions and 24 deletions
-1
View File
@@ -5,7 +5,6 @@ from components.aplant import APlant
class Pot(APlant):
def __init__(self, params):
print(json.dumps({'Pot': params}, indent=4, sort_keys=True))
self.dt = params['dt']
self.alpha = 1.0