ekf2: decrease default GPS horizontal velocity noise

This commit is contained in:
Daniel Agar 2020-05-28 09:01:57 -04:00
parent 8d47b36f1e
commit 11585dfb67
1 changed files with 1 additions and 1 deletions

View File

@ -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.