mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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
|
#define AP_LANDINGGEAR_ENABLED 0
|
||||||
|
|
||||||
// disable avoid-fence-follow in copter, these all kinda need each other, so its all or none.
|
// 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 AP_FENCE_ENABLED 0
|
||||||
#define MODE_FOLLOW_ENABLED 0
|
#define MODE_FOLLOW_ENABLED 0
|
||||||
#define AC_OAPATHPLANNER_ENABLED 0
|
#define AP_OAPATHPLANNER_ENABLED 0
|
||||||
|
|
||||||
|
|
||||||
// other big things..
|
// other big things..
|
||||||
|
Loading…
Reference in New Issue
Block a user