mirror of https://github.com/ArduPilot/ardupilot
Rover: AC_Avoid is built on all vehicles
This commit is contained in:
parent
39fd3b7e0a
commit
6cbcfb5d61
|
@ -47,7 +47,6 @@ LIBRARIES += AR_AttitudeControl
|
|||
LIBRARIES += AC_PID
|
||||
LIBRARIES += AC_Fence
|
||||
LIBRARIES += AP_SmartRTL
|
||||
LIBRARIES += AC_Avoidance
|
||||
LIBRARIES += AC_AttitudeControl
|
||||
LIBRARIES += AP_Devo_Telem
|
||||
LIBRARIES += AP_Follow
|
||||
|
|
|
@ -21,7 +21,6 @@ def build(bld):
|
|||
'AP_WheelEncoder',
|
||||
'AP_SmartRTL',
|
||||
'AC_Fence',
|
||||
'AC_Avoidance',
|
||||
'AC_AttitudeControl',
|
||||
'AP_Devo_Telem',
|
||||
'AP_Follow',
|
||||
|
|
Loading…
Reference in New Issue