mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-06 19:32:52 +08:00
17 lines
428 B
XML
17 lines
428 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="control_adaptive" dir="control" task="control">
|
|
<doc>
|
|
<description>
|
|
Adaptive control for fixed-wing aircraft.
|
|
Based on:
|
|
- stabilization_adaptive_fw
|
|
- guidance_basic_fw
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>stabilization_adaptive_fw,guidance_basic_fw</depends>
|
|
</dep>
|
|
<makefile target="ap|sim|nps" firmware="fixedwing"/>
|
|
</module>
|