Skip to content

Commit

Permalink
Full INDI
Browse files Browse the repository at this point in the history
  • Loading branch information
fvantienen committed Sep 20, 2022
1 parent a796278 commit 19cbc92
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion message_definitions/v1.0/messages.xml
Expand Up @@ -1668,7 +1668,21 @@

<!-- 181 is free -->
<!-- 182 is free -->
<!-- 183 is free -->

<message name="STAB_ATTITUDE_FULL_INDI" id="183">
<field name="angular_rate_p" type="float" unit="rad/s" alt_unit="deg/s" alt_unit_coef="57.29578"/>
<field name="angular_rate_q" type="float" unit="rad/s" alt_unit="deg/s" alt_unit_coef="57.29578"/>
<field name="angular_rate_r" type="float" unit="rad/s" alt_unit="deg/s" alt_unit_coef="57.29578"/>
<field name="body_accel_x" type="float" unit="m/s2"/>
<field name="body_accel_y" type="float" unit="m/s2"/>
<field name="body_accel_z" type="float" unit="m/s2"/>
<field name="angular_accel_ref_p" type="float" unit="rad/s" alt_unit="deg/s" alt_unit_coef="57.29578"/>
<field name="angular_accel_ref_q" type="float" unit="rad/s" alt_unit="deg/s" alt_unit_coef="57.29578"/>
<field name="angular_accel_ref_r" type="float" unit="rad/s" alt_unit="deg/s" alt_unit_coef="57.29578"/>
<field name="airspeed" type="float" unit="m/s"/>
<field name="u" type="int16[]" unit="pprz" alt_unit="unit" alt_unit_coef="0.0001041666667"/>
</message>

<!-- 184 is free -->
<!-- 185 is free -->
<!-- 186 is free -->
Expand Down

0 comments on commit 19cbc92

Please sign in to comment.