mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 01:40:34 +08:00
EKF: reduce output predictor velocity time constant
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user