mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF2: Add APM_BUILD_Heli
This commit is contained in:
parent
290794bf93
commit
9090cb1271
|
@ -11,7 +11,7 @@
|
|||
APM_BUILD_DIRECTORY is taken from the main vehicle directory name
|
||||
where the code is built.
|
||||
*/
|
||||
#if APM_BUILD_TYPE(APM_BUILD_ArduCopter) || APM_BUILD_TYPE(APM_BUILD_Replay)
|
||||
#if APM_BUILD_COPTER_OR_HELI() || APM_BUILD_TYPE(APM_BUILD_Replay)
|
||||
// copter defaults
|
||||
#define VELNE_M_NSE_DEFAULT 0.3f
|
||||
#define VELD_M_NSE_DEFAULT 0.5f
|
||||
|
|
Loading…
Reference in New Issue