Skip to content

Commit c73ed35

Browse files
peterbarkertridge
authored andcommitted
common.xml: specify enumeration for MAV_CMD_NAV_VTOL_LAND.param1
1 parent b9ce14e commit c73ed35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

message_definitions/v1.0/common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@
923923
</entry>
924924
<entry value="85" name="MAV_CMD_NAV_VTOL_LAND" hasLocation="true" isDestination="true">
925925
<description>Land using VTOL mode</description>
926-
<param index="1">See NAV_VTOL_LAND_OPTIONS enum</param>
926+
<param index="1" label="Land Options" enum="NAV_VTOL_LAND_OPTIONS">Landing behaviour.</param>
927927
<param index="2">Empty</param>
928928
<param index="3" label="Approach Altitude" units="m">Approach altitude (with the same reference as the Altitude field). NaN if unspecified.</param>
929929
<param index="4" label="Yaw" units="deg">Yaw angle. NaN to use the current system yaw heading mode (e.g. yaw towards next waypoint, yaw to home, etc.).</param>

0 commit comments

Comments
 (0)