mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 11:04:07 +08:00
simulation/sensor_gps_sim: lower GPS velocity variance
- for a multicopter EKF2 default required GPS speed accuracy is 0.5 m/s
This commit is contained in:
parent
b9667e955d
commit
d65ddbf810
@ -132,7 +132,7 @@ void SensorGpsSim::Run()
|
||||
if (_sim_gps_used.get() >= 4) {
|
||||
// fix
|
||||
sensor_gps.fix_type = 3; // 3D fix
|
||||
sensor_gps.s_variance_m_s = 0.5f;
|
||||
sensor_gps.s_variance_m_s = 0.4f;
|
||||
sensor_gps.c_variance_rad = 0.1f;
|
||||
sensor_gps.eph = 0.9f;
|
||||
sensor_gps.epv = 1.78f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user