nav_arc_waypoint
PX4 capability domain: navigation. PX4 mapping: MAV_CMD_NAV_ARC_WAYPOINT.
Circular arc path waypoint. This defines the end/exit point and angle (param1) of an arc path from the previous waypoint. A position is required before this command to define the start of the arc (e.g. current position, a MAV_CMD_NAV_WAYPOINT, or a MAV_CMD_NAV_ARC_WAYPOINT). The resulting path is a circular arc in the NE frame, with the difference in height being defined by the difference in waypoint altitudes.
Request Params
Fixed value
px4Target PX4 device ID
Fixed value
nav_arc_waypointIdempotency 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: Arc Angle, units
deg; maps to MAVLink parameter 1 in the PX4 frame.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_NAV_ARC_WAYPOINT - Command ID:
36 - 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.