Browse Source

AP_NAVEKF3: change plane check_scaler value to match EKF2 value

zr-v5.1
Henry Wurzburg 5 years ago committed by Andrew Tridgell
parent
commit
8b3f07416c
  1. 2
      libraries/AP_NavEKF3/AP_NavEKF3.cpp

2
libraries/AP_NavEKF3/AP_NavEKF3.cpp

@ -85,7 +85,7 @@ @@ -85,7 +85,7 @@
#define FLOW_MEAS_DELAY 10
#define FLOW_M_NSE_DEFAULT 0.15f
#define FLOW_I_GATE_DEFAULT 500
#define CHECK_SCALER_DEFAULT 100
#define CHECK_SCALER_DEFAULT 150
#define FLOW_USE_DEFAULT 2
#else

Loading…
Cancel
Save