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
fc6c0c7ebf
commit
1daa6c7866
@ -246,8 +246,8 @@ struct parameters {
|
||||
range_delay_ms = 5.0f;
|
||||
|
||||
// input noise
|
||||
gyro_noise = 2.0e-2f;
|
||||
accel_noise = 2.5e-1f;
|
||||
gyro_noise = 2.5e-2f;
|
||||
accel_noise = 3.5e-1f;
|
||||
|
||||
// process noise
|
||||
gyro_bias_p_noise = 1.0e-3f;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user