Skip to content

Commit

Permalink
approach message
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoudSmeur committed Oct 28, 2021
1 parent c6e88cc commit f4a05a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion message_definitions/v1.0/messages.xml
Expand Up @@ -455,7 +455,15 @@
<field name="groundspeed_sp" type="float" unit="m/s"/>
</message>

<!-- 55 is free -->
<message name="APPROACH_MOVING_TARGET" id="55">
<field name="ref_pos_x" type="float" unit="m"/>
<field name="ref_pos_y" type="float" unit="m"/>
<field name="ref_pos_z" type="float" unit="m"/>
<field name="ref_vel_x" type="float" unit="m/s"/>
<field name="ref_vel_y" type="float" unit="m/s"/>
<field name="ref_vel_z" type="float" unit="m/s"/>
<field name="distance" type="float" unit="m"/>
</message>

<message name="BARO_ETS" id="56">
<field name="adc" type="uint16"/>
Expand Down

0 comments on commit f4a05a4

Please sign in to comment.