Skip to content

Commit

Permalink
landing_target: added timestamp and target size fields to msg
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed Jun 17, 2015
1 parent 678b2a7 commit 5bad810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message_definitions/v1.0/common.xml
Expand Up @@ -2772,11 +2772,14 @@
</message>
<message id="149" name="LANDING_TARGET">
<description>The location of a landing area captured from a downward facing camera</description>
<field type="uint64_t" name="time_usec">Timestamp (micros since boot or Unix epoch)</field>
<field type="uint8_t" name="target_num">The ID of the target if multiple targets are present</field>
<field type="uint8_t" name="frame">MAV_FRAME enum specifying the whether the following feilds are earth-frame, body-frame, etc.</field>
<field type="float" name="angle_x">X-axis angular offset (in radians) of the target from the center of the image</field>
<field type="float" name="angle_y">Y-axis angular offset (in radians) of the target from the center of the image</field>
<field type="float" name="distance">Distance to the target from the vehicle in meters</field>
<field type="float" name="size_x">Size in radians of target along x-axis</field>
<field type="float" name="size_y">Size in radians of target along y-axis</field>
</message>
<!-- MESSAGE IDs 180 - 240: Space for custom messages in individual projectname_messages.xml files -->
<message id="241" name="VIBRATION">
Expand Down

0 comments on commit 5bad810

Please sign in to comment.