mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 04:45:37 +08:00
3c50828daf
* 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.
18 lines
343 B
XML
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>
|
|
|