InnovationLpf: initialize state to zero

This commit is contained in:
bresch
2019-10-24 18:26:49 +02:00
committed by Daniel Agar
parent 471bc23a9f
commit 16d7db1e69
+1 -1
View File
@@ -75,5 +75,5 @@ public:
} }
private: private:
float _x; ///< current state of the filter float _x{}; ///< current state of the filter
}; };