mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-21 20:04:09 +08:00
27 lines
722 B
XML
27 lines
722 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="ahrs_sim" dir="ahrs" task="estimation">
|
|
<doc>
|
|
<description>
|
|
Simple simulation of the AHRS result.
|
|
Only for the simple fixedwing sim.
|
|
</description>
|
|
</doc>
|
|
<dep>
|
|
<depends>ahrs_common</depends>
|
|
<provides>ahrs</provides>
|
|
</dep>
|
|
<header>
|
|
<file name="ahrs.h"/>
|
|
</header>
|
|
<periodic fun="update_ahrs_from_sim()"/>
|
|
<makefile target="sim">
|
|
<define name="AHRS_TYPE_H" value="modules/ahrs/ahrs_sim.h" type="string"/>
|
|
<file name="ahrs_sim.c"/>
|
|
<test>
|
|
<define name="PRIMARY_AHRS" value="ahrs_sim"/>
|
|
<define name="AHRS_TYPE_H" value="modules/ahrs/ahrs_sim.h" type="string"/>
|
|
</test>
|
|
</makefile>
|
|
</module>
|