mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF2: Use flow sensor for navigation with unknown platform type
This is the more common use case.
This commit is contained in:
parent
921205f61c
commit
1862512c2b
|
@ -113,7 +113,7 @@
|
|||
#define FLOW_M_NSE_DEFAULT 0.25f
|
||||
#define FLOW_I_GATE_DEFAULT 300
|
||||
#define CHECK_SCALER_DEFAULT 100
|
||||
#define FLOW_USE_MASK_DEFAULT 2
|
||||
#define FLOW_USE_MASK_DEFAULT 1
|
||||
|
||||
#endif // APM_BUILD_DIRECTORY
|
||||
|
||||
|
|
Loading…
Reference in New Issue