Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkscheper committed Sep 6, 2017
1 parent b87a042 commit 2b45cc2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions message_definitions/v1.0/messages.xml
Expand Up @@ -2868,6 +2868,16 @@
<field name="heightObject" type="uint8"/>
<field name="distanceToObject" type="uint8"/>
</message>

<message name="STEREOCAM_GATE" id="84">
<description>Result of the gate detection algorithm on the stereocamera</description>
<field name="quality" type="uint8">Measure of how certainty of gate identificaiton, min 15, max 100</field>
<field name="width" type="float" unit="rad"/>
<field name="hieght" type="float" unit="rad"/>
<field name="phi" type="float" unit="rad">Bearing of the gate in the camera frame</field>
<field name="theta" type="float" unit="rad"/>
<field name="depth" type="float" unit="m">Set to 0 is not known</field>
</message>

<message name="IMCU_DATALINK" id="113">
<description>Forward FBW datalink to AP</description>
Expand Down

0 comments on commit 2b45cc2

Please sign in to comment.