mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
e4d9e10492
- support depends, conflicts and provides nodes, all under a 'dep' node - autoload are kept for now and are not moved yet - modules are updated for new dep format - it is now required that module's name and filename are the same
17 lines
441 B
XML
17 lines
441 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="control_energyadaptive" dir="control">
|
|
<doc>
|
|
<description>
|
|
Energy control for fixed-wing aircraft with adaptive stabilization.
|
|
Based on:
|
|
- stabilization_adaptive_fw
|
|
- guidance_energy
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>stabilization_adaptive_fw,guidance_energy</depends>
|
|
</dep>
|
|
<makefile target="ap|sim|nps" firmware="fixedwing"/>
|
|
</module>
|