Browse Source

ekf2: increase default baro noise 2 -> 3.5 m

sbg
Daniel Agar 5 years ago
parent
commit
0ec48cfef3
  1. 2
      src/modules/ekf2/ekf2_params.c

2
src/modules/ekf2/ekf2_params.c

@ -370,7 +370,7 @@ PARAM_DEFINE_FLOAT(EKF2_NOAID_NOISE, 10.0f);
* @unit m * @unit m
* @decimal 2 * @decimal 2
*/ */
PARAM_DEFINE_FLOAT(EKF2_BARO_NOISE, 2.0f); PARAM_DEFINE_FLOAT(EKF2_BARO_NOISE, 3.5f);
/** /**
* Measurement noise for magnetic heading fusion. * Measurement noise for magnetic heading fusion.

Loading…
Cancel
Save