mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
ekf2: decrease default GPS horizontal velocity noise
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user