Skip to content

Commit

Permalink
Common: add align-vision-position-local-ned
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Feb 21, 2024
1 parent e788d76 commit 1a80368
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1801,6 +1801,16 @@
<param index="6" reserved="true" default="NaN"/>
<param index="7" reserved="true" default="NaN"/>
</entry>
<entry value="2530" name="MAV_CMD_ALIGN_VISION_POSITION_LOCAL_NED" hasLocation="false" isDestination="false">
<description>Request to align the vision position estimate with the given position and yaw given in a local north-east-down coordinate frame</description>
<param index="1" label="x" units="m">X Position in NED frame</param>
<param index="2" label="y" units="m">Y Position in NED frame</param>
<param index="3" label="z" units="m">Z Position in NED frame</param>
<param index="4" reserved="true" default="NaN"/>
<param index="5" reserved="true" default="NaN"/>
<param index="6" label="yaw" units="rad">Yaw</param>
<param index="7" reserved="true" default="NaN"/>
</entry>
<entry value="2600" name="MAV_CMD_CONTROL_HIGH_LATENCY" hasLocation="false" isDestination="false">
<description>Request to start/stop transmitting over the high latency telemetry</description>
<param index="1" label="Enable" minValue="0" maxValue="1" increment="1">Control transmission over high latency telemetry (0: stop, 1: start)</param>
Expand Down

0 comments on commit 1a80368

Please sign in to comment.