mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
16 lines
428 B
XML
16 lines
428 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="control" dir="control">
|
|
<doc>
|
|
<description>
|
|
Energy control for fixed-wing aircraft with adaptive stabilization.
|
|
Based on:
|
|
- stabilization_adaptive_fw
|
|
- guidance_energy
|
|
</description>
|
|
</doc>
|
|
<autoload name="stabilization_adaptive_fw"/>
|
|
<autoload name="guidance_energy"/>
|
|
<makefile target="ap|sim|nps" firmware="fixedwing"/>
|
|
</module>
|