Files
paparazzi/conf/modules/guidance_indi.xml
T
Gautier Hattenberger 37a86bb389
Issues due date / Add labels to issues (push) Has been cancelled
Doxygen / build (push) Has been cancelled
[indi] rewrite indi stabilization and guidance for modularity (#3565)
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.
2026-02-02 18:41:03 +01:00

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>