Dummy stabilization for oneloop control
No detailed description...
Example for airframe file
Add to your firmware section:
<module name="stabilization_oneloop"/>
Files
Header Files
The following headers are automatically included in modules.h
Source Files
- /stabilization/stabilization_oneloop.c
Raw stabilization_oneloop.xml file:
<!DOCTYPE module SYSTEM "module.dtd">
<module name="stabilization_oneloop" dir="stabilization" task="control">
<doc>
<description>
Dummy stabilization for oneloop control
</description>
</doc>
<dep>
<depends>stabilization_rotorcraft,@attitude_command,wls</depends>
<provides>commands</provides>
</dep>
<header>
<file name="stabilization_oneloop.h"/>
</header>
<makefile target="ap|nps" firmware="rotorcraft">
<file name="stabilization_oneloop.c" dir="$(SRC_FIRMWARE)/stabilization"/>
</makefile>
</module>