- fixed Kalman
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user