Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
control_energy module

Energy control for fixed-wing aircraft.

Based on:

  • stabilization_attitude_fw
  • guidance_energy

Example for airframe file

Add to your firmware section:

<module name="control_energy"/>

Files

Raw control_energy.xml file:

<!DOCTYPE module SYSTEM "module.dtd">
<module name="control_energy" dir="control" task="control">
<doc>
<description>
Energy control for fixed-wing aircraft.
Based on:
- stabilization_attitude_fw
- guidance_energy
</description>
</doc>
<dep>
<depends>stabilization_attitude_fw,guidance_energy</depends>
</dep>
<makefile target="ap|sim|nps" firmware="fixedwing"/>
</module>