Files
paparazzi/conf/modules/ins_xsens.xml
T
Felix Ruess 3c50828daf [fixedwing] explicit ins subsystem and fix for xsens ins
* renamed the ins_float to ins_alt_float
* to use the vertical filter add <subsystem name="ins" type="alt_float"/>
* should also fix the imu/ins xsens subsystems
There is still a lot of cleaning up to do, especially for the ins modules.
2012-09-19 18:33:44 +02:00

18 lines
343 B
XML

<!DOCTYPE module SYSTEM "module.dtd">
<module name="ins">
<doc>
<description>XSens</description>
</doc>
<!-- <depend conflict="ins" -->
<header>
<file name="ins_module.h"/>
</header>
<init fun="ins_init()"/>
<periodic fun="ins_periodic()" freq="60"/>
<makefile>
<file name="ins_xsens.c"/>
</makefile>
</module>