Browse Source

Sub: AC_Avoid is built on all vehicles

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
7289f0d04c
  1. 1
      ArduSub/make.inc
  2. 1
      ArduSub/wscript

1
ArduSub/make.inc

@ -35,7 +35,6 @@ LIBRARIES += AC_Loiter @@ -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

1
ArduSub/wscript

@ -9,7 +9,6 @@ def build(bld): @@ -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…
Cancel
Save