mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Plane: add AP_Proximity to build
Required because quadplane uses copter's navigation libraries which interact with AC_Avoidance which now supports AP_Proximity
This commit is contained in:
parent
574976a3b7
commit
f0f4322500
@ -57,4 +57,5 @@ LIBRARIES += AP_InertialNav
|
||||
LIBRARIES += AC_WPNav
|
||||
LIBRARIES += AC_Fence
|
||||
LIBRARIES += AC_Avoidance
|
||||
LIBRARIES += AP_Proximity
|
||||
LIBRARIES += AP_Tuning
|
||||
|
@ -29,7 +29,8 @@ def build(bld):
|
||||
'AP_Motors',
|
||||
'AC_PID',
|
||||
'AC_Fence',
|
||||
'AC_Avoidance'
|
||||
'AC_Avoidance',
|
||||
'AP_Proximity'
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user