Files
paparazzi/conf/modules/control_new.xml
T

16 lines
412 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="control" dir="control">
<doc>
<description>
Full PID control for fixed-wing aircraft.
Based on:
- stabilization_adaptive_fw
- guidance_full_pid_fw
</description>
</doc>
<autoload name="stabilization_adaptive_fw"/>
<autoload name="guidance_full_pid_fw"/>
<makefile target="ap|sim|nps" firmware="fixedwing"/>
</module>