mirror of https://github.com/ArduPilot/ardupilot
Rover: add AC_AttitudeControl to build
This is required only because the static function sqrt_controller is within this library.
This commit is contained in:
parent
489c42bdff
commit
2320bfb637
|
@ -51,3 +51,4 @@ LIBRARIES += AP_Proximity
|
|||
LIBRARIES += AC_Fence
|
||||
LIBRARIES += AP_SmartRTL
|
||||
LIBRARIES += AC_Avoidance
|
||||
LIBRARIES += AC_AttitudeControl
|
||||
|
|
|
@ -25,6 +25,7 @@ def build(bld):
|
|||
'AC_Fence',
|
||||
'AP_Proximity',
|
||||
'AC_Avoidance',
|
||||
'AC_AttitudeControl',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue