Rover: AC_Avoid is built on all vehicles

This commit is contained in:
Peter Barker 2018-10-27 08:25:41 +11:00 committed by Peter Barker
parent 39fd3b7e0a
commit 6cbcfb5d61
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -21,7 +21,6 @@ def build(bld):
'AP_WheelEncoder',
'AP_SmartRTL',
'AC_Fence',
'AC_Avoidance',
'AC_AttitudeControl',
'AP_Devo_Telem',
'AP_Follow',