Other MAVLink commands
MAVLink commands not covered by the preceding capability groups. This page lists the PX4 named commands exposed in this capability domain, together with the shared API, authentication, execution status, and safety boundaries.Endpoint
-
Create command:
POST /api/v1/open/downlink/commands -
Query status:
GET /api/v1/open/downlink/commands/{commandId} -
vendoris fixed topx4. - Real PX4 downlink is disabled by default; frames are sent only in guarded mode with explicit authorization and a ready transport.
-
Terminal execution state comes from
COMMAND_ACK; platform status still uses the unified command lifecycle.
Authentication
- API ID + HMAC request signature
- scope:
open:command:create
Query Parameters
None.All commands
oblique_survey-MAV_CMD_OBLIQUE_SURVEY(260)illuminator_on_off-MAV_CMD_ILLUMINATOR_ON_OFF(405)jump_tag-MAV_CMD_JUMP_TAG(600)panorama_create-MAV_CMD_PANORAMA_CREATE(2800)set_guided_submode_standard-MAV_CMD_SET_GUIDED_SUBMODE_STANDARD(4000)set_guided_submode_circle-MAV_CMD_SET_GUIDED_SUBMODE_CIRCLE(4001)payload_prepare_deploy-MAV_CMD_PAYLOAD_PREPARE_DEPLOY(30001)payload_control_deploy-MAV_CMD_PAYLOAD_CONTROL_DEPLOY(30002)fixed_mag_cal_yaw-MAV_CMD_FIXED_MAG_CAL_YAW(42006)
Responses
Create Response: command acceptance state (ACCEPTED)Query Response: command execution state (ACCEPTED/DELIVERED/SUCCEEDED/FAILED/TIMED_OUT/UNMATCHED_RESPONSE)