mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
InnovationLpf: initialize state to zero
This commit is contained in:
@@ -75,5 +75,5 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
float _x; ///< current state of the filter
|
||||
float _x{}; ///< current state of the filter
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user