forked from Archive/PX4-Autopilot
ekf2: update EKF2_EV_DELAY default to 0
This commit is contained in:
parent
21f858de1f
commit
efde738826
|
@ -136,7 +136,7 @@ PARAM_DEFINE_FLOAT(EKF2_ASP_DELAY, 100);
|
|||
* @reboot_required true
|
||||
* @decimal 1
|
||||
*/
|
||||
PARAM_DEFINE_FLOAT(EKF2_EV_DELAY, 175);
|
||||
PARAM_DEFINE_FLOAT(EKF2_EV_DELAY, 0);
|
||||
|
||||
/**
|
||||
* Auxillary Velocity Estimate (e.g from a landing target) delay relative to IMU measurements
|
||||
|
|
Loading…
Reference in New Issue