do_land_start
PX4 capability domain: do-control. PX4 mapping: MAV_CMD_DO_LAND_START.
Mission item to mark the start of a mission landing pattern, or a command to land with a mission landing pattern. When used in a mission, this is a marker for the start of a sequence of mission items that represent a landing pattern. It should be followed by a navigation item that defines the first waypoint of the landing sequence. The start marker positional params are used only for selecting what landing pattern to use if several are defined in the mission (the selected pattern will be the one with the marker position that is closest to the vehicle when a landing is commanded). If the marker item position has zero-values for latitude, longitude, and altitude, then landing pattern selection is instead based on the position of the first waypoint in the landing sequence. When sent as a command it triggers a landing using a mission landing pattern. The location parameters are not used in this case, and should be set to 0.
Request Params
Fixed value
px4Target PX4 device ID
Fixed value
do_land_startIdempotency key; repeated requests return the same command
Timeout in seconds, range
0~300Typed request payload for this command. Field names are generated from PX4 MAVLink XML labels, but callers do not send raw
param1..param7 fields.Meaning: Latitude; maps to MAVLink parameter 5 in the PX4 frame.
Meaning: Longitude; maps to MAVLink parameter 6 in the PX4 frame.
Meaning: Altitude, units
m; maps to MAVLink parameter 7 in the PX4 frame.PX4 Frame Mapping
- MAVLink command:
MAV_CMD_DO_LAND_START - Command ID:
189 - Default transport:
COMMAND_INT - Source XML:
common.xml - Completion:
COMMAND_ACK - Guard: real PX4 downlink is disabled by default; guarded mode requires explicit authorization and a ready transport.
Create Response
Platform command ID, used for follow-up queries
Acceptance status:
ACCEPTEDCommand acceptance time (UTC)
Query Response
Platform command ID
Execution status:
ACCEPTED / DELIVERED / SUCCEEDED / FAILED / TIMED_OUT / UNMATCHED_RESPONSEVendor identifier; fixed value
px4Target PX4 device ID
PX4 command type
Mapped
COMMAND_ACK.result valuePX4 acknowledgement summary
Raw PX4 acknowledgement summary, including MAVLink command ID and transport
PX4 ACK Mapping
After sending the frame, the PX4 agent waits forCOMMAND_ACK and correlates the response by command id. Disabled mode sends no frame and completes with a rejected lifecycle result.