set_guided_submode_standard
PX4 capability domain: other. PX4 mapping: MAV_CMD_SET_GUIDED_SUBMODE_STANDARD.
This command sets the submode to standard guided when vehicle is in guided mode. The vehicle holds position and altitude and the user can input the desired velocities along all three axes.
Request Params
Fixed value
px4Target PX4 device ID
Fixed value
set_guided_submode_standardIdempotency key; repeated requests return the same command
Timeout in seconds, range
0~300Empty object
{}PX4 Frame Mapping
- MAVLink command:
MAV_CMD_SET_GUIDED_SUBMODE_STANDARD - Command ID:
4000 - Default transport:
COMMAND_LONG - 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.