external_wind_estimate
PX4 capability domain: external-guided. PX4 mapping: MAV_CMD_EXTERNAL_WIND_ESTIMATE.
Set an external estimate of wind direction and speed. This might be used to provide an initial wind estimate to the estimator (EKF) in the case where the vehicle is wind dead-reckoning, extending the time when operating without GPS before before position drift builds to an unsafe level. For this use case the command might reasonably be sent every few minutes when operating at altitude, and the value is cleared if the estimator resets itself.
Request Params
Fixed value
px4Target PX4 device ID
Fixed value
external_wind_estimateIdempotency 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: Wind speed, units
m/s; maps to MAVLink parameter 1 in the PX4 frame.Meaning: Wind speed accuracy, units
m/s; maps to MAVLink parameter 2 in the PX4 frame.Meaning: Direction, units
deg; maps to MAVLink parameter 3 in the PX4 frame.Meaning: Direction accuracy, units
deg; maps to MAVLink parameter 4 in the PX4 frame.PX4 Frame Mapping
- MAVLink command:
MAV_CMD_EXTERNAL_WIND_ESTIMATE - Command ID:
43004 - Default transport:
COMMAND_LONG - Source XML:
development.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.