Browse Source

Copter: add AP_Follow to build

master
Randy Mackay 7 years ago
parent
commit
0840f0e8ae
  1. 1
      ArduCopter/make.inc
  2. 1
      ArduCopter/wscript

1
ArduCopter/make.inc

@ -66,3 +66,4 @@ LIBRARIES += AP_VisualOdom @@ -66,3 +66,4 @@ LIBRARIES += AP_VisualOdom
LIBRARIES += AP_SmartRTL
LIBRARIES += AP_Winch
LIBRARIES += AP_WheelEncoder
LIBRARIES += AP_Follow

1
ArduCopter/wscript

@ -35,6 +35,7 @@ def build(bld): @@ -35,6 +35,7 @@ def build(bld):
'AP_VisualOdom',
'AP_WheelEncoder',
'AP_Winch',
'AP_Follow',
],
)

Loading…
Cancel
Save