Browse Source

Rover: add AC_AttitudeControl to build

This is required only because the static function sqrt_controller is within this library.
master
Randy Mackay 7 years ago
parent
commit
2320bfb637
  1. 1
      APMrover2/make.inc
  2. 1
      APMrover2/wscript

1
APMrover2/make.inc

@ -51,3 +51,4 @@ LIBRARIES += AP_Proximity @@ -51,3 +51,4 @@ LIBRARIES += AP_Proximity
LIBRARIES += AC_Fence
LIBRARIES += AP_SmartRTL
LIBRARIES += AC_Avoidance
LIBRARIES += AC_AttitudeControl

1
APMrover2/wscript

@ -25,6 +25,7 @@ def build(bld): @@ -25,6 +25,7 @@ def build(bld):
'AC_Fence',
'AP_Proximity',
'AC_Avoidance',
'AC_AttitudeControl',
],
)

Loading…
Cancel
Save