mirror of https://github.com/ArduPilot/ardupilot
Rover: add SmartRTL library to build
This commit is contained in:
parent
9f94875228
commit
86ce3f2b32
|
@ -49,3 +49,4 @@ LIBRARIES += AR_AttitudeControl
|
|||
LIBRARIES += AC_PID
|
||||
LIBRARIES += AP_Proximity
|
||||
LIBRARIES += AC_Fence
|
||||
LIBRARIES += AP_SmartRTL
|
||||
|
|
|
@ -21,6 +21,7 @@ def build(bld):
|
|||
'AP_VisualOdom',
|
||||
'AP_AdvancedFailsafe',
|
||||
'AP_WheelEncoder',
|
||||
'AP_SmartRTL',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue