mirror of https://github.com/ArduPilot/ardupilot
Sub: AC_Avoid is built on all vehicles
This commit is contained in:
parent
3b49e46c36
commit
7289f0d04c
|
@ -35,7 +35,6 @@ LIBRARIES += AC_Loiter
|
|||
LIBRARIES += AC_Circle
|
||||
LIBRARIES += AP_Declination
|
||||
LIBRARIES += AC_Fence
|
||||
LIBRARIES += AC_Avoidance
|
||||
LIBRARIES += AP_Scheduler
|
||||
LIBRARIES += AP_RCMapper
|
||||
LIBRARIES += AP_Notify
|
||||
|
|
|
@ -9,7 +9,6 @@ def build(bld):
|
|||
ap_libraries=bld.ap_common_vehicle_libraries() + [
|
||||
'AC_AttitudeControl',
|
||||
'AC_Fence',
|
||||
'AC_Avoidance',
|
||||
'AC_PID',
|
||||
'AC_WPNav',
|
||||
'AP_Camera',
|
||||
|
|
Loading…
Reference in New Issue