mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-07 12:18:28 +08:00
17 lines
406 B
XML
17 lines
406 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="control" dir="control">
|
|
<doc>
|
|
<description>
|
|
Basic control for fixed-wing aircraft.
|
|
Based on:
|
|
- stabilization_attitude_fw
|
|
- guidance_basic_fw
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>stabilization_attitude_fw,guidance_basic_fw</depends>
|
|
</dep>
|
|
<makefile target="ap|sim|nps|hitl" firmware="fixedwing"/>
|
|
</module>
|