mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
EKF: update tuning defaults
This commit is contained in:
parent
7a74d58591
commit
ecaffe63af
@ -234,7 +234,7 @@ struct parameters {
|
||||
parameters()
|
||||
{
|
||||
// measurement source control
|
||||
fusion_mode = MASK_USE_GPS;
|
||||
fusion_mode = MASK_USE_GPS + MASK_USE_3D_ACC_BIAS;
|
||||
vdist_sensor_type = VDIST_SENSOR_BARO;
|
||||
|
||||
// measurement time delays
|
||||
@ -251,7 +251,7 @@ struct parameters {
|
||||
|
||||
// process noise
|
||||
gyro_bias_p_noise = 1.0e-3f;
|
||||
accel_bias_p_noise = 1.0e-5f;
|
||||
accel_bias_p_noise = 1.0e-3f;
|
||||
mage_p_noise = 1.0e-3f;
|
||||
magb_p_noise = 1.0e-4f;
|
||||
wind_vel_p_noise = 1.0e-1f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user