mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 02:38:07 +08:00
[modules] update modules XML for proper dependcies and tasks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!DOCTYPE module SYSTEM "module.dtd">
|
||||
|
||||
<module name="stabilization_attitude_fw" dir="stabilization">
|
||||
<module name="stabilization_attitude_fw" dir="stabilization" task="control">
|
||||
<doc>
|
||||
<description>
|
||||
Legacy attitude and lateral (heading) control for fixedwing aircraft
|
||||
@@ -46,6 +46,10 @@
|
||||
</dl_settings>
|
||||
</dl_settings>
|
||||
</settings>
|
||||
<dep>
|
||||
<depends>@attitude_command</depends>
|
||||
<provides>commands</provides>
|
||||
</dep>
|
||||
<header>
|
||||
<file name="stabilization_attitude.h"/>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user