AP_NavEKF : Tighten GPS velocity glitch gate default setting for plane

This commit is contained in:
priseborough 2014-04-07 21:05:07 +10:00 committed by Andrew Tridgell
parent 0c2489b07b
commit 1f8b5a6d23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
#define ABIAS_PNOISE_DEFAULT 0.00015f
#define MAGE_PNOISE_DEFAULT 0.0003f
#define MAGB_PNOISE_DEFAULT 0.0003f
#define VEL_GATE_DEFAULT 5
#define VEL_GATE_DEFAULT 3
#define POS_GATE_DEFAULT 5
#define HGT_GATE_DEFAULT 10
#define MAG_GATE_DEFAULT 3