mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF2: Reduce effect of baro disturbances
This commit is contained in:
parent
5eb7cf1fbf
commit
a2f5962f77
|
@ -18,7 +18,7 @@
|
|||
#define VELNE_NOISE_DEFAULT 0.5f
|
||||
#define VELD_NOISE_DEFAULT 0.7f
|
||||
#define POSNE_NOISE_DEFAULT 1.0f
|
||||
#define ALT_NOISE_DEFAULT 1.5f
|
||||
#define ALT_NOISE_DEFAULT 2.0f
|
||||
#define MAG_NOISE_DEFAULT 0.05f
|
||||
#define GYRO_PNOISE_DEFAULT 0.005f
|
||||
#define ACC_PNOISE_DEFAULT 0.25f
|
||||
|
@ -41,7 +41,7 @@
|
|||
#define VELNE_NOISE_DEFAULT 0.5f
|
||||
#define VELD_NOISE_DEFAULT 0.7f
|
||||
#define POSNE_NOISE_DEFAULT 1.0f
|
||||
#define ALT_NOISE_DEFAULT 1.5f
|
||||
#define ALT_NOISE_DEFAULT 2.0f
|
||||
#define MAG_NOISE_DEFAULT 0.05f
|
||||
#define GYRO_PNOISE_DEFAULT 0.005f
|
||||
#define ACC_PNOISE_DEFAULT 0.25f
|
||||
|
@ -64,7 +64,7 @@
|
|||
#define VELNE_NOISE_DEFAULT 0.5f
|
||||
#define VELD_NOISE_DEFAULT 0.7f
|
||||
#define POSNE_NOISE_DEFAULT 1.0f
|
||||
#define ALT_NOISE_DEFAULT 1.5f
|
||||
#define ALT_NOISE_DEFAULT 2.0f
|
||||
#define MAG_NOISE_DEFAULT 0.05f
|
||||
#define GYRO_PNOISE_DEFAULT 0.005f
|
||||
#define ACC_PNOISE_DEFAULT 0.25f
|
||||
|
|
Loading…
Reference in New Issue