[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.
This commit is contained in:
Felix Ruess
2012-09-19 18:33:44 +02:00
parent 1873297098
commit 3c50828daf
19 changed files with 49 additions and 44 deletions
+1
View File
@@ -28,6 +28,7 @@
<subsystem name="ahrs" type="infrared"/>
<subsystem name="gps" type="ublox"/>
<subsystem name="navigation" type="extra"/>
<subsystem name="ins" type="alt_float"/>
</firmware>
<firmware name="setup">
+2 -6
View File
@@ -15,8 +15,7 @@
<define name="AGR_CLIMB"/>
<define name="LOITER_TRIM"/>
<define name="ALT_KALMAN"/>
<define name="USE_BARO_BMP"/>
<define name="STRONG_WIND"/>
<subsystem name="radio_control" type="ppm"/>
@@ -30,14 +29,11 @@
<subsystem name="ahrs" type="int_cmpl_quat"/>
<subsystem name="control"/>
<subsystem name="navigation"/>
<subsystem name="ins" type="alt_float"/>
</firmware>
<modules>
<load name="sys_mon.xml"/>
<load name="baro_bmp.xml">
<define name="BMP_I2C_DEV" value="i2c2"/>
<define name="USE_I2C2"/>
</load>
</modules>
<servos>