mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
37a86bb389
This PR allows to redefine the outer-loop for stabilization and guidance, and to specify the guidance model for something else than a quarotor (but still not an hybrid). Two use case are proposed: - replace the PD control of the outer-loop (still used by default) by and Hinfinity controller - parametrize the guidance for an hexa-copter with tilted motors, allowing to produce side force for lateral motion control.
14 lines
312 B
XML
14 lines
312 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="guidance_indi" dir="guidance" task="control">
|
|
<doc>
|
|
<description>
|
|
Quadrotor indi guidance (meta-module for backward compatibility)
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>guidance_indi_quadrotor</depends>
|
|
</dep>
|
|
<makefile/>
|
|
</module>
|