Skip to content

Commit

Permalink
guidance_indi_hybrid_message
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoudSmeur committed Aug 18, 2020
1 parent 2bfadff commit 562e895
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion message_definitions/v1.0/messages.xml
Expand Up @@ -314,7 +314,17 @@
<field name="temp" type="int8" unit="deg"/>
</message>

<!-- 38 is free -->
<message name="GUIDANCE_INDI_HYBRID" id="37">
<field name="sp_accel_x" type="float"/>
<field name="sp_accel_y" type="float"/>
<field name="sp_accel_z" type="float"/>
<field name="euler_cmd_x" type="float"/>
<field name="euler_cmd_y" type="float"/>
<field name="euler_cmd_z" type="float"/>
<field name="accelned_filt_x" type="float"/>
<field name="accelned_filt_y" type="float"/>
<field name="accelned_filt_z" type="float"/>
</message>

<message name="DRAGSPEED" id="38">
<description>
Expand Down

0 comments on commit 562e895

Please sign in to comment.