Browse Source

ekf2: decrease default GPS horizontal velocity noise

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

2
src/modules/ekf2/ekf2_params.c

@ -337,7 +337,7 @@ PARAM_DEFINE_FLOAT(EKF2_WIND_NOISE, 1.0e-1f); @@ -337,7 +337,7 @@ PARAM_DEFINE_FLOAT(EKF2_WIND_NOISE, 1.0e-1f);
* @unit m/s
* @decimal 2
*/
PARAM_DEFINE_FLOAT(EKF2_GPS_V_NOISE, 0.5f);
PARAM_DEFINE_FLOAT(EKF2_GPS_V_NOISE, 0.3f);
/**
* Measurement noise for gps position.

Loading…
Cancel
Save