ekf2: reduce default output predictor time constant

This commit is contained in:
Paul Riseborough
2016-08-15 10:46:08 +10:00
committed by Lorenz Meier
parent ed0cc2af43
commit 865b6404ec
+1 -1
View File
@@ -817,7 +817,7 @@ PARAM_DEFINE_FLOAT(EKF2_ARSP_THR, 0.0f);
* @unit s
* @decimal 2
*/
PARAM_DEFINE_FLOAT(EKF2_TAU_VEL, 0.5f);
PARAM_DEFINE_FLOAT(EKF2_TAU_VEL, 0.25f);
/**
* Time constant of the position output prediction and smoothing filter. Controls how tightly the output track the EKF states.