mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
EKF: reduce output predictor velocity time constant
This commit is contained in:
parent
65762e5998
commit
b5ba4f280f
@ -348,7 +348,7 @@ struct parameters {
|
||||
ev_pos_body = {};
|
||||
|
||||
// output complementary filter tuning time constants
|
||||
vel_Tau = 0.5f;
|
||||
vel_Tau = 0.25f;
|
||||
pos_Tau = 0.25f;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user