mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
mathlib: LowPassFilter2p initialize b0 to 1 for safety
This commit is contained in:
@@ -166,7 +166,7 @@ protected:
|
|||||||
float _a1{0.f};
|
float _a1{0.f};
|
||||||
float _a2{0.f};
|
float _a2{0.f};
|
||||||
|
|
||||||
float _b0{0.f};
|
float _b0{1.f};
|
||||||
float _b1{0.f};
|
float _b1{0.f};
|
||||||
float _b2{0.f};
|
float _b2{0.f};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user