mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF: Make copter glitch accel consistent with timeout and radius
This commit is contained in:
parent
5d70854c08
commit
dffa2e19bf
|
@ -43,8 +43,8 @@
|
|||
#define HGT_GATE_DEFAULT 10
|
||||
#define MAG_GATE_DEFAULT 3
|
||||
#define MAG_CAL_DEFAULT 1
|
||||
#define GLITCH_ACCEL_DEFAULT 150
|
||||
#define GLITCH_RADIUS_DEFAULT 15
|
||||
#define GLITCH_ACCEL_DEFAULT 100
|
||||
#define GLITCH_RADIUS_DEFAULT 25
|
||||
#define FLOW_MEAS_DELAY 10
|
||||
#define FLOW_NOISE_DEFAULT 0.25f
|
||||
#define FLOW_GATE_DEFAULT 3
|
||||
|
|
Loading…
Reference in New Issue