mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
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 += AC_Fence
|
||||||
LIBRARIES += AP_SmartRTL
|
LIBRARIES += AP_SmartRTL
|
||||||
LIBRARIES += AC_Avoidance
|
LIBRARIES += AC_Avoidance
|
||||||
|
LIBRARIES += AC_AttitudeControl
|
||||||
|
@ -25,6 +25,7 @@ def build(bld):
|
|||||||
'AC_Fence',
|
'AC_Fence',
|
||||||
'AP_Proximity',
|
'AP_Proximity',
|
||||||
'AC_Avoidance',
|
'AC_Avoidance',
|
||||||
|
'AC_AttitudeControl',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user