Browse Source

Copter: add AP_Avoidance to build

mission-4.1.18
Randy Mackay 9 years ago
parent
commit
61844b3062
  1. 1
      ArduCopter/make.inc
  2. 1
      ArduCopter/wscript

1
ArduCopter/make.inc

@ -60,3 +60,4 @@ LIBRARIES += AC_PrecLand @@ -60,3 +60,4 @@ LIBRARIES += AC_PrecLand
LIBRARIES += AP_IRLock
LIBRARIES += AC_InputManager
LIBRARIES += AP_ADSB
LIBRARIES += AP_Avoidance

1
ArduCopter/wscript

@ -28,6 +28,7 @@ def build(bld): @@ -28,6 +28,7 @@ def build(bld):
'AP_RCMapper',
'AP_Relay',
'AP_ServoRelayEvents',
'AP_Avoidance',
],
use='mavlink',
)

Loading…
Cancel
Save