mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[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:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user