Skip to main content

LANDING_TARGET Message

The location of a landing target. See the service spec: Landing Target.

Message ID: 149
Dialect: common
MAVLink 2 extensions: Fields after the extension marker require MAVLink 2.

Fields

FieldTypeUnitsEnumDescriptionDefaultExtension
time_usecuint64_tusTimestamp (UNIX epoch time or time since system boot). The receiver can infer the format (since 1.1.1970 or since boot) by the magnitude.No
target_numuint8_tID of the target if multiple targets are present.No
frameuint8_tMAV_FRAMECoordinate frame used for following fields.No
angle_xfloatradX-axis angular offset of the target from the center of the image.No
angle_yfloatradY-axis angular offset of the target from the center of the image.No
distancefloatmDistance to the target from the vehicle.No
size_xfloatradSize of target along x-axis.No
size_yfloatradSize of target along y-axis.No
xfloatmX position of the landing target in MAV_FRAME.Yes
yfloatmY position of the landing target in MAV_FRAME.Yes
zfloatmZ position of the landing target in MAV_FRAME.Yes
qfloat[4]Quaternion of landing target orientation in order (w, x, y, z). Zero-rotation is 1, 0, 0, 0.Yes
typeuint8_tLANDING_TARGET_TYPEType of landing target.Yes
position_validuint8_tMAV_BOOLPosition fields (x, y, z, q, type) contain valid target position information (MAV_BOOL_FALSE: invalid). Values not equal to 0 or 1 are invalid.0Yes