mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: move AC_Avoidance defines into libraries
This commit is contained in:
parent
96ee586eaa
commit
31eb340928
|
@ -107,10 +107,10 @@
|
|||
#define AP_LANDINGGEAR_ENABLED 0
|
||||
|
||||
// disable avoid-fence-follow in copter, these all kinda need each other, so its all or none.
|
||||
#define AC_AVOID_ENABLED 0
|
||||
#define AP_AVOIDANCE_ENABLED 0
|
||||
#define AP_FENCE_ENABLED 0
|
||||
#define MODE_FOLLOW_ENABLED 0
|
||||
#define AC_OAPATHPLANNER_ENABLED 0
|
||||
#define AP_OAPATHPLANNER_ENABLED 0
|
||||
|
||||
|
||||
// other big things..
|
||||
|
|
Loading…
Reference in New Issue