Skip to content

Commit

Permalink
More EKF2 debugging options
Browse files Browse the repository at this point in the history
  • Loading branch information
fvantienen committed Mar 27, 2019
1 parent 7536860 commit f1a0161
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions message_definitions/v1.0/messages.xml
Expand Up @@ -1457,6 +1457,7 @@
<field name="innov_tas" type="float"/>
<field name="innov_hagl" type="float"/>
<field name="innov_beta" type="float"/>
<field name="mag_decl" type="float" unit="deg">Magnetic declination</field>
</message>

<message name="ROTORCRAFT_CAM" id="168">
Expand All @@ -1475,8 +1476,27 @@
<field name="body_qz" type="int32"/>
</message>

<!-- 170 is free -->
<!-- 171 is free -->
<message name="INS_EKF2_EXT" id="170">
<field name="gps_drift_h" type="float" unit="m/s">Horizontal position drift rate (m/s)</field>
<field name="gps_drift_v" type="float" unit="m/s">Vertical position drift rate (m/s)</field>
<field name="gps_drift_h_filt" type="float" unit="m/s">Filtered horizontal velocity (m/s)</field>
<field name="gps_drift_blocked" type="uint8">The GPS drift calculation is blocked</field>
<field name="gyro_vibe_coning" type="float">Gyro delta angle coning metric = filtered length of (delta_angle x prev_delta_angle)</field>
<field name="gyro_vibe_hf" type="float">Gyro high frequency vibe = filtered length of (delta_angle - prev_delta_angle)</field>
<field name="accel_vibe_hf" type="float">Accel high frequency vibe = filtered length of (delta_velocity - prev_delta_velocity)</field>
</message>

<message name="AHRS_BIAS" id="171">
<field name="accel_x" type="float" unit="m/s^2">Accelerometer bias x-axis</field>
<field name="accel_y" type="float" unit="m/s^2">Accelerometer bias y-axis</field>
<field name="accel_z" type="float" unit="m/s^2">Accelerometer bias z-axis</field>
<field name="gyro_p" type="float" unit="rad/sec">Gyrometer bias roll rate</field>
<field name="gyro_q" type="float" unit="rad/sec">Gyrometer bias pitch rate</field>
<field name="gyro_r" type="float" unit="rad/sec">Gyrometer bias yaw rate</field>
<field name="mag_x" type="float" unit="mGauss">Magnetometer x-bias in mGauss</field>
<field name="mag_y" type="float" unit="mGauss">Magnetometer y-bias in mGauss</field>
<field name="mag_z" type="float" unit="mGauss">Magnetometer z-bias in mGauss</field>
</message>
<!-- 172 is free -->

<message name="AHRS_EULER" id="173">
Expand Down

0 comments on commit f1a0161

Please sign in to comment.