Copter: add AP_Follow to build
This commit is contained in:
parent
c1dbd67a9b
commit
0840f0e8ae
@ -66,3 +66,4 @@ LIBRARIES += AP_VisualOdom
|
||||
LIBRARIES += AP_SmartRTL
|
||||
LIBRARIES += AP_Winch
|
||||
LIBRARIES += AP_WheelEncoder
|
||||
LIBRARIES += AP_Follow
|
||||
|
@ -35,6 +35,7 @@ def build(bld):
|
||||
'AP_VisualOdom',
|
||||
'AP_WheelEncoder',
|
||||
'AP_Winch',
|
||||
'AP_Follow',
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user