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