Skip to content

Commit

Permalink
[messages] Add full INDI message
Browse files Browse the repository at this point in the history
  • Loading branch information
fvantienen committed Jun 24, 2022
1 parent def8115 commit 2153d9d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion message_definitions/v1.0/messages.xml
Expand Up @@ -1663,7 +1663,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"/>
<field name="angular_rate_q" type="float"/>
<field name="angular_rate_r" type="float"/>
<field name="body_accel_x" type="float"/>
<field name="body_accel_y" type="float"/>
<field name="body_accel_z" type="float"/>
<field name="angular_accel_ref_p" type="float"/>
<field name="angular_accel_ref_q" type="float"/>
<field name="angular_accel_ref_r" type="float"/>
<field name="airspeed" type="float"/>
<field name="u" type="int16[]"/>
</message>

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

0 comments on commit 2153d9d

Please sign in to comment.