Energy control for fixed-wing aircraft.
Based on:
- stabilization_attitude_fw
- guidance_energy
Example for airframe file
Add to your firmware section:
1 <module name="control_energy"/>
Auto-loaded modules
The following modules are automatically loaded (just as if you had added them in the airframe file)
Files
Raw control_energy.xml file:
<!DOCTYPE module SYSTEM "module.dtd">
<module name="control" dir="control">
<doc>
<description>
Energy control for fixed-wing aircraft.
Based on:
- stabilization_attitude_fw
- guidance_energy
</description>
</doc>
<autoload name="stabilization_attitude_fw"/>
<autoload name="guidance_energy"/>
<makefile target="ap|sim|nps" firmware="fixedwing"/>
</module>