mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 06:00:36 +08:00
d95e387d79
Having a 2nd order low-pass filter in the derivative loop reduces stability at low cutoff values as too much phase is lost through the filter. Using a 1st order filter avoids this issue because its maximum phase loss is 90 degrees instead of 180 degrees for a 2nd order lpf.