3
0
Micro air vehicle / autopilot classes. This identifies the individual model.
Generic autopilot, full support for everything
Reserved for future use.
SLUGS autopilot, http://slugsuav.soe.ucsc.edu
ArduPilotMega / ArduCopter, http://diydrones.com
OpenPilot, http://openpilot.org
Generic autopilot only supporting simple waypoints
Generic autopilot supporting waypoints and other simple navigation commands
Generic autopilot supporting the full mission command set
No valid autopilot, e.g. a GCS or other MAVLink component
PPZ UAV - http://nongnu.org/paparazzi
UAV Dev Board
FlexiPilot
PX4 Autopilot - http://pixhawk.ethz.ch/px4/
SMACCMPilot - http://smaccmpilot.org
AutoQuad -- http://autoquad.org
Armazila -- http://armazila.com
Aerob -- http://aerob.ru
ASLUAV autopilot -- http://www.asl.ethz.ch
SmartAP Autopilot - http://sky-drones.com
Generic micro air vehicle.
Fixed wing aircraft.
Quadrotor
Coaxial helicopter
Normal helicopter with tail rotor.
Ground installation
Operator control unit / ground control station
Airship, controlled
Free balloon, uncontrolled
Rocket
Ground rover
Surface vessel, boat, ship
Submarine
Hexarotor
Octorotor
Tricopter
Flapping wing
Kite
Onboard companion controller
Two-rotor VTOL using control surfaces in vertical operation in addition. Tailsitter.
Quad-rotor VTOL using a V-shaped quad config in vertical operation. Tailsitter.
Tiltrotor VTOL
VTOL reserved 2
VTOL reserved 3
VTOL reserved 4
VTOL reserved 5
Onboard gimbal
Onboard ADSB peripheral
Dodecarotor
These values define the type of firmware release. These values indicate the first version or release of this type. For example the first alpha release would be 64, the second would be 65.
development release
alpha release
beta release
release candidate
official stable release
These flags encode the MAV mode.
0b10000000 MAV safety set to armed. Motors are enabled / running / can start. Ready to fly. Additional note: this flag is to be ignore when sent in the command MAV_CMD_DO_SET_MODE and MAV_CMD_COMPONENT_ARM_DISARM shall be used instead. The flag can still be used to report the armed state.
0b01000000 remote control input is enabled.
0b00100000 hardware in the loop simulation. All motors / actuators are blocked, but internal software is full operational.
0b00010000 system stabilizes electronically its attitude (and optionally position). It needs however further control inputs to move around.
0b00001000 guided mode enabled, system flies MISSIONs / mission items.
0b00000100 autonomous mode enabled, system finds its own goal positions. Guided flag can be set or not, depends on the actual implementation.
0b00000010 system has a test mode enabled. This flag is intended for temporary system tests and should not be used for stable implementations.
0b00000001 Reserved for future use.
These values encode the bit positions of the decode position. These values can be used to read the value of a flag bit by combining the base_mode variable with AND with the flag position value. The result will be either 0 or 1, depending on if the flag is set or not.
First bit: 10000000
Second bit: 01000000
Third bit: 00100000
Fourth bit: 00010000
Fifth bit: 00001000
Sixt bit: 00000100
Seventh bit: 00000010
Eighth bit: 00000001
Override command, pauses current mission execution and moves immediately to a position
Hold at the current position.
Continue with the next item in mission execution.
Hold at the current position of the system
Hold at the position specified in the parameters of the DO_HOLD action
These defines are predefined OR-combined mode flags. There is no need to use values from this enum, but it
simplifies the use of the mode flags. Note that manual input is enabled in all modes as a safety override.
System is not ready to fly, booting, calibrating, etc. No flag is set.
System is allowed to be active, under assisted RC control.
System is allowed to be active, under assisted RC control.
System is allowed to be active, under manual (RC) control, no stabilization
System is allowed to be active, under manual (RC) control, no stabilization
System is allowed to be active, under autonomous control, manual setpoint
System is allowed to be active, under autonomous control, manual setpoint
System is allowed to be active, under autonomous control and navigation (the trajectory is decided onboard and not pre-programmed by MISSIONs)
System is allowed to be active, under autonomous control and navigation (the trajectory is decided onboard and not pre-programmed by MISSIONs)
UNDEFINED mode. This solely depends on the autopilot - use with caution, intended for developers only.
UNDEFINED mode. This solely depends on the autopilot - use with caution, intended for developers only.
Uninitialized system, state is unknown.
System is booting up.
System is calibrating and not flight-ready.
System is grounded and on standby. It can be launched any time.
System is active and might be already airborne. Motors are engaged.
System is in a non-normal flight mode. It can however still navigate.
System is in a non-normal flight mode. It lost control over parts or over the whole airframe. It is in mayday and going down.
System just initialized its power-down sequence, will shut down now.
On Screen Display (OSD) devices for video links
Generic autopilot peripheral component ID. Meant for devices that do not implement the parameter sub-protocol
These encode the sensors whose status is sent as part of the SYS_STATUS message.
0x01 3D gyro
0x02 3D accelerometer
0x04 3D magnetometer
0x08 absolute pressure
0x10 differential pressure
0x20 GPS
0x40 optical flow
0x80 computer vision position
0x100 laser based position
0x200 external ground truth (Vicon or Leica)
0x400 3D angular rate control
0x800 attitude stabilization
0x1000 yaw position
0x2000 z/altitude control
0x4000 x/y position control
0x8000 motor outputs / control
0x10000 rc receiver
0x20000 2nd 3D gyro
0x40000 2nd 3D accelerometer
0x80000 2nd 3D magnetometer
0x100000 geofence
0x200000 AHRS subsystem health
0x400000 Terrain subsystem health
0x800000 Motors are reversed
0x1000000 Logging
0x2000000 Battery
Global coordinate frame, WGS84 coordinate system. First value / x: latitude, second value / y: longitude, third value / z: positive altitude over mean sea level (MSL)
Local coordinate frame, Z-up (x: north, y: east, z: down).
NOT a coordinate frame, indicates a mission command.
Global coordinate frame, WGS84 coordinate system, relative altitude over ground with respect to the home position. First value / x: latitude, second value / y: longitude, third value / z: positive altitude with 0 being at the altitude of the home location.
Local coordinate frame, Z-down (x: east, y: north, z: up)
Global coordinate frame, WGS84 coordinate system. First value / x: latitude in degrees*1.0e-7, second value / y: longitude in degrees*1.0e-7, third value / z: positive altitude over mean sea level (MSL)
Global coordinate frame, WGS84 coordinate system, relative altitude over ground with respect to the home position. First value / x: latitude in degrees*10e-7, second value / y: longitude in degrees*10e-7, third value / z: positive altitude with 0 being at the altitude of the home location.
Offset to the current local frame. Anything expressed in this frame should be added to the current local frame position.
Setpoint in body NED frame. This makes sense if all position control is externalized - e.g. useful to command 2 m/s^2 acceleration to the right.
Offset in body NED frame. This makes sense if adding setpoints to the current flight path, to avoid an obstacle - e.g. useful to command 2 m/s^2 acceleration to the east.
Global coordinate frame with above terrain level altitude. WGS84 coordinate system, relative altitude over terrain with respect to the waypoint coordinate. First value / x: latitude in degrees, second value / y: longitude in degrees, third value / z: positive altitude in meters with 0 being at ground level in terrain model.
Global coordinate frame with above terrain level altitude. WGS84 coordinate system, relative altitude over terrain with respect to the waypoint coordinate. First value / x: latitude in degrees*10e-7, second value / y: longitude in degrees*10e-7, third value / z: positive altitude in meters with 0 being at ground level in terrain model.
Disable fenced mode
Switched to guided mode to return point (fence point 0)
Report fence breach, but don't take action
Switched to guided mode to return point (fence point 0) with manual throttle control
Switch to RTL (return to launch) mode and head for the return point.
No last fence breach
Breached minimum altitude
Breached maximum altitude
Breached fence boundary
Enumeration of possible mount operation modes
Load and keep safe position (Roll,Pitch,Yaw) from permant memory and stop stabilization
Load and keep neutral position (Roll,Pitch,Yaw) from permanent memory.
Load neutral position and start MAVLink Roll,Pitch,Yaw control with stabilization
Load neutral position and start RC Roll,Pitch,Yaw control with stabilization
Load neutral position and start to point to Lat,Lon,Alt
Commands to be executed by the MAV. They can be executed on user request, or as part of a mission script. If the action is used in a mission, the parameter mapping to the waypoint/mission message is as follows: Param 1, Param 2, Param 3, Param 4, X: Param 5, Y:Param 6, Z:Param 7. This command list is similar what ARINC 424 is for commercial aircraft: A data format how to interpret waypoint/mission data.
Navigate to MISSION.
Hold time in decimal seconds. (ignored by fixed wing, time to stay at MISSION for rotary wing)
Acceptance radius in meters (if the sphere with this radius is hit, the MISSION counts as reached)
0 to pass through the WP, if > 0 radius in meters to pass by WP. Positive value for clockwise orbit, negative value for counter-clockwise orbit. Allows trajectory control.
Desired yaw angle at MISSION (rotary wing). NaN for unchanged.
Latitude
Longitude
Altitude
Loiter around this MISSION an unlimited amount of time
Empty
Empty
Radius around MISSION, in meters. If positive loiter clockwise, else counter-clockwise
Desired yaw angle.
Latitude
Longitude
Altitude
Loiter around this MISSION for X turns
Turns
Empty
Radius around MISSION, in meters. If positive loiter clockwise, else counter-clockwise
Forward moving aircraft this sets exit xtrack location: 0 for center of loiter wp, 1 for exit location. Else, this is desired yaw angle
Latitude
Longitude
Altitude
Loiter around this MISSION for X seconds
Seconds (decimal)
Empty
Radius around MISSION, in meters. If positive loiter clockwise, else counter-clockwise
Forward moving aircraft this sets exit xtrack location: 0 for center of loiter wp, 1 for exit location. Else, this is desired yaw angle
Latitude
Longitude
Altitude
Return to launch location
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Land at location
Abort Alt
Empty
Empty
Desired yaw angle. NaN for unchanged.
Latitude
Longitude
Altitude
Takeoff from ground / hand
Minimum pitch (if airspeed sensor present), desired pitch without sensor
Empty
Empty
Yaw angle (if magnetometer present), ignored without magnetometer. NaN for unchanged.
Latitude
Longitude
Altitude
Land at local position (local frame only)
Landing target number (if available)
Maximum accepted offset from desired landing position [m] - computed magnitude from spherical coordinates: d = sqrt(x^2 + y^2 + z^2), which gives the maximum accepted distance between the desired landing position and the position where the vehicle is about to land
Landing descend rate [ms^-1]
Desired yaw angle [rad]
Y-axis position [m]
X-axis position [m]
Z-axis / ground level position [m]
Takeoff from local position (local frame only)
Minimum pitch (if airspeed sensor present), desired pitch without sensor [rad]
Empty
Takeoff ascend rate [ms^-1]
Yaw angle [rad] (if magnetometer or another yaw estimation source present), ignored without one of these
Y-axis position [m]
X-axis position [m]
Z-axis position [m]
Vehicle following, i.e. this waypoint represents the position of a moving vehicle
Following logic to use (e.g. loitering or sinusoidal following) - depends on specific autopilot implementation
Ground speed of vehicle to be followed
Radius around MISSION, in meters. If positive loiter clockwise, else counter-clockwise
Desired yaw angle.
Latitude
Longitude
Altitude
Continue on the current course and climb/descend to specified altitude. When the altitude is reached continue to the next command (i.e., don't proceed to the next command until the desired altitude is reached.
Climb or Descend (0 = Neutral, command completes when within 5m of this command's altitude, 1 = Climbing, command completes when at or above this command's altitude, 2 = Descending, command completes when at or below this command's altitude.
Empty
Empty
Empty
Empty
Empty
Desired altitude in meters
Begin loiter at the specified Latitude and Longitude. If Lat=Lon=0, then loiter at the current position. Don't consider the navigation command complete (don't leave loiter) until the altitude has been reached. Additionally, if the Heading Required parameter is non-zero the aircraft will not leave the loiter until heading toward the next waypoint.
Heading Required (0 = False)
Radius in meters. If positive loiter clockwise, negative counter-clockwise, 0 means no change to standard loiter.
Empty
Forward moving aircraft this sets exit xtrack location: 0 for center of loiter wp, 1 for exit location
Latitude
Longitude
Altitude
Being following a target
System ID (the system ID of the FOLLOW_TARGET beacon). Send 0 to disable follow-me and return to the default position hold mode
RESERVED
RESERVED
altitude flag: 0: Keep current altitude, 1: keep altitude difference to target, 2: go to a fixed altitude above home
altitude
RESERVED
TTL in seconds in which the MAV should go to the default position hold mode after a message rx timeout
Reposition the MAV after a follow target command has been sent
Camera q1 (where 0 is on the ray from the camera to the tracking device)
Camera q2
Camera q3
Camera q4
altitude offset from target (m)
X offset from target (m)
Y offset from target (m)
Sets the region of interest (ROI) for a sensor set or the vehicle itself. This can then be used by the vehicles control system to control the vehicle attitude and the attitude of various sensors such as cameras.
Region of intereset mode. (see MAV_ROI enum)
MISSION index/ target ID. (see MAV_ROI enum)
ROI index (allows a vehicle to manage multiple ROI's)
Empty
x the location of the fixed ROI (see MAV_FRAME)
y
z
Control autonomous path planning on the MAV.
0: Disable local obstacle avoidance / local path planning (without resetting map), 1: Enable local path planning, 2: Enable and reset local path planning
0: Disable full path planning (without resetting map), 1: Enable, 2: Enable and reset map/occupancy grid, 3: Enable and reset planned route, but not occupancy grid
Empty
Yaw angle at goal, in compass degrees, [0..360]
Latitude/X of goal
Longitude/Y of goal
Altitude/Z of goal
Navigate to MISSION using a spline path.
Hold time in decimal seconds. (ignored by fixed wing, time to stay at MISSION for rotary wing)
Empty
Empty
Empty
Latitude/X of goal
Longitude/Y of goal
Altitude/Z of goal
Takeoff from ground using VTOL mode
Empty
Empty
Empty
Yaw angle in degrees. NaN for unchanged.
Latitude
Longitude
Altitude
Land using VTOL mode
Empty
Empty
Empty
Yaw angle in degrees. NaN for unchanged.
Latitude
Longitude
Altitude
hand control over to an external controller
On / Off (> 0.5f on)
Empty
Empty
Empty
Empty
Empty
Empty
Delay the next navigation command a number of seconds or until a specified time
Delay in seconds (decimal, -1 to enable time-of-day fields)
hour (24h format, UTC, -1 to ignore)
minute (24h format, UTC, -1 to ignore)
second (24h format, UTC)
Empty
Empty
Empty
Descend and place payload. Vehicle descends until it detects a hanging payload has reached the ground, the gripper is opened to release the payload
Maximum distance to descend (meters)
Empty
Empty
Empty
Latitude (deg * 1E7)
Longitude (deg * 1E7)
Altitude (meters)
NOP - This command is only used to mark the upper limit of the NAV/ACTION commands in the enumeration
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Delay mission state machine.
Delay in seconds (decimal)
Empty
Empty
Empty
Empty
Empty
Empty
Ascend/descend at rate. Delay mission state machine until desired altitude reached.
Descent / Ascend rate (m/s)
Empty
Empty
Empty
Empty
Empty
Finish Altitude
Delay mission state machine until within desired distance of next NAV point.
Distance (meters)
Empty
Empty
Empty
Empty
Empty
Empty
Reach a certain target angle.
target angle: [0-360], 0 is north
speed during yaw change:[deg per second]
direction: negative: counter clockwise, positive: clockwise [-1,1]
relative offset or absolute angle: [ 1,0]
Empty
Empty
Empty
NOP - This command is only used to mark the upper limit of the CONDITION commands in the enumeration
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Set system mode.
Mode, as defined by ENUM MAV_MODE
Custom mode - this is system specific, please refer to the individual autopilot specifications for details.
Custom sub mode - this is system specific, please refer to the individual autopilot specifications for details.
Empty
Empty
Empty
Empty
Jump to the desired command in the mission list. Repeat this action only the specified number of times
Sequence number
Repeat count
Empty
Empty
Empty
Empty
Empty
Change speed and/or throttle set points.
Speed type (0=Airspeed, 1=Ground Speed)
Speed (m/s, -1 indicates no change)
Throttle ( Percent, -1 indicates no change)
absolute or relative [0,1]
Empty
Empty
Empty
Changes the home location either to the current location or a specified location.
Use current (1=use current location, 0=use specified location)
Empty
Empty
Empty
Latitude
Longitude
Altitude
Set a system parameter. Caution! Use of this command requires knowledge of the numeric enumeration value of the parameter.
Parameter number
Parameter value
Empty
Empty
Empty
Empty
Empty
Set a relay to a condition.
Relay number
Setting (1=on, 0=off, others possible depending on system hardware)
Empty
Empty
Empty
Empty
Empty
Cycle a relay on and off for a desired number of cyles with a desired period.
Relay number
Cycle count
Cycle time (seconds, decimal)
Empty
Empty
Empty
Empty
Set a servo to a desired PWM value.
Servo number
PWM (microseconds, 1000 to 2000 typical)
Empty
Empty
Empty
Empty
Empty
Cycle a between its nominal setting and a desired PWM for a desired number of cycles with a desired period.
Servo number
PWM (microseconds, 1000 to 2000 typical)
Cycle count
Cycle time (seconds)
Empty
Empty
Empty
Terminate flight immediately
Flight termination activated if > 0.5
Empty
Empty
Empty
Empty
Empty
Empty
Change altitude set point.
Altitude in meters
Mav frame of new altitude (see MAV_FRAME)
Empty
Empty
Empty
Empty
Empty
Mission command to perform a landing. This is used as a marker in a mission to tell the autopilot where a sequence of mission items that represents a landing starts. It may also be sent via a COMMAND_LONG to trigger a landing, in which case the nearest (geographically) landing sequence in the mission will be used. The Latitude/Longitude is optional, and may be set to 0/0 if not needed. If specified then it will be used to help find the closest landing sequence.
Empty
Empty
Empty
Empty
Latitude
Longitude
Empty
Mission command to perform a landing from a rally point.
Break altitude (meters)
Landing speed (m/s)
Empty
Empty
Empty
Empty
Empty
Mission command to safely abort an autonmous landing.
Altitude (meters)
Empty
Empty
Empty
Empty
Empty
Empty
Reposition the vehicle to a specific WGS84 global position.
Ground speed, less than 0 (-1) for default
Bitmask of option flags, see the MAV_DO_REPOSITION_FLAGS enum.
Reserved
Yaw heading, NaN for unchanged. For planes indicates loiter direction (0: clockwise, 1: counter clockwise)
Latitude (deg * 1E7)
Longitude (deg * 1E7)
Altitude (meters)
If in a GPS controlled position mode, hold the current position or continue.
0: Pause current mission or reposition command, hold current position. 1: Continue mission. A VTOL capable vehicle should enter hover mode (multicopter and VTOL planes). A plane should loiter with the default loiter radius.
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Set moving direction to forward or reverse.
Direction (0=Forward, 1=Reverse)
Empty
Empty
Empty
Empty
Empty
Empty
Control onboard camera system.
Camera ID (-1 for all)
Transmission: 0: disabled, 1: enabled compressed, 2: enabled raw
Transmission mode: 0: video stream, >0: single images every n seconds (decimal)
Recording: 0: disabled, 1: enabled compressed, 2: enabled raw
Empty
Empty
Empty
Sets the region of interest (ROI) for a sensor set or the vehicle itself. This can then be used by the vehicles control system to control the vehicle attitude and the attitude of various sensors such as cameras.
Region of intereset mode. (see MAV_ROI enum)
MISSION index/ target ID. (see MAV_ROI enum)
ROI index (allows a vehicle to manage multiple ROI's)
Empty
x the location of the fixed ROI (see MAV_FRAME)
y
z
Mission command to configure an on-board camera controller system.
Modes: P, TV, AV, M, Etc
Shutter speed: Divisor number for one second
Aperture: F stop number
ISO number e.g. 80, 100, 200, Etc
Exposure type enumerator
Command Identity
Main engine cut-off time before camera trigger in seconds/10 (0 means no cut-off)
Mission command to control an on-board camera controller system.
Session control e.g. show/hide lens
Zoom's absolute position
Zooming step value to offset zoom from the current position
Focus Locking, Unlocking or Re-locking
Shooting Command
Command Identity
Empty
Mission command to configure a camera or antenna mount
Mount operation mode (see MAV_MOUNT_MODE enum)
stabilize roll? (1 = yes, 0 = no)
stabilize pitch? (1 = yes, 0 = no)
stabilize yaw? (1 = yes, 0 = no)
Empty
Empty
Empty
Mission command to control a camera or antenna mount
pitch (WIP: DEPRECATED: or lat in degrees) depending on mount mode.
roll (WIP: DEPRECATED: or lon in degrees) depending on mount mode.
yaw (WIP: DEPRECATED: or alt in meters) depending on mount mode.
WIP: alt in meters depending on mount mode.
WIP: latitude in degrees * 1E7, set if appropriate mount mode.
WIP: longitude in degrees * 1E7, set if appropriate mount mode.
MAV_MOUNT_MODE enum value
Mission command to set CAM_TRIGG_DIST for this flight
Camera trigger distance (meters)
Empty
Empty
Empty
Empty
Empty
Empty
Mission command to enable the geofence
enable? (0=disable, 1=enable, 2=disable_floor_only)
Empty
Empty
Empty
Empty
Empty
Empty
Mission command to trigger a parachute
action (0=disable, 1=enable, 2=release, for some systems see PARACHUTE_ACTION enum, not in general message set.)
Empty
Empty
Empty
Empty
Empty
Empty
Mission command to perform motor test
motor number (a number from 1 to max number of motors on the vehicle)
throttle type (0=throttle percentage, 1=PWM, 2=pilot throttle channel pass-through. See MOTOR_TEST_THROTTLE_TYPE enum)
throttle
timeout (in seconds)
motor count (number of motors to test to test in sequence, waiting for the timeout above between them; 0=1 motor, 1=1 motor, 2=2 motors...)
motor test order (See MOTOR_TEST_ORDER enum)
Empty
Change to/from inverted flight
inverted (0=normal, 1=inverted)
Empty
Empty
Empty
Empty
Empty
Empty
Sets a desired vehicle turn angle and speed change
yaw angle to adjust steering by in centidegress
speed - normalized to 0 .. 1
Empty
Empty
Empty
Empty
Empty
Mission command to control a camera or antenna mount, using a quaternion as reference.
q1 - quaternion param #1, w (1 in null-rotation)
q2 - quaternion param #2, x (0 in null-rotation)
q3 - quaternion param #3, y (0 in null-rotation)
q4 - quaternion param #4, z (0 in null-rotation)
Empty
Empty
Empty
set id of master controller
System ID
Component ID
Empty
Empty
Empty
Empty
Empty
set limits for external control
timeout - maximum time (in seconds) that external controller will be allowed to control vehicle. 0 means no timeout
absolute altitude min (in meters, AMSL) - if vehicle moves below this alt, the command will be aborted and the mission will continue. 0 means no lower altitude limit
absolute altitude max (in meters)- if vehicle moves above this alt, the command will be aborted and the mission will continue. 0 means no upper altitude limit
horizontal move limit (in meters, AMSL) - if vehicle moves more than this distance from it's location at the moment the command was executed, the command will be aborted and the mission will continue. 0 means no horizontal altitude limit
Empty
Empty
Empty
Control vehicle engine. This is interpreted by the vehicles engine controller to change the target engine state. It is intended for vehicles with internal combustion engines
0: Stop engine, 1:Start Engine
0: Warm start, 1:Cold start. Controls use of choke where applicable
Height delay (meters). This is for commanding engine start only after the vehicle has gained the specified height. Used in VTOL vehicles during takeoff to start engine after the aircraft is off the ground. Zero for no delay.
Empty
Empty
Empty
Empty
Empty
NOP - This command is only used to mark the upper limit of the DO commands in the enumeration
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Trigger calibration. This command will be only accepted if in pre-flight mode. Except for Temperature Calibration, only one sensor should be set in a single message and all others should be zero.
1: gyro calibration, 3: gyro temperature calibration
1: magnetometer calibration
1: ground pressure calibration
1: radio RC calibration, 2: RC trim calibration
1: accelerometer calibration, 2: board level calibration, 3: accelerometer temperature calibration, 4: simple accelerometer calibration
1: APM: compass/motor interference calibration (PX4: airspeed calibration, deprecated), 2: airspeed calibration
1: ESC calibration, 3: barometer temperature calibration
Set sensor offsets. This command will be only accepted if in pre-flight mode.
Sensor to adjust the offsets for: 0: gyros, 1: accelerometer, 2: magnetometer, 3: barometer, 4: optical flow, 5: second magnetometer, 6: third magnetometer
X axis offset (or generic dimension 1), in the sensor's raw units
Y axis offset (or generic dimension 2), in the sensor's raw units
Z axis offset (or generic dimension 3), in the sensor's raw units
Generic dimension 4, in the sensor's raw units
Generic dimension 5, in the sensor's raw units
Generic dimension 6, in the sensor's raw units
Trigger UAVCAN config. This command will be only accepted if in pre-flight mode.
1: Trigger actuator ID assignment and direction mapping.
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Request storage of different parameter values and logs. This command will be only accepted if in pre-flight mode.
Parameter storage: 0: READ FROM FLASH/EEPROM, 1: WRITE CURRENT TO FLASH/EEPROM, 2: Reset to defaults
Mission storage: 0: READ FROM FLASH/EEPROM, 1: WRITE CURRENT TO FLASH/EEPROM, 2: Reset to defaults
Onboard logging: 0: Ignore, 1: Start default rate logging, -1: Stop logging, > 1: start logging with rate of param 3 in Hz (e.g. set to 1000 for 1000 Hz logging)
Reserved
Empty
Empty
Empty
Request the reboot or shutdown of system components.
0: Do nothing for autopilot, 1: Reboot autopilot, 2: Shutdown autopilot, 3: Reboot autopilot and keep it in the bootloader until upgraded.
0: Do nothing for onboard computer, 1: Reboot onboard computer, 2: Shutdown onboard computer, 3: Reboot onboard computer and keep it in the bootloader until upgraded.
WIP: 0: Do nothing for camera, 1: Reboot onboard camera, 2: Shutdown onboard camera, 3: Reboot onboard camera and keep it in the bootloader until upgraded
WIP: 0: Do nothing for mount (e.g. gimbal), 1: Reboot mount, 2: Shutdown mount, 3: Reboot mount and keep it in the bootloader until upgraded
Reserved, send 0
Reserved, send 0
WIP: ID (e.g. camera ID -1 for all IDs)
Hold / continue the current action
MAV_GOTO_DO_HOLD: hold MAV_GOTO_DO_CONTINUE: continue with next item in mission plan
MAV_GOTO_HOLD_AT_CURRENT_POSITION: Hold at current position MAV_GOTO_HOLD_AT_SPECIFIED_POSITION: hold at specified position
MAV_FRAME coordinate frame of hold point
Desired yaw angle in degrees
Latitude / X position
Longitude / Y position
Altitude / Z position
start running a mission
first_item: the first mission item to run
last_item: the last mission item to run (after this item is run, the mission ends)
Arms / Disarms a component
1 to arm, 0 to disarm
Request the home position from the vehicle.
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
Starts receiver pairing
0:Spektrum
0:Spektrum DSM2, 1:Spektrum DSMX
Request the interval between messages for a particular MAVLink message ID
The MAVLink message ID
Request the interval between messages for a particular MAVLink message ID. This interface replaces REQUEST_DATA_STREAM
The MAVLink message ID
The interval between two messages, in microseconds. Set to -1 to disable and 0 to request default rate.
Request autopilot capabilities
1: Request autopilot version
Reserved (all remaining params)
WIP: Request camera information (CAMERA_INFORMATION)
1: Request camera capabilities
Camera ID
Reserved (all remaining params)
WIP: Request camera settings (CAMERA_SETTINGS)
1: Request camera settings
Camera ID
Reserved (all remaining params)
WIP: Set the camera settings part 1 (CAMERA_SETTINGS)
Camera ID
Aperture (1/value)
Aperture locked (0: auto, 1: locked)
Shutter speed in s
Shutter speed locked (0: auto, 1: locked)
ISO sensitivity
ISO sensitivity locked (0: auto, 1: locked)
WIP: Set the camera settings part 2 (CAMERA_SETTINGS)
Camera ID
White balance locked (0: auto, 1: locked)
White balance (color temperature in K)
Reserved for camera mode ID
Reserved for color mode ID
Reserved for image format ID
Reserved
WIP: Request storage information (STORAGE_INFORMATION)
1: Request storage information
Storage ID
Reserved (all remaining params)
WIP: Format a storage medium
1: Format storage
Storage ID
Reserved (all remaining params)
WIP: Request camera capture status (CAMERA_CAPTURE_STATUS)
1: Request camera capture status
Camera ID
Reserved (all remaining params)
WIP: Request flight information (FLIGHT_INFORMATION)
1: Request flight information
Reserved (all remaining params)
Start image capture sequence. Sends CAMERA_IMAGE_CAPTURED after each capture.
Duration between two consecutive pictures (in seconds)
Number of images to capture total - 0 for unlimited capture
Resolution in megapixels (0.3 for 640x480, 1.3 for 1280x720, etc), set to 0 if param 4/5 are used, set to -1 for highest resolution possible.
WIP: Resolution horizontal in pixels
WIP: Resolution horizontal in pixels
WIP: Camera ID
Stop image capture sequence
Camera ID
Reserved
Enable or disable on-board camera triggering system.
Trigger enable/disable (0 for disable, 1 for start)
Shutter integration time (in ms)
Reserved
Starts video capture (recording)
Camera ID (0 for all cameras), 1 for first, 2 for second, etc.
Frames per second, set to -1 for highest framerate possible.
Resolution in megapixels (0.3 for 640x480, 1.3 for 1280x720, etc), set to 0 if param 4/5 are used, set to -1 for highest resolution possible.
WIP: Resolution horizontal in pixels
WIP: Resolution horizontal in pixels
WIP: Frequency CAMERA_CAPTURE_STATUS messages should be sent while recording (0 for no messages, otherwise time in Hz)
Stop the current video capture (recording)
WIP: Camera ID
Reserved
Request to start streaming logging data over MAVLink (see also LOGGING_DATA message)
Format: 0: ULog
Reserved (set to 0)
Reserved (set to 0)
Reserved (set to 0)
Reserved (set to 0)
Reserved (set to 0)
Reserved (set to 0)
Request to stop streaming log data over MAVLink
Reserved (set to 0)
Reserved (set to 0)
Reserved (set to 0)
Reserved (set to 0)
Reserved (set to 0)
Reserved (set to 0)
Reserved (set to 0)
Landing gear ID (default: 0, -1 for all)
Landing gear position (Down: 0, Up: 1, NAN for no change)
Reserved, set to NAN
Reserved, set to NAN
Reserved, set to NAN
Reserved, set to NAN
Reserved, set to NAN
Create a panorama at the current position
Viewing angle horizontal of the panorama (in degrees, +- 0.5 the total angle)
Viewing angle vertical of panorama (in degrees)
Speed of the horizontal rotation (in degrees per second)
Speed of the vertical rotation (in degrees per second)
Request VTOL transition
The target VTOL state, as defined by ENUM MAV_VTOL_STATE. Only MAV_VTOL_STATE_MC and MAV_VTOL_STATE_FW can be used.
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 velocites along all three axes.
This command sets submode circle when vehicle is in guided mode. Vehicle flies along a circle facing the center of the circle. The user can input the velocity along the circle and change the radius. If no input is given the vehicle will hold position.
Radius of desired circle in CIRCLE_MODE
User defined
User defined
User defined
Unscaled target latitude of center of circle in CIRCLE_MODE
Unscaled target longitude of center of circle in CIRCLE_MODE
Fence return point. There can only be one fence return point.
Reserved
Reserved
Reserved
Reserved
Latitude
Longitude
Altitude
Fence vertex for an inclusion polygon. The vehicle must stay within this area. Minimum of 3 vertices required.
Polygon vertex count
Reserved
Reserved
Reserved
Latitude
Longitude
Reserved
Fence vertex for an exclusion polygon. The vehicle must stay outside this area. Minimum of 3 vertices required.
Polygon vertex count
Reserved
Reserved
Reserved
Latitude
Longitude
Reserved
Rally point. You can have multiple rally points defined.
Reserved
Reserved
Reserved
Reserved
Latitude
Longitude
Altitude
Deploy payload on a Lat / Lon / Alt position. This includes the navigation to reach the required release position and velocity.
Operation mode. 0: prepare single payload deploy (overwriting previous requests), but do not execute it. 1: execute payload deploy immediately (rejecting further deploy commands during execution, but allowing abort). 2: add payload deploy to existing deployment list.
Desired approach vector in degrees compass heading (0..360). A negative value indicates the system can define the approach vector at will.
Desired ground speed at release time. This can be overriden by the airframe in case it needs to meet minimum airspeed. A negative value indicates the system can define the ground speed at will.
Minimum altitude clearance to the release position in meters. A negative value indicates the system can define the clearance at will.
Latitude unscaled for MISSION_ITEM or in 1e7 degrees for MISSION_ITEM_INT
Longitude unscaled for MISSION_ITEM or in 1e7 degrees for MISSION_ITEM_INT
Altitude, in meters AMSL
Control the payload deployment.
Operation mode. 0: Abort deployment, continue normal mission. 1: switch to payload deploment mode. 100: delete first payload deployment request. 101: delete all payload deployment requests.
Reserved
Reserved
Reserved
Reserved
Reserved
Reserved
User defined waypoint item. Ground Station will show the Vehicle as flying through this item.
User defined
User defined
User defined
User defined
Latitude unscaled
Longitude unscaled
Altitude, in meters AMSL
User defined waypoint item. Ground Station will show the Vehicle as flying through this item.
User defined
User defined
User defined
User defined
Latitude unscaled
Longitude unscaled
Altitude, in meters AMSL
User defined waypoint item. Ground Station will show the Vehicle as flying through this item.
User defined
User defined
User defined
User defined
Latitude unscaled
Longitude unscaled
Altitude, in meters AMSL
User defined waypoint item. Ground Station will show the Vehicle as flying through this item.
User defined
User defined
User defined
User defined
Latitude unscaled
Longitude unscaled
Altitude, in meters AMSL
User defined waypoint item. Ground Station will show the Vehicle as flying through this item.
User defined
User defined
User defined
User defined
Latitude unscaled
Longitude unscaled
Altitude, in meters AMSL
User defined spatial item. Ground Station will not show the Vehicle as flying through this item. Example: ROI item.
User defined
User defined
User defined
User defined
Latitude unscaled
Longitude unscaled
Altitude, in meters AMSL
User defined spatial item. Ground Station will not show the Vehicle as flying through this item. Example: ROI item.
User defined
User defined
User defined
User defined
Latitude unscaled
Longitude unscaled
Altitude, in meters AMSL
User defined spatial item. Ground Station will not show the Vehicle as flying through this item. Example: ROI item.
User defined
User defined
User defined
User defined
Latitude unscaled
Longitude unscaled
Altitude, in meters AMSL
User defined spatial item. Ground Station will not show the Vehicle as flying through this item. Example: ROI item.
User defined
User defined
User defined
User defined
Latitude unscaled
Longitude unscaled
Altitude, in meters AMSL
User defined spatial item. Ground Station will not show the Vehicle as flying through this item. Example: ROI item.
User defined
User defined
User defined
User defined
Latitude unscaled
Longitude unscaled
Altitude, in meters AMSL
User defined command. Ground Station will not show the Vehicle as flying through this item. Example: MAV_CMD_DO_SET_PARAMETER item.
User defined
User defined
User defined
User defined
User defined
User defined
User defined
User defined command. Ground Station will not show the Vehicle as flying through this item. Example: MAV_CMD_DO_SET_PARAMETER item.
User defined
User defined
User defined
User defined
User defined
User defined
User defined
User defined command. Ground Station will not show the Vehicle as flying through this item. Example: MAV_CMD_DO_SET_PARAMETER item.
User defined
User defined
User defined
User defined
User defined
User defined
User defined
User defined command. Ground Station will not show the Vehicle as flying through this item. Example: MAV_CMD_DO_SET_PARAMETER item.
User defined
User defined
User defined
User defined
User defined
User defined
User defined
User defined command. Ground Station will not show the Vehicle as flying through this item. Example: MAV_CMD_DO_SET_PARAMETER item.
User defined
User defined
User defined
User defined
User defined
User defined
User defined
THIS INTERFACE IS DEPRECATED AS OF JULY 2015. Please use MESSAGE_INTERVAL instead. A data stream is not a fixed set of messages, but rather a
recommendation to the autopilot software. Individual autopilots may or may not obey
the recommended messages.
Enable all data streams
Enable IMU_RAW, GPS_RAW, GPS_STATUS packets.
Enable GPS_STATUS, CONTROL_STATUS, AUX_STATUS
Enable RC_CHANNELS_SCALED, RC_CHANNELS_RAW, SERVO_OUTPUT_RAW
Enable ATTITUDE_CONTROLLER_OUTPUT, POSITION_CONTROLLER_OUTPUT, NAV_CONTROLLER_OUTPUT.
Enable LOCAL_POSITION, GLOBAL_POSITION/GLOBAL_POSITION_INT messages.
Dependent on the autopilot
Dependent on the autopilot
Dependent on the autopilot
The ROI (region of interest) for the vehicle. This can be
be used by the vehicle for camera/vehicle attitude alignment (see
MAV_CMD_NAV_ROI).
No region of interest.
Point toward next MISSION.
Point toward given MISSION.
Point toward fixed location.
Point toward of given id.
ACK / NACK / ERROR values as a result of MAV_CMDs and for mission item transmission.
Command / mission item is ok.
Generic error message if none of the other reasons fails or if no detailed error reporting is implemented.
The system is refusing to accept this command from this source / communication partner.
Command or mission item is not supported, other commands would be accepted.
The coordinate frame of this command / mission item is not supported.
The coordinate frame of this command is ok, but he coordinate values exceed the safety limits of this system. This is a generic error, please use the more specific error messages below if possible.
The X or latitude value is out of range.
The Y or longitude value is out of range.
The Z or altitude value is out of range.
Specifies the datatype of a MAVLink parameter.
8-bit unsigned integer
8-bit signed integer
16-bit unsigned integer
16-bit signed integer
32-bit unsigned integer
32-bit signed integer
64-bit unsigned integer
64-bit signed integer
32-bit floating-point
64-bit floating-point
result from a mavlink command
Command ACCEPTED and EXECUTED
Command TEMPORARY REJECTED/DENIED
Command PERMANENTLY DENIED
Command UNKNOWN/UNSUPPORTED
Command executed, but failed
result in a mavlink mission ack
mission accepted OK
generic error / not accepting mission commands at all right now
coordinate frame is not supported
command is not supported
mission item exceeds storage space
one of the parameters has an invalid value
param1 has an invalid value
param2 has an invalid value
param3 has an invalid value
param4 has an invalid value
x/param5 has an invalid value
y/param6 has an invalid value
param7 has an invalid value
received waypoint out of sequence
not accepting any mission commands from this communication partner
Indicates the severity level, generally used for status messages to indicate their relative urgency. Based on RFC-5424 using expanded definitions at: http://www.kiwisyslog.com/kb/info:-syslog-message-levels/.
System is unusable. This is a "panic" condition.
Action should be taken immediately. Indicates error in non-critical systems.
Action must be taken immediately. Indicates failure in a primary system.
Indicates an error in secondary/redundant systems.
Indicates about a possible future error if this is not resolved within a given timeframe. Example would be a low battery warning.
An unusual event has occured, though not an error condition. This should be investigated for the root cause.
Normal operational messages. Useful for logging. No action is required for these messages.
Useful non-operational messages that can assist in debugging. These should not occur during normal operation.
Power supply status flags (bitmask)
main brick power supply valid
main servo power supply valid for FMU
USB power is connected
peripheral supply is in over-current state
hi-power peripheral supply is in over-current state
Power status has changed since boot
SERIAL_CONTROL device types
First telemetry port
Second telemetry port
First GPS port
Second GPS port
system shell
SERIAL_CONTROL flags (bitmask)
Set if this is a reply
Set if the sender wants the receiver to send a response as another SERIAL_CONTROL message
Set if access to the serial port should be removed from whatever driver is currently using it, giving exclusive access to the SERIAL_CONTROL protocol. The port can be handed back by sending a request without this flag set
Block on writes to the serial port
Send multiple replies until port is drained
Enumeration of distance sensor types
Laser rangefinder, e.g. LightWare SF02/F or PulsedLight units
Ultrasound rangefinder, e.g. MaxBotix units
Infrared rangefinder, e.g. Sharp units
Radar type, e.g. uLanding units
Broken or unknown type, e.g. analog units
Enumeration of sensor orientation, according to its rotations
Roll: 0, Pitch: 0, Yaw: 0
Roll: 0, Pitch: 0, Yaw: 45
Roll: 0, Pitch: 0, Yaw: 90
Roll: 0, Pitch: 0, Yaw: 135
Roll: 0, Pitch: 0, Yaw: 180
Roll: 0, Pitch: 0, Yaw: 225
Roll: 0, Pitch: 0, Yaw: 270
Roll: 0, Pitch: 0, Yaw: 315
Roll: 180, Pitch: 0, Yaw: 0
Roll: 180, Pitch: 0, Yaw: 45
Roll: 180, Pitch: 0, Yaw: 90
Roll: 180, Pitch: 0, Yaw: 135
Roll: 0, Pitch: 180, Yaw: 0
Roll: 180, Pitch: 0, Yaw: 225
Roll: 180, Pitch: 0, Yaw: 270
Roll: 180, Pitch: 0, Yaw: 315
Roll: 90, Pitch: 0, Yaw: 0
Roll: 90, Pitch: 0, Yaw: 45
Roll: 90, Pitch: 0, Yaw: 90
Roll: 90, Pitch: 0, Yaw: 135
Roll: 270, Pitch: 0, Yaw: 0
Roll: 270, Pitch: 0, Yaw: 45
Roll: 270, Pitch: 0, Yaw: 90
Roll: 270, Pitch: 0, Yaw: 135
Roll: 0, Pitch: 90, Yaw: 0
Roll: 0, Pitch: 270, Yaw: 0
Roll: 0, Pitch: 180, Yaw: 90
Roll: 0, Pitch: 180, Yaw: 270
Roll: 90, Pitch: 90, Yaw: 0
Roll: 180, Pitch: 90, Yaw: 0
Roll: 270, Pitch: 90, Yaw: 0
Roll: 90, Pitch: 180, Yaw: 0
Roll: 270, Pitch: 180, Yaw: 0
Roll: 90, Pitch: 270, Yaw: 0
Roll: 180, Pitch: 270, Yaw: 0
Roll: 270, Pitch: 270, Yaw: 0
Roll: 90, Pitch: 180, Yaw: 90
Roll: 90, Pitch: 0, Yaw: 270
Roll: 315, Pitch: 315, Yaw: 315
Bitmask of (optional) autopilot capabilities (64 bit). If a bit is set, the autopilot supports this capability.
Autopilot supports MISSION float message type.
Autopilot supports the new param float message type.
Autopilot supports MISSION_INT scaled integer message type.
Autopilot supports COMMAND_INT scaled integer message type.
Autopilot supports the new param union message type.
Autopilot supports the new FILE_TRANSFER_PROTOCOL message type.
Autopilot supports commanding attitude offboard.
Autopilot supports commanding position and velocity targets in local NED frame.
Autopilot supports commanding position and velocity targets in global scaled integers.
Autopilot supports terrain protocol / data handling.
Autopilot supports direct actuator control.
Autopilot supports the flight termination command.
Autopilot supports onboard compass calibration.
Autopilot supports mavlink version 2.
Autopilot supports mission fence protocol.
Autopilot supports mission rally point protocol.
Type of mission items being requested/sent in mission protocol.
Items are mission commands for main mission.
Specifies GeoFence area(s). Items are MAV_CMD_FENCE_ GeoFence items.
Specifies the rally points for the vehicle. Rally points are alternative RTL points. Items are MAV_CMD_RALLY_POINT rally point items.
Only used in MISSION_CLEAR_ALL to clear all mission types.
Enumeration of estimator types
This is a naive estimator without any real covariance feedback.
Computer vision based estimate. Might be up to scale.
Visual-inertial estimate.
Plain GPS estimate.
Estimator integrating GPS and inertial sensing.
Enumeration of battery types
Not specified.
Lithium polymer battery
Lithium-iron-phosphate battery
Lithium-ION battery
Nickel metal hydride battery
Enumeration of battery functions
Battery function is unknown
Battery supports all flight systems
Battery for the propulsion system
Avionics battery
Payload battery
Enumeration of VTOL states
MAV is not configured as VTOL
VTOL is in transition from multicopter to fixed-wing
VTOL is in transition from fixed-wing to multicopter
VTOL is in multicopter state
VTOL is in fixed-wing state
Enumeration of landed detector states
MAV landed state is unknown
MAV is landed (on ground)
MAV is in air
MAV currently taking off
MAV currently landing
Enumeration of the ADSB altimeter types
Altitude reported from a Baro source using QNH reference
Altitude reported from a GNSS source
ADSB classification for the type of vehicle emitting the transponder signal
These flags indicate status such as data validity of each data source. Set = data valid
Bitmask of options for the MAV_CMD_DO_REPOSITION
The aircraft should immediately transition into guided. This should not be set for follow me applications
Flags in EKF_STATUS message
True if the attitude estimate is good
True if the horizontal velocity estimate is good
True if the vertical velocity estimate is good
True if the horizontal position (relative) estimate is good
True if the horizontal position (absolute) estimate is good
True if the vertical position (absolute) estimate is good
True if the vertical position (above ground) estimate is good
True if the EKF is in a constant position mode and is not using external measurements (eg GPS or optical flow)
True if the EKF has sufficient data to enter a mode that will provide a (relative) position estimate
True if the EKF has sufficient data to enter a mode that will provide a (absolute) position estimate
True if the EKF has detected a GPS glitch
default autopilot motor test method
motor numbers are specified as their index in a predefined vehicle-specific sequence
motor numbers are specified as the output as labeled on the board
throttle as a percentage from 0 ~ 100
throttle as an absolute PWM value (normally in range of 1000~2000)
throttle pass-through from pilot's transmitter
per-motor compass calibration test
ignore altitude field
ignore hdop field
ignore vdop field
ignore horizontal velocity field (vn and ve)
ignore vertical velocity field (vd)
ignore speed accuracy field
ignore horizontal accuracy field
ignore vertical accuracy field
Possible actions an aircraft can take to avoid a collision.
Ignore any potential collisions
Report potential collision
Ascend or Descend to avoid threat
Move horizontally to avoid threat
Aircraft to move perpendicular to the collision's velocity vector
Aircraft to fly directly back to its launch point
Aircraft to stop in place
Aircraft-rated danger from this threat.
Not a threat
Craft is mildly concerned about this threat
Craft is panicing, and may take actions to avoid threat
Source of information about this collision.
ID field references ADSB_VEHICLE packets
ID field references MAVLink SRC ID
Type of GPS fix
No GPS connected
No position information, GPS is connected
2D position
3D position
DGPS/SBAS aided 3D position
RTK float, 3D position
RTK Fixed, 3D position
Static fixed, typically used for base stations
Mission command to operate EPM gripper
gripper number (a number from 1 to max number of grippers on the vehicle)
gripper action (0=release, 1=grab. See GRIPPER_ACTIONS enum)
Empty
Empty
Empty
Empty
Empty
Enable/disable autotune
enable (1: enable, 0:disable)
Empty
Empty
Empty
Empty
Empty
Empty
Mission command to wait for an altitude or downwards vertical speed. This is meant for high altitude balloon launches, allowing the aircraft to be idle until either an altitude is reached or a negative vertical speed is reached (indicating early balloon burst). The wiggle time is how often to wiggle the control surfaces to prevent them seizing up.
altitude (m)
descent speed (m/s)
Wiggle Time (s)
Empty
Empty
Empty
Empty
A system wide power-off event has been initiated.
Empty
Empty
Empty
Empty
Empty
Empty
Empty
FLY button has been clicked.
Empty
Empty
Empty
Empty
Empty
Empty
Empty
FLY button has been held for 1.5 seconds.
Takeoff altitude
Empty
Empty
Empty
Empty
Empty
Empty
PAUSE button has been clicked.
1 if Solo is in a shot mode, 0 otherwise
Empty
Empty
Empty
Empty
Empty
Empty
Magnetometer calibration based on fixed position in earth field
MagDeclinationDegrees
MagInclinationDegrees
MagIntensityMilliGauss
YawDegrees
Empty
Empty
Empty
Initiate a magnetometer calibration
uint8_t bitmask of magnetometers (0 means all)
Automatically retry on failure (0=no retry, 1=retry).
Save without user input (0=require input, 1=autosave).
Delay (seconds)
Autoreboot (0=user reboot, 1=autoreboot)
Empty
Empty
Initiate a magnetometer calibration
uint8_t bitmask of magnetometers (0 means all)
Empty
Empty
Empty
Empty
Empty
Empty
Cancel a running magnetometer calibration
uint8_t bitmask of magnetometers (0 means all)
Empty
Empty
Empty
Empty
Empty
Empty
Used when doing accelerometer calibration. When sent to the GCS tells it what position to put the vehicle in. When sent to the vehicle says what position the vehicle is in.
Position, one of the ACCELCAL_VEHICLE_POS enum values
Empty
Empty
Empty
Empty
Empty
Empty
Reply with the version banner
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Causes the gimbal to reset and boot as if it was just powered on
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Command autopilot to get into factory test/diagnostic mode
0 means get out of test mode, 1 means get into test mode
Empty
Empty
Empty
Empty
Empty
Empty
Reports progress and success or failure of gimbal axis calibration procedure
Gimbal axis we're reporting calibration progress for
Current calibration progress for this axis, 0x64=100%
Status of the calibration
Empty
Empty
Empty
Empty
Starts commutation calibration on the gimbal
Empty
Empty
Empty
Empty
Empty
Empty
Empty
Erases gimbal application and parameters
Magic number
Magic number
Magic number
Magic number
Magic number
Magic number
Magic number
pre-initialization
disabled
checking limits
a limit has been breached
taking action eg. RTL
we're no longer in breach of a limit
pre-initialization
disabled
checking limits
Flags in RALLY_POINT message
Flag set when requiring favorable winds for landing.
Flag set when plane is to immediately descend to break altitude and land without GCS intervention. Flag not set when plane is to loiter at Rally point until commanded to land.
Disable parachute release
Enable parachute release
Release parachute
Gripper actions.
gripper release of cargo
gripper grabs onto cargo
Camera heartbeat, announce camera component ID at 1hz
Camera image triggered
Camera connection lost
Camera unknown error
Camera battery low. Parameter p1 shows reported voltage
Camera storage low. Parameter p1 shows reported shots remaining
Camera storage low. Parameter p1 shows reported video minutes remaining
Shooting photos, not video
Shooting video, not stills
Unable to achieve requested exposure (e.g. shutter speed too low)
Closed loop feedback from camera, we know for sure it has successfully taken a picture
Open loop camera, an image trigger has been requested but we can't know for sure it has successfully taken a picture
Gimbal is powered on but has not started initializing yet
Gimbal is currently running calibration on the pitch axis
Gimbal is currently running calibration on the roll axis
Gimbal is currently running calibration on the yaw axis
Gimbal has finished calibrating and initializing, but is relaxed pending reception of first rate command from copter
Gimbal is actively stabilizing
Gimbal is relaxed because it missed more than 10 expected rate command messages in a row. Gimbal will move back to active mode when it receives a new rate command
Gimbal yaw axis
Gimbal pitch axis
Gimbal roll axis
Axis calibration is in progress
Axis calibration succeeded
Axis calibration failed
Whether or not this axis requires calibration is unknown at this time
This axis requires calibration
This axis does not require calibration
No GoPro connected
The detected GoPro is not HeroBus compatible
A HeroBus compatible GoPro is connected
An unrecoverable error was encountered with the connected GoPro, it may require a power cycle
GoPro is currently recording
The write message with ID indicated succeeded
The write message with ID indicated failed
(Get/Set)
(Get/Set)
(___/Set)
(Get/___)
(Get/___)
(Get/Set)
(Get/Set)
(Get/Set)
(Get/Set)
(Get/Set)
(Get/Set) Hero 3+ Only
(Get/Set) Hero 3+ Only
(Get/Set) Hero 3+ Only
(Get/Set) Hero 3+ Only
(Get/Set) Hero 3+ Only
(Get/Set)
(Get/Set)
Video mode
Photo mode
Burst mode, hero 3+ only
Time lapse mode, hero 3+ only
Multi shot mode, hero 4 only
Playback mode, hero 4 only, silver only except when LCD or HDMI is connected to black
Playback mode, hero 4 only
Mode not yet known
848 x 480 (480p)
1280 x 720 (720p)
1280 x 960 (960p)
1920 x 1080 (1080p)
1920 x 1440 (1440p)
2704 x 1440 (2.7k-17:9)
2704 x 1524 (2.7k-16:9)
2704 x 2028 (2.7k-4:3)
3840 x 2160 (4k-16:9)
4096 x 2160 (4k-17:9)
1280 x 720 (720p-SuperView)
1920 x 1080 (1080p-SuperView)
2704 x 1520 (2.7k-SuperView)
3840 x 2160 (4k-SuperView)
12 FPS
15 FPS
24 FPS
25 FPS
30 FPS
48 FPS
50 FPS
60 FPS
80 FPS
90 FPS
100 FPS
120 FPS
240 FPS
12.5 FPS
0x00: Wide
0x01: Medium
0x02: Narrow
0=NTSC, 1=PAL
5MP Medium
7MP Medium
7MP Wide
10MP Wide
12MP Wide
Auto
3000K
5500K
6500K
Camera Raw
Auto
Neutral
ISO 400
ISO 800 (Only Hero 4)
ISO 1600
ISO 3200 (Only Hero 4)
ISO 6400
Low Sharpness
Medium Sharpness
High Sharpness
-5.0 EV (Hero 3+ Only)
-4.5 EV (Hero 3+ Only)
-4.0 EV (Hero 3+ Only)
-3.5 EV (Hero 3+ Only)
-3.0 EV (Hero 3+ Only)
-2.5 EV (Hero 3+ Only)
-2.0 EV
-1.5 EV
-1.0 EV
-0.5 EV
0.0 EV
+0.5 EV
+1.0 EV
+1.5 EV
+2.0 EV
+2.5 EV (Hero 3+ Only)
+3.0 EV (Hero 3+ Only)
+3.5 EV (Hero 3+ Only)
+4.0 EV (Hero 3+ Only)
+4.5 EV (Hero 3+ Only)
+5.0 EV (Hero 3+ Only)
Charging disabled
Charging enabled
Unknown gopro model
Hero 3+ Silver (HeroBus not supported by GoPro)
Hero 3+ Black
Hero 4 Silver
Hero 4 Black
3 Shots / 1 Second
5 Shots / 1 Second
10 Shots / 1 Second
10 Shots / 2 Second
10 Shots / 3 Second (Hero 4 Only)
30 Shots / 1 Second
30 Shots / 2 Second
30 Shots / 3 Second
30 Shots / 6 Second
LED patterns off (return control to regular vehicle control)
LEDs show pattern during firmware update
Custom Pattern using custom bytes fields
Flags in EKF_STATUS message
set if EKF's attitude estimate is good
set if EKF's horizontal velocity estimate is good
set if EKF's vertical velocity estimate is good
set if EKF's horizontal position (relative) estimate is good
set if EKF's horizontal position (absolute) estimate is good
set if EKF's vertical position (absolute) estimate is good
set if EKF's vertical position (above ground) estimate is good
EKF is in constant position mode and does not know it's absolute or relative position
set if EKF's predicted horizontal position (relative) estimate is good
set if EKF's predicted horizontal position (absolute) estimate is good
Special ACK block numbers control activation of dataflash log streaming
UAV to stop sending DataFlash blocks
UAV to start sending DataFlash blocks
Possible remote log data block statuses
This block has NOT been received
This block has been received
Bus types for device operations
I2C Device operation
SPI Device operation
Deepstall flight stage
Flying to the landing point
Building an estimate of the wind
Waiting to breakout of the loiter to fly the approach
Flying to the first arc point to turn around to the landing point
Turning around back to the deepstall landing point
Approaching the landing point
Stalling and steering towards the land point
The heartbeat message shows that a system is present and responding. The type of the MAV and Autopilot hardware allow the receiving system to treat further messages from this system appropriate (e.g. by laying out the user interface based on the autopilot).
Type of the MAV (quadrotor, helicopter, etc., up to 15 types, defined in MAV_TYPE ENUM)
Autopilot type / class. defined in MAV_AUTOPILOT ENUM
System mode bitfield, see MAV_MODE_FLAG ENUM in mavlink/include/mavlink_types.h
A bitfield for use for autopilot-specific flags.
System status flag, see MAV_STATE ENUM
MAVLink version, not writable by user, gets added by protocol because of magic data type: uint8_t_mavlink_version
The general system state. If the system is following the MAVLink standard, the system state is mainly defined by three orthogonal states/modes: The system mode, which is either LOCKED (motors shut down and locked), MANUAL (system under RC control), GUIDED (system with autonomous position control, position setpoint controlled manually) or AUTO (system guided by path/waypoint planner). The NAV_MODE defined the current flight state: LIFTOFF (often an open-loop maneuver), LANDING, WAYPOINTS or VECTOR. This represents the internal navigation state machine. The system status shows wether the system is currently active or not and if an emergency occured. During the CRITICAL and EMERGENCY states the MAV is still considered to be active, but should start emergency procedures autonomously. After a failure occured it should first move from active to critical to allow manual intervention and then move to emergency after a certain timeout.
Bitmask showing which onboard controllers and sensors are present. Value of 0: not present. Value of 1: present. Indices defined by ENUM MAV_SYS_STATUS_SENSOR
Bitmask showing which onboard controllers and sensors are enabled: Value of 0: not enabled. Value of 1: enabled. Indices defined by ENUM MAV_SYS_STATUS_SENSOR
Bitmask showing which onboard controllers and sensors are operational or have an error: Value of 0: not enabled. Value of 1: enabled. Indices defined by ENUM MAV_SYS_STATUS_SENSOR
Maximum usage in percent of the mainloop time, (0%: 0, 100%: 1000) should be always below 1000
Battery voltage, in millivolts (1 = 1 millivolt)
Battery current, in 10*milliamperes (1 = 10 milliampere), -1: autopilot does not measure the current
Remaining battery energy: (0%: 0, 100%: 100), -1: autopilot estimate the remaining battery
Communication drops in percent, (0%: 0, 100%: 10'000), (UART, I2C, SPI, CAN), dropped packets on all links (packets that were corrupted on reception on the MAV)
Communication errors (UART, I2C, SPI, CAN), dropped packets on all links (packets that were corrupted on reception on the MAV)
Autopilot-specific errors
Autopilot-specific errors
Autopilot-specific errors
Autopilot-specific errors
The system time is the time of the master clock, typically the computer clock of the main onboard computer.
Timestamp of the master clock in microseconds since UNIX epoch.
Timestamp of the component clock since boot time in milliseconds.
A ping message either requesting or responding to a ping. This allows to measure the system latencies, including serial port, radio modem and UDP connections.
Unix timestamp in microseconds or since system boot if smaller than MAVLink epoch (1.1.2009)
PING sequence
0: request ping from all receiving systems, if greater than 0: message is a ping response and number is the system id of the requesting system
0: request ping from all receiving components, if greater than 0: message is a ping response and number is the system id of the requesting system
Request to control this MAV
System the GCS requests control for
0: request control of this MAV, 1: Release control of this MAV
0: key as plaintext, 1-255: future, different hashing/encryption variants. The GCS should in general use the safest mode possible initially and then gradually move down the encryption level if it gets a NACK message indicating an encryption mismatch.
Password / Key, depending on version plaintext or encrypted. 25 or less characters, NULL terminated. The characters may involve A-Z, a-z, 0-9, and "!?,.-"
Accept / deny control of this MAV
ID of the GCS this message
0: request control of this MAV, 1: Release control of this MAV
0: ACK, 1: NACK: Wrong passkey, 2: NACK: Unsupported passkey encryption method, 3: NACK: Already under control
Emit an encrypted signature / key identifying this system. PLEASE NOTE: This protocol has been kept simple, so transmitting the key requires an encrypted channel for true safety.
key
THIS INTERFACE IS DEPRECATED. USE COMMAND_LONG with MAV_CMD_DO_SET_MODE INSTEAD. Set the system mode, as defined by enum MAV_MODE. There is no target component id as the mode is by definition for the overall aircraft, not only for one component.
The system setting the mode
The new base mode
The new autopilot-specific mode. This field can be ignored by an autopilot.
Request to read the onboard parameter with the param_id string id. Onboard parameters are stored as key[const char*] -> value[float]. This allows to send a parameter to any other component (such as the GCS) without the need of previous knowledge of possible parameter names. Thus the same GCS can store different parameters for different autopilots. See also http://qgroundcontrol.org/parameter_interface for a full documentation of QGroundControl and IMU code.
System ID
Component ID
Onboard parameter id, terminated by NULL if the length is less than 16 human-readable chars and WITHOUT null termination (NULL) byte if the length is exactly 16 chars - applications have to provide 16+1 bytes storage if the ID is stored as string
Parameter index. Send -1 to use the param ID field as identifier (else the param id will be ignored)
Request all parameters of this component. After this request, all parameters are emitted.
System ID
Component ID
Emit the value of a onboard parameter. The inclusion of param_count and param_index in the message allows the recipient to keep track of received parameters and allows him to re-request missing parameters after a loss or timeout.
Onboard parameter id, terminated by NULL if the length is less than 16 human-readable chars and WITHOUT null termination (NULL) byte if the length is exactly 16 chars - applications have to provide 16+1 bytes storage if the ID is stored as string
Onboard parameter value
Onboard parameter type: see the MAV_PARAM_TYPE enum for supported data types.
Total number of onboard parameters
Index of this onboard parameter
Set a parameter value TEMPORARILY to RAM. It will be reset to default on system reboot. Send the ACTION MAV_ACTION_STORAGE_WRITE to PERMANENTLY write the RAM contents to EEPROM. IMPORTANT: The receiving component should acknowledge the new parameter value by sending a param_value message to all communication partners. This will also ensure that multiple GCS all have an up-to-date list of all parameters. If the sending GCS did not receive a PARAM_VALUE message within its timeout time, it should re-send the PARAM_SET message.
System ID
Component ID
Onboard parameter id, terminated by NULL if the length is less than 16 human-readable chars and WITHOUT null termination (NULL) byte if the length is exactly 16 chars - applications have to provide 16+1 bytes storage if the ID is stored as string
Onboard parameter value
Onboard parameter type: see the MAV_PARAM_TYPE enum for supported data types.
The global position, as returned by the Global Positioning System (GPS). This is
NOT the global position estimate of the system, but rather a RAW sensor value. See message GLOBAL_POSITION for the global position estimate. Coordinate frame is right-handed, Z-axis up (GPS frame).
Timestamp (microseconds since UNIX epoch or microseconds since system boot)
See the GPS_FIX_TYPE enum.
Latitude (WGS84), in degrees * 1E7
Longitude (WGS84), in degrees * 1E7
Altitude (AMSL, NOT WGS84), in meters * 1000 (positive for up). Note that virtually all GPS modules provide the AMSL altitude in addition to the WGS84 altitude.
GPS HDOP horizontal dilution of position (unitless). If unknown, set to: UINT16_MAX
GPS VDOP vertical dilution of position (unitless). If unknown, set to: UINT16_MAX
GPS ground speed (m/s * 100). If unknown, set to: UINT16_MAX
Course over ground (NOT heading, but direction of movement) in degrees * 100, 0.0..359.99 degrees. If unknown, set to: UINT16_MAX
Number of satellites visible. If unknown, set to 255
The positioning status, as reported by GPS. This message is intended to display status information about each satellite visible to the receiver. See message GLOBAL_POSITION for the global position estimate. This message can contain information for up to 20 satellites.
Number of satellites visible
Global satellite ID
0: Satellite not used, 1: used for localization
Elevation (0: right on top of receiver, 90: on the horizon) of satellite
Direction of satellite, 0: 0 deg, 255: 360 deg.
Signal to noise ratio of satellite
The RAW IMU readings for the usual 9DOF sensor setup. This message should contain the scaled values to the described units
Timestamp (milliseconds since system boot)
X acceleration (mg)
Y acceleration (mg)
Z acceleration (mg)
Angular speed around X axis (millirad /sec)
Angular speed around Y axis (millirad /sec)
Angular speed around Z axis (millirad /sec)
X Magnetic field (milli tesla)
Y Magnetic field (milli tesla)
Z Magnetic field (milli tesla)
The RAW IMU readings for the usual 9DOF sensor setup. This message should always contain the true raw values without any scaling to allow data capture and system debugging.
Timestamp (microseconds since UNIX epoch or microseconds since system boot)
X acceleration (raw)
Y acceleration (raw)
Z acceleration (raw)
Angular speed around X axis (raw)
Angular speed around Y axis (raw)
Angular speed around Z axis (raw)
X Magnetic field (raw)
Y Magnetic field (raw)
Z Magnetic field (raw)
The RAW pressure readings for the typical setup of one absolute pressure and one differential pressure sensor. The sensor values should be the raw, UNSCALED ADC values.
Timestamp (microseconds since UNIX epoch or microseconds since system boot)
Absolute pressure (raw)
Differential pressure 1 (raw, 0 if nonexistant)
Differential pressure 2 (raw, 0 if nonexistant)
Raw Temperature measurement (raw)
The pressure readings for the typical setup of one absolute and differential pressure sensor. The units are as specified in each field.
Timestamp (milliseconds since system boot)
Absolute pressure (hectopascal)
Differential pressure 1 (hectopascal)
Temperature measurement (0.01 degrees celsius)
The attitude in the aeronautical frame (right-handed, Z-down, X-front, Y-right).
Timestamp (milliseconds since system boot)
Roll angle (rad, -pi..+pi)
Pitch angle (rad, -pi..+pi)
Yaw angle (rad, -pi..+pi)
Roll angular speed (rad/s)
Pitch angular speed (rad/s)
Yaw angular speed (rad/s)
The attitude in the aeronautical frame (right-handed, Z-down, X-front, Y-right), expressed as quaternion. Quaternion order is w, x, y, z and a zero rotation would be expressed as (1 0 0 0).
Timestamp (milliseconds since system boot)
Quaternion component 1, w (1 in null-rotation)
Quaternion component 2, x (0 in null-rotation)
Quaternion component 3, y (0 in null-rotation)
Quaternion component 4, z (0 in null-rotation)
Roll angular speed (rad/s)
Pitch angular speed (rad/s)
Yaw angular speed (rad/s)
The filtered local position (e.g. fused computer vision and accelerometers). Coordinate frame is right-handed, Z-axis down (aeronautical frame, NED / north-east-down convention)
Timestamp (milliseconds since system boot)
X Position
Y Position
Z Position
X Speed
Y Speed
Z Speed
The filtered global position (e.g. fused GPS and accelerometers). The position is in GPS-frame (right-handed, Z-up). It
is designed as scaled integer message since the resolution of float is not sufficient.
Timestamp (milliseconds since system boot)
Latitude, expressed as degrees * 1E7
Longitude, expressed as degrees * 1E7
Altitude in meters, expressed as * 1000 (millimeters), AMSL (not WGS84 - note that virtually all GPS modules provide the AMSL as well)
Altitude above ground in meters, expressed as * 1000 (millimeters)
Ground X Speed (Latitude, positive north), expressed as m/s * 100
Ground Y Speed (Longitude, positive east), expressed as m/s * 100
Ground Z Speed (Altitude, positive down), expressed as m/s * 100
Vehicle heading (yaw angle) in degrees * 100, 0.0..359.99 degrees. If unknown, set to: UINT16_MAX
The scaled values of the RC channels received. (-100%) -10000, (0%) 0, (100%) 10000. Channels that are inactive should be set to UINT16_MAX.
Timestamp (milliseconds since system boot)
Servo output port (set of 8 outputs = 1 port). Most MAVs will just use one, but this allows for more than 8 servos.
RC channel 1 value scaled, (-100%) -10000, (0%) 0, (100%) 10000, (invalid) INT16_MAX.
RC channel 2 value scaled, (-100%) -10000, (0%) 0, (100%) 10000, (invalid) INT16_MAX.
RC channel 3 value scaled, (-100%) -10000, (0%) 0, (100%) 10000, (invalid) INT16_MAX.
RC channel 4 value scaled, (-100%) -10000, (0%) 0, (100%) 10000, (invalid) INT16_MAX.
RC channel 5 value scaled, (-100%) -10000, (0%) 0, (100%) 10000, (invalid) INT16_MAX.
RC channel 6 value scaled, (-100%) -10000, (0%) 0, (100%) 10000, (invalid) INT16_MAX.
RC channel 7 value scaled, (-100%) -10000, (0%) 0, (100%) 10000, (invalid) INT16_MAX.
RC channel 8 value scaled, (-100%) -10000, (0%) 0, (100%) 10000, (invalid) INT16_MAX.
Receive signal strength indicator, 0: 0%, 100: 100%, 255: invalid/unknown.
The RAW values of the RC channels received. The standard PPM modulation is as follows: 1000 microseconds: 0%, 2000 microseconds: 100%. Individual receivers/transmitters might violate this specification.
Timestamp (milliseconds since system boot)
Servo output port (set of 8 outputs = 1 port). Most MAVs will just use one, but this allows for more than 8 servos.
RC channel 1 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 2 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 3 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 4 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 5 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 6 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 7 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 8 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
Receive signal strength indicator, 0: 0%, 100: 100%, 255: invalid/unknown.
The RAW values of the servo outputs (for RC input from the remote, use the RC_CHANNELS messages). The standard PPM modulation is as follows: 1000 microseconds: 0%, 2000 microseconds: 100%.
Timestamp (microseconds since system boot)
Servo output port (set of 8 outputs = 1 port). Most MAVs will just use one, but this allows to encode more than 8 servos.
Servo output 1 value, in microseconds
Servo output 2 value, in microseconds
Servo output 3 value, in microseconds
Servo output 4 value, in microseconds
Servo output 5 value, in microseconds
Servo output 6 value, in microseconds
Servo output 7 value, in microseconds
Servo output 8 value, in microseconds
Servo output 9 value, in microseconds
Servo output 10 value, in microseconds
Servo output 11 value, in microseconds
Servo output 12 value, in microseconds
Servo output 13 value, in microseconds
Servo output 14 value, in microseconds
Servo output 15 value, in microseconds
Servo output 16 value, in microseconds
Request a partial list of mission items from the system/component. http://qgroundcontrol.org/mavlink/waypoint_protocol. If start and end index are the same, just send one waypoint.
System ID
Component ID
Start index, 0 by default
End index, -1 by default (-1: send list to end). Else a valid index of the list
Mission type, see MAV_MISSION_TYPE
This message is sent to the MAV to write a partial list. If start index == end index, only one item will be transmitted / updated. If the start index is NOT 0 and above the current list size, this request should be REJECTED!
System ID
Component ID
Start index, 0 by default and smaller / equal to the largest index of the current onboard list.
End index, equal or greater than start index.
Mission type, see MAV_MISSION_TYPE
Message encoding a mission item. This message is emitted to announce
the presence of a mission item and to set a mission item on the system. The mission item can be either in x, y, z meters (type: LOCAL) or x:lat, y:lon, z:altitude. Local frame is Z-down, right handed (NED), global frame is Z-up, right handed (ENU). See also http://qgroundcontrol.org/mavlink/waypoint_protocol.
System ID
Component ID
Sequence
The coordinate system of the MISSION. see MAV_FRAME in mavlink_types.h
The scheduled action for the MISSION. see MAV_CMD in common.xml MAVLink specs
false:0, true:1
autocontinue to next wp
PARAM1, see MAV_CMD enum
PARAM2, see MAV_CMD enum
PARAM3, see MAV_CMD enum
PARAM4, see MAV_CMD enum
PARAM5 / local: x position, global: latitude
PARAM6 / y position: global: longitude
PARAM7 / z position: global: altitude (relative or absolute, depending on frame.
Mission type, see MAV_MISSION_TYPE
Request the information of the mission item with the sequence number seq. The response of the system to this message should be a MISSION_ITEM message. http://qgroundcontrol.org/mavlink/waypoint_protocol
System ID
Component ID
Sequence
Mission type, see MAV_MISSION_TYPE
Set the mission item with sequence number seq as current item. This means that the MAV will continue to this mission item on the shortest path (not following the mission items in-between).
System ID
Component ID
Sequence
Message that announces the sequence number of the current active mission item. The MAV will fly towards this mission item.
Sequence
Request the overall list of mission items from the system/component.
System ID
Component ID
Mission type, see MAV_MISSION_TYPE
This message is emitted as response to MISSION_REQUEST_LIST by the MAV and to initiate a write transaction. The GCS can then request the individual mission item based on the knowledge of the total number of MISSIONs.
System ID
Component ID
Number of mission items in the sequence
Mission type, see MAV_MISSION_TYPE
Delete all mission items at once.
System ID
Component ID
Mission type, see MAV_MISSION_TYPE
A certain mission item has been reached. The system will either hold this position (or circle on the orbit) or (if the autocontinue on the WP was set) continue to the next MISSION.
Sequence
Ack message during MISSION handling. The type field states if this message is a positive ack (type=0) or if an error happened (type=non-zero).
System ID
Component ID
See MAV_MISSION_RESULT enum
Mission type, see MAV_MISSION_TYPE
As local waypoints exist, the global MISSION reference allows to transform between the local coordinate frame and the global (GPS) coordinate frame. This can be necessary when e.g. in- and outdoor settings are connected and the MAV should move from in- to outdoor.
System ID
Latitude (WGS84), in degrees * 1E7
Longitude (WGS84, in degrees * 1E7
Altitude (AMSL), in meters * 1000 (positive for up)
Once the MAV sets a new GPS-Local correspondence, this message announces the origin (0,0,0) position
Latitude (WGS84), in degrees * 1E7
Longitude (WGS84), in degrees * 1E7
Altitude (AMSL), in meters * 1000 (positive for up)
Bind a RC channel to a parameter. The parameter should change accoding to the RC channel value.
System ID
Component ID
Onboard parameter id, terminated by NULL if the length is less than 16 human-readable chars and WITHOUT null termination (NULL) byte if the length is exactly 16 chars - applications have to provide 16+1 bytes storage if the ID is stored as string
Parameter index. Send -1 to use the param ID field as identifier (else the param id will be ignored), send -2 to disable any existing map for this rc_channel_index.
Index of parameter RC channel. Not equal to the RC channel id. Typically correpsonds to a potentiometer-knob on the RC.
Initial parameter value
Scale, maps the RC range [-1, 1] to a parameter value
Minimum param value. The protocol does not define if this overwrites an onboard minimum value. (Depends on implementation)
Maximum param value. The protocol does not define if this overwrites an onboard maximum value. (Depends on implementation)
Request the information of the mission item with the sequence number seq. The response of the system to this message should be a MISSION_ITEM_INT message. http://qgroundcontrol.org/mavlink/waypoint_protocol
System ID
Component ID
Sequence
Mission type, see MAV_MISSION_TYPE
Set a safety zone (volume), which is defined by two corners of a cube. This message can be used to tell the MAV which setpoints/MISSIONs to accept and which to reject. Safety areas are often enforced by national or competition regulations.
System ID
Component ID
Coordinate frame, as defined by MAV_FRAME enum in mavlink_types.h. Can be either global, GPS, right-handed with Z axis up or local, right handed, Z axis down.
x position 1 / Latitude 1
y position 1 / Longitude 1
z position 1 / Altitude 1
x position 2 / Latitude 2
y position 2 / Longitude 2
z position 2 / Altitude 2
Read out the safety zone the MAV currently assumes.
Coordinate frame, as defined by MAV_FRAME enum in mavlink_types.h. Can be either global, GPS, right-handed with Z axis up or local, right handed, Z axis down.
x position 1 / Latitude 1
y position 1 / Longitude 1
z position 1 / Altitude 1
x position 2 / Latitude 2
y position 2 / Longitude 2
z position 2 / Altitude 2
The attitude in the aeronautical frame (right-handed, Z-down, X-front, Y-right), expressed as quaternion. Quaternion order is w, x, y, z and a zero rotation would be expressed as (1 0 0 0).
Timestamp (microseconds since system boot or since UNIX epoch)
Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation)
Roll angular speed (rad/s)
Pitch angular speed (rad/s)
Yaw angular speed (rad/s)
Attitude covariance
The state of the fixed wing navigation and position controller.
Current desired roll in degrees
Current desired pitch in degrees
Current desired heading in degrees
Bearing to current MISSION/target in degrees
Distance to active MISSION in meters
Current altitude error in meters
Current airspeed error in meters/second
Current crosstrack error on x-y plane in meters
The filtered global position (e.g. fused GPS and accelerometers). The position is in GPS-frame (right-handed, Z-up). It is designed as scaled integer message since the resolution of float is not sufficient. NOTE: This message is intended for onboard networks / companion computers and higher-bandwidth links and optimized for accuracy and completeness. Please use the GLOBAL_POSITION_INT message for a minimal subset.
Timestamp (microseconds since system boot or since UNIX epoch)
Class id of the estimator this estimate originated from.
Latitude, expressed as degrees * 1E7
Longitude, expressed as degrees * 1E7
Altitude in meters, expressed as * 1000 (millimeters), above MSL
Altitude above ground in meters, expressed as * 1000 (millimeters)
Ground X Speed (Latitude), expressed as m/s
Ground Y Speed (Longitude), expressed as m/s
Ground Z Speed (Altitude), expressed as m/s
Covariance matrix (first six entries are the first ROW, next six entries are the second row, etc.)
The filtered local position (e.g. fused computer vision and accelerometers). Coordinate frame is right-handed, Z-axis down (aeronautical frame, NED / north-east-down convention)
Timestamp (microseconds since system boot or since UNIX epoch)
Class id of the estimator this estimate originated from.
X Position
Y Position
Z Position
X Speed (m/s)
Y Speed (m/s)
Z Speed (m/s)
X Acceleration (m/s^2)
Y Acceleration (m/s^2)
Z Acceleration (m/s^2)
Covariance matrix upper right triangular (first nine entries are the first ROW, next eight entries are the second row, etc.)
The PPM values of the RC channels received. The standard PPM modulation is as follows: 1000 microseconds: 0%, 2000 microseconds: 100%. Individual receivers/transmitters might violate this specification.
Timestamp (milliseconds since system boot)
Total number of RC channels being received. This can be larger than 18, indicating that more channels are available but not given in this message. This value should be 0 when no RC channels are available.
RC channel 1 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 2 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 3 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 4 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 5 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 6 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 7 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 8 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 9 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 10 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 11 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 12 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 13 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 14 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 15 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 16 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 17 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
RC channel 18 value, in microseconds. A value of UINT16_MAX implies the channel is unused.
Receive signal strength indicator, 0: 0%, 100: 100%, 255: invalid/unknown.
THIS INTERFACE IS DEPRECATED. USE SET_MESSAGE_INTERVAL INSTEAD.
The target requested to send the message stream.
The target requested to send the message stream.
The ID of the requested data stream
The requested message rate
1 to start sending, 0 to stop sending.
THIS INTERFACE IS DEPRECATED. USE MESSAGE_INTERVAL INSTEAD.
The ID of the requested data stream
The message rate
1 stream is enabled, 0 stream is stopped.
This message provides an API for manually controlling the vehicle using standard joystick axes nomenclature, along with a joystick-like input device. Unused axes can be disabled an buttons are also transmit as boolean values of their
The system to be controlled.
X-axis, normalized to the range [-1000,1000]. A value of INT16_MAX indicates that this axis is invalid. Generally corresponds to forward(1000)-backward(-1000) movement on a joystick and the pitch of a vehicle.
Y-axis, normalized to the range [-1000,1000]. A value of INT16_MAX indicates that this axis is invalid. Generally corresponds to left(-1000)-right(1000) movement on a joystick and the roll of a vehicle.
Z-axis, normalized to the range [-1000,1000]. A value of INT16_MAX indicates that this axis is invalid. Generally corresponds to a separate slider movement with maximum being 1000 and minimum being -1000 on a joystick and the thrust of a vehicle. Positive values are positive thrust, negative values are negative thrust.
R-axis, normalized to the range [-1000,1000]. A value of INT16_MAX indicates that this axis is invalid. Generally corresponds to a twisting of the joystick, with counter-clockwise being 1000 and clockwise being -1000, and the yaw of a vehicle.
A bitfield corresponding to the joystick buttons' current state, 1 for pressed, 0 for released. The lowest bit corresponds to Button 1.
The RAW values of the RC channels sent to the MAV to override info received from the RC radio. A value of UINT16_MAX means no change to that channel. A value of 0 means control of that channel should be released back to the RC radio. The standard PPM modulation is as follows: 1000 microseconds: 0%, 2000 microseconds: 100%. Individual receivers/transmitters might violate this specification.
System ID
Component ID
RC channel 1 value, in microseconds. A value of UINT16_MAX means to ignore this field.
RC channel 2 value, in microseconds. A value of UINT16_MAX means to ignore this field.
RC channel 3 value, in microseconds. A value of UINT16_MAX means to ignore this field.
RC channel 4 value, in microseconds. A value of UINT16_MAX means to ignore this field.
RC channel 5 value, in microseconds. A value of UINT16_MAX means to ignore this field.
RC channel 6 value, in microseconds. A value of UINT16_MAX means to ignore this field.
RC channel 7 value, in microseconds. A value of UINT16_MAX means to ignore this field.
RC channel 8 value, in microseconds. A value of UINT16_MAX means to ignore this field.
Message encoding a mission item. This message is emitted to announce
the presence of a mission item and to set a mission item on the system. The mission item can be either in x, y, z meters (type: LOCAL) or x:lat, y:lon, z:altitude. Local frame is Z-down, right handed (NED), global frame is Z-up, right handed (ENU). See alsohttp://qgroundcontrol.org/mavlink/waypoint_protocol.
System ID
Component ID
Waypoint ID (sequence number). Starts at zero. Increases monotonically for each waypoint, no gaps in the sequence (0,1,2,3,4).
The coordinate system of the MISSION. see MAV_FRAME in mavlink_types.h
The scheduled action for the MISSION. see MAV_CMD in common.xml MAVLink specs
false:0, true:1
autocontinue to next wp
PARAM1, see MAV_CMD enum
PARAM2, see MAV_CMD enum
PARAM3, see MAV_CMD enum
PARAM4, see MAV_CMD enum
PARAM5 / local: x position in meters * 1e4, global: latitude in degrees * 10^7
PARAM6 / y position: local: x position in meters * 1e4, global: longitude in degrees *10^7
PARAM7 / z position: global: altitude in meters (relative or absolute, depending on frame.
Mission type, see MAV_MISSION_TYPE
Metrics typically displayed on a HUD for fixed wing aircraft
Current airspeed in m/s
Current ground speed in m/s
Current heading in degrees, in compass units (0..360, 0=north)
Current throttle setting in integer percent, 0 to 100
Current altitude (MSL), in meters
Current climb rate in meters/second
Message encoding a command with parameters as scaled integers. Scaling depends on the actual command value.
System ID
Component ID
The coordinate system of the COMMAND. see MAV_FRAME in mavlink_types.h
The scheduled action for the mission item. see MAV_CMD in common.xml MAVLink specs
false:0, true:1
autocontinue to next wp
PARAM1, see MAV_CMD enum
PARAM2, see MAV_CMD enum
PARAM3, see MAV_CMD enum
PARAM4, see MAV_CMD enum
PARAM5 / local: x position in meters * 1e4, global: latitude in degrees * 10^7
PARAM6 / local: y position in meters * 1e4, global: longitude in degrees * 10^7
PARAM7 / z position: global: altitude in meters (relative or absolute, depending on frame.
Send a command with up to seven parameters to the MAV
System which should execute the command
Component which should execute the command, 0 for all components
Command ID, as defined by MAV_CMD enum.
0: First transmission of this command. 1-255: Confirmation transmissions (e.g. for kill command)
Parameter 1, as defined by MAV_CMD enum.
Parameter 2, as defined by MAV_CMD enum.
Parameter 3, as defined by MAV_CMD enum.
Parameter 4, as defined by MAV_CMD enum.
Parameter 5, as defined by MAV_CMD enum.
Parameter 6, as defined by MAV_CMD enum.
Parameter 7, as defined by MAV_CMD enum.
Report status of a command. Includes feedback wether the command was executed.
Command ID, as defined by MAV_CMD enum.
See MAV_RESULT enum
Setpoint in roll, pitch, yaw and thrust from the operator
Timestamp in milliseconds since system boot
Desired roll rate in radians per second
Desired pitch rate in radians per second
Desired yaw rate in radians per second
Collective thrust, normalized to 0 .. 1
Flight mode switch position, 0.. 255
Override mode switch position, 0.. 255
Sets a desired vehicle attitude. Used by an external controller to command the vehicle (manual controller or other system).
Timestamp in milliseconds since system boot
System ID
Component ID
Mappings: If any of these bits are set, the corresponding input should be ignored: bit 1: body roll rate, bit 2: body pitch rate, bit 3: body yaw rate. bit 4-bit 6: reserved, bit 7: throttle, bit 8: attitude
Attitude quaternion (w, x, y, z order, zero-rotation is 1, 0, 0, 0)
Body roll rate in radians per second
Body roll rate in radians per second
Body roll rate in radians per second
Collective thrust, normalized to 0 .. 1 (-1 .. 1 for vehicles capable of reverse trust)
Reports the current commanded attitude of the vehicle as specified by the autopilot. This should match the commands sent in a SET_ATTITUDE_TARGET message if the vehicle is being controlled this way.
Timestamp in milliseconds since system boot
Mappings: If any of these bits are set, the corresponding input should be ignored: bit 1: body roll rate, bit 2: body pitch rate, bit 3: body yaw rate. bit 4-bit 7: reserved, bit 8: attitude
Attitude quaternion (w, x, y, z order, zero-rotation is 1, 0, 0, 0)
Body roll rate in radians per second
Body pitch rate in radians per second
Body yaw rate in radians per second
Collective thrust, normalized to 0 .. 1 (-1 .. 1 for vehicles capable of reverse trust)
Sets a desired vehicle position in a local north-east-down coordinate frame. Used by an external controller to command the vehicle (manual controller or other system).
Timestamp in milliseconds since system boot
System ID
Component ID
Valid options are: MAV_FRAME_LOCAL_NED = 1, MAV_FRAME_LOCAL_OFFSET_NED = 7, MAV_FRAME_BODY_NED = 8, MAV_FRAME_BODY_OFFSET_NED = 9
Bitmask to indicate which dimensions should be ignored by the vehicle: a value of 0b0000000000000000 or 0b0000001000000000 indicates that none of the setpoint dimensions should be ignored. If bit 10 is set the floats afx afy afz should be interpreted as force instead of acceleration. Mapping: bit 1: x, bit 2: y, bit 3: z, bit 4: vx, bit 5: vy, bit 6: vz, bit 7: ax, bit 8: ay, bit 9: az, bit 10: is force setpoint, bit 11: yaw, bit 12: yaw rate
X Position in NED frame in meters
Y Position in NED frame in meters
Z Position in NED frame in meters (note, altitude is negative in NED)
X velocity in NED frame in meter / s
Y velocity in NED frame in meter / s
Z velocity in NED frame in meter / s
X acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
Y acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
Z acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
yaw setpoint in rad
yaw rate setpoint in rad/s
Reports the current commanded vehicle position, velocity, and acceleration as specified by the autopilot. This should match the commands sent in SET_POSITION_TARGET_LOCAL_NED if the vehicle is being controlled this way.
Timestamp in milliseconds since system boot
Valid options are: MAV_FRAME_LOCAL_NED = 1, MAV_FRAME_LOCAL_OFFSET_NED = 7, MAV_FRAME_BODY_NED = 8, MAV_FRAME_BODY_OFFSET_NED = 9
Bitmask to indicate which dimensions should be ignored by the vehicle: a value of 0b0000000000000000 or 0b0000001000000000 indicates that none of the setpoint dimensions should be ignored. If bit 10 is set the floats afx afy afz should be interpreted as force instead of acceleration. Mapping: bit 1: x, bit 2: y, bit 3: z, bit 4: vx, bit 5: vy, bit 6: vz, bit 7: ax, bit 8: ay, bit 9: az, bit 10: is force setpoint, bit 11: yaw, bit 12: yaw rate
X Position in NED frame in meters
Y Position in NED frame in meters
Z Position in NED frame in meters (note, altitude is negative in NED)
X velocity in NED frame in meter / s
Y velocity in NED frame in meter / s
Z velocity in NED frame in meter / s
X acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
Y acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
Z acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
yaw setpoint in rad
yaw rate setpoint in rad/s
Sets a desired vehicle position, velocity, and/or acceleration in a global coordinate system (WGS84). Used by an external controller to command the vehicle (manual controller or other system).
Timestamp in milliseconds since system boot. The rationale for the timestamp in the setpoint is to allow the system to compensate for the transport delay of the setpoint. This allows the system to compensate processing latency.
System ID
Component ID
Valid options are: MAV_FRAME_GLOBAL_INT = 5, MAV_FRAME_GLOBAL_RELATIVE_ALT_INT = 6, MAV_FRAME_GLOBAL_TERRAIN_ALT_INT = 11
Bitmask to indicate which dimensions should be ignored by the vehicle: a value of 0b0000000000000000 or 0b0000001000000000 indicates that none of the setpoint dimensions should be ignored. If bit 10 is set the floats afx afy afz should be interpreted as force instead of acceleration. Mapping: bit 1: x, bit 2: y, bit 3: z, bit 4: vx, bit 5: vy, bit 6: vz, bit 7: ax, bit 8: ay, bit 9: az, bit 10: is force setpoint, bit 11: yaw, bit 12: yaw rate
X Position in WGS84 frame in 1e7 * meters
Y Position in WGS84 frame in 1e7 * meters
Altitude in meters in AMSL altitude, not WGS84 if absolute or relative, above terrain if GLOBAL_TERRAIN_ALT_INT
X velocity in NED frame in meter / s
Y velocity in NED frame in meter / s
Z velocity in NED frame in meter / s
X acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
Y acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
Z acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
yaw setpoint in rad
yaw rate setpoint in rad/s
Reports the current commanded vehicle position, velocity, and acceleration as specified by the autopilot. This should match the commands sent in SET_POSITION_TARGET_GLOBAL_INT if the vehicle is being controlled this way.
Timestamp in milliseconds since system boot. The rationale for the timestamp in the setpoint is to allow the system to compensate for the transport delay of the setpoint. This allows the system to compensate processing latency.
Valid options are: MAV_FRAME_GLOBAL_INT = 5, MAV_FRAME_GLOBAL_RELATIVE_ALT_INT = 6, MAV_FRAME_GLOBAL_TERRAIN_ALT_INT = 11
Bitmask to indicate which dimensions should be ignored by the vehicle: a value of 0b0000000000000000 or 0b0000001000000000 indicates that none of the setpoint dimensions should be ignored. If bit 10 is set the floats afx afy afz should be interpreted as force instead of acceleration. Mapping: bit 1: x, bit 2: y, bit 3: z, bit 4: vx, bit 5: vy, bit 6: vz, bit 7: ax, bit 8: ay, bit 9: az, bit 10: is force setpoint, bit 11: yaw, bit 12: yaw rate
X Position in WGS84 frame in 1e7 * meters
Y Position in WGS84 frame in 1e7 * meters
Altitude in meters in AMSL altitude, not WGS84 if absolute or relative, above terrain if GLOBAL_TERRAIN_ALT_INT
X velocity in NED frame in meter / s
Y velocity in NED frame in meter / s
Z velocity in NED frame in meter / s
X acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
Y acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
Z acceleration or force (if bit 10 of type_mask is set) in NED frame in meter / s^2 or N
yaw setpoint in rad
yaw rate setpoint in rad/s
The offset in X, Y, Z and yaw between the LOCAL_POSITION_NED messages of MAV X and the global coordinate frame in NED coordinates. Coordinate frame is right-handed, Z-axis down (aeronautical frame, NED / north-east-down convention)
Timestamp (milliseconds since system boot)
X Position
Y Position
Z Position
Roll
Pitch
Yaw
DEPRECATED PACKET! Suffers from missing airspeed fields and singularities due to Euler angles. Please use HIL_STATE_QUATERNION instead. Sent from simulation to autopilot. This packet is useful for high throughput applications such as hardware in the loop simulations.
Timestamp (microseconds since UNIX epoch or microseconds since system boot)
Roll angle (rad)
Pitch angle (rad)
Yaw angle (rad)
Body frame roll / phi angular speed (rad/s)
Body frame pitch / theta angular speed (rad/s)
Body frame yaw / psi angular speed (rad/s)
Latitude, expressed as * 1E7
Longitude, expressed as * 1E7
Altitude in meters, expressed as * 1000 (millimeters)
Ground X Speed (Latitude), expressed as m/s * 100
Ground Y Speed (Longitude), expressed as m/s * 100
Ground Z Speed (Altitude), expressed as m/s * 100
X acceleration (mg)
Y acceleration (mg)
Z acceleration (mg)
Sent from autopilot to simulation. Hardware in the loop control outputs
Timestamp (microseconds since UNIX epoch or microseconds since system boot)
Control output -1 .. 1
Control output -1 .. 1
Control output -1 .. 1
Throttle 0 .. 1
Aux 1, -1 .. 1
Aux 2, -1 .. 1
Aux 3, -1 .. 1
Aux 4, -1 .. 1
System mode (MAV_MODE)
Navigation mode (MAV_NAV_MODE)
Sent from simulation to autopilot. The RAW values of the RC channels received. The standard PPM modulation is as follows: 1000 microseconds: 0%, 2000 microseconds: 100%. Individual receivers/transmitters might violate this specification.
Timestamp (microseconds since UNIX epoch or microseconds since system boot)
RC channel 1 value, in microseconds
RC channel 2 value, in microseconds
RC channel 3 value, in microseconds
RC channel 4 value, in microseconds
RC channel 5 value, in microseconds
RC channel 6 value, in microseconds
RC channel 7 value, in microseconds
RC channel 8 value, in microseconds
RC channel 9 value, in microseconds
RC channel 10 value, in microseconds
RC channel 11 value, in microseconds
RC channel 12 value, in microseconds
Receive signal strength indicator, 0: 0%, 255: 100%
Sent from autopilot to simulation. Hardware in the loop control outputs (replacement for HIL_CONTROLS)
Timestamp (microseconds since UNIX epoch or microseconds since system boot)
Control outputs -1 .. 1. Channel assignment depends on the simulated hardware.
System mode (MAV_MODE), includes arming state.
Flags as bitfield, reserved for future use.
Optical flow from a flow sensor (e.g. optical mouse sensor)
Timestamp (UNIX)
Sensor ID
Flow in pixels * 10 in x-sensor direction (dezi-pixels)
Flow in pixels * 10 in y-sensor direction (dezi-pixels)
Flow in meters in x-sensor direction, angular-speed compensated
Flow in meters in y-sensor direction, angular-speed compensated
Optical flow quality / confidence. 0: bad, 255: maximum quality
Ground distance in meters. Positive value: distance known. Negative value: Unknown distance
Flow rate in radians/second about X axis
Flow rate in radians/second about Y axis
Timestamp (microseconds, synced to UNIX time or since system boot)
Global X position
Global Y position
Global Z position
Roll angle in rad
Pitch angle in rad
Yaw angle in rad
Timestamp (microseconds, synced to UNIX time or since system boot)
Global X position
Global Y position
Global Z position
Roll angle in rad
Pitch angle in rad
Yaw angle in rad
Timestamp (microseconds, synced to UNIX time or since system boot)
Global X speed
Global Y speed
Global Z speed
Timestamp (microseconds, synced to UNIX time or since system boot)
Global X position
Global Y position
Global Z position
Roll angle in rad
Pitch angle in rad
Yaw angle in rad
The IMU readings in SI units in NED body frame
Timestamp (microseconds, synced to UNIX time or since system boot)
X acceleration (m/s^2)
Y acceleration (m/s^2)
Z acceleration (m/s^2)
Angular speed around X axis (rad / sec)
Angular speed around Y axis (rad / sec)
Angular speed around Z axis (rad / sec)
X Magnetic field (Gauss)
Y Magnetic field (Gauss)
Z Magnetic field (Gauss)
Absolute pressure in millibar
Differential pressure in millibar
Altitude calculated from pressure
Temperature in degrees celsius
Bitmask for fields that have updated since last message, bit 0 = xacc, bit 12: temperature
Optical flow from an angular rate flow sensor (e.g. PX4FLOW or mouse sensor)
Timestamp (microseconds, synced to UNIX time or since system boot)
Sensor ID
Integration time in microseconds. Divide integrated_x and integrated_y by the integration time to obtain average flow. The integration time also indicates the.
Flow in radians around X axis (Sensor RH rotation about the X axis induces a positive flow. Sensor linear motion along the positive Y axis induces a negative flow.)
Flow in radians around Y axis (Sensor RH rotation about the Y axis induces a positive flow. Sensor linear motion along the positive X axis induces a positive flow.)
RH rotation around X axis (rad)
RH rotation around Y axis (rad)
RH rotation around Z axis (rad)
Temperature * 100 in centi-degrees Celsius
Optical flow quality / confidence. 0: no valid flow, 255: maximum quality
Time in microseconds since the distance was sampled.
Distance to the center of the flow field in meters. Positive value (including zero): distance known. Negative value: Unknown distance.
The IMU readings in SI units in NED body frame
Timestamp (microseconds, synced to UNIX time or since system boot)
X acceleration (m/s^2)
Y acceleration (m/s^2)
Z acceleration (m/s^2)
Angular speed around X axis in body frame (rad / sec)
Angular speed around Y axis in body frame (rad / sec)
Angular speed around Z axis in body frame (rad / sec)
X Magnetic field (Gauss)
Y Magnetic field (Gauss)
Z Magnetic field (Gauss)
Absolute pressure in millibar
Differential pressure (airspeed) in millibar
Altitude calculated from pressure
Temperature in degrees celsius
Bitmask for fields that have updated since last message, bit 0 = xacc, bit 12: temperature, bit 31: full reset of attitude/position/velocities/etc was performed in sim.
Status of simulation environment, if used
True attitude quaternion component 1, w (1 in null-rotation)
True attitude quaternion component 2, x (0 in null-rotation)
True attitude quaternion component 3, y (0 in null-rotation)
True attitude quaternion component 4, z (0 in null-rotation)
Attitude roll expressed as Euler angles, not recommended except for human-readable outputs
Attitude pitch expressed as Euler angles, not recommended except for human-readable outputs
Attitude yaw expressed as Euler angles, not recommended except for human-readable outputs
X acceleration m/s/s
Y acceleration m/s/s
Z acceleration m/s/s
Angular speed around X axis rad/s
Angular speed around Y axis rad/s
Angular speed around Z axis rad/s
Latitude in degrees
Longitude in degrees
Altitude in meters
Horizontal position standard deviation
Vertical position standard deviation
True velocity in m/s in NORTH direction in earth-fixed NED frame
True velocity in m/s in EAST direction in earth-fixed NED frame
True velocity in m/s in DOWN direction in earth-fixed NED frame
Status generated by radio and injected into MAVLink stream.
Local signal strength
Remote signal strength
Remaining free buffer space in percent.
Background noise level
Remote background noise level
Receive errors
Count of error corrected packets
File transfer message
Network ID (0 for broadcast)
System ID (0 for broadcast)
Component ID (0 for broadcast)
Variable length payload. The length is defined by the remaining message length when subtracting the header and other fields. The entire content of this block is opaque unless you understand any the encoding message_type. The particular encoding used can be extension specific and might not always be documented as part of the mavlink specification.
Time synchronization message.
Time sync timestamp 1
Time sync timestamp 2
Camera-IMU triggering and synchronisation message.
Timestamp for the image frame in microseconds
Image frame sequence
The global position, as returned by the Global Positioning System (GPS). This is
NOT the global position estimate of the sytem, but rather a RAW sensor value. See message GLOBAL_POSITION for the global position estimate. Coordinate frame is right-handed, Z-axis up (GPS frame).
Timestamp (microseconds since UNIX epoch or microseconds since system boot)
0-1: no fix, 2: 2D fix, 3: 3D fix. Some applications will not use the value of this field unless it is at least two, so always correctly fill in the fix.
Latitude (WGS84), in degrees * 1E7
Longitude (WGS84), in degrees * 1E7
Altitude (AMSL, not WGS84), in meters * 1000 (positive for up)
GPS HDOP horizontal dilution of position in cm (m*100). If unknown, set to: 65535
GPS VDOP vertical dilution of position in cm (m*100). If unknown, set to: 65535
GPS ground speed in cm/s. If unknown, set to: 65535
GPS velocity in cm/s in NORTH direction in earth-fixed NED frame
GPS velocity in cm/s in EAST direction in earth-fixed NED frame
GPS velocity in cm/s in DOWN direction in earth-fixed NED frame
Course over ground (NOT heading, but direction of movement) in degrees * 100, 0.0..359.99 degrees. If unknown, set to: 65535
Number of satellites visible. If unknown, set to 255
Simulated optical flow from a flow sensor (e.g. PX4FLOW or optical mouse sensor)
Timestamp (microseconds, synced to UNIX time or since system boot)
Sensor ID
Integration time in microseconds. Divide integrated_x and integrated_y by the integration time to obtain average flow. The integration time also indicates the.
Flow in radians around X axis (Sensor RH rotation about the X axis induces a positive flow. Sensor linear motion along the positive Y axis induces a negative flow.)
Flow in radians around Y axis (Sensor RH rotation about the Y axis induces a positive flow. Sensor linear motion along the positive X axis induces a positive flow.)
RH rotation around X axis (rad)
RH rotation around Y axis (rad)
RH rotation around Z axis (rad)
Temperature * 100 in centi-degrees Celsius
Optical flow quality / confidence. 0: no valid flow, 255: maximum quality
Time in microseconds since the distance was sampled.
Distance to the center of the flow field in meters. Positive value (including zero): distance known. Negative value: Unknown distance.
Sent from simulation to autopilot, avoids in contrast to HIL_STATE singularities. This packet is useful for high throughput applications such as hardware in the loop simulations.
Timestamp (microseconds since UNIX epoch or microseconds since system boot)
Vehicle attitude expressed as normalized quaternion in w, x, y, z order (with 1 0 0 0 being the null-rotation)
Body frame roll / phi angular speed (rad/s)
Body frame pitch / theta angular speed (rad/s)
Body frame yaw / psi angular speed (rad/s)
Latitude, expressed as * 1E7
Longitude, expressed as * 1E7
Altitude in meters, expressed as * 1000 (millimeters)
Ground X Speed (Latitude), expressed as cm/s
Ground Y Speed (Longitude), expressed as cm/s
Ground Z Speed (Altitude), expressed as cm/s
Indicated airspeed, expressed as cm/s
True airspeed, expressed as cm/s
X acceleration (mg)
Y acceleration (mg)
Z acceleration (mg)
The RAW IMU readings for secondary 9DOF sensor setup. This message should contain the scaled values to the described units
Timestamp (milliseconds since system boot)
X acceleration (mg)
Y acceleration (mg)
Z acceleration (mg)
Angular speed around X axis (millirad /sec)
Angular speed around Y axis (millirad /sec)
Angular speed around Z axis (millirad /sec)
X Magnetic field (milli tesla)
Y Magnetic field (milli tesla)
Z Magnetic field (milli tesla)
Request a list of available logs. On some systems calling this may stop on-board logging until LOG_REQUEST_END is called.
System ID
Component ID
First log id (0 for first available)
Last log id (0xffff for last available)
Reply to LOG_REQUEST_LIST
Log id
Total number of logs
High log number
UTC timestamp of log in seconds since 1970, or 0 if not available
Size of the log (may be approximate) in bytes
Request a chunk of a log
System ID
Component ID
Log id (from LOG_ENTRY reply)
Offset into the log
Number of bytes
Reply to LOG_REQUEST_DATA
Log id (from LOG_ENTRY reply)
Offset into the log
Number of bytes (zero for end of log)
log data
Erase all logs
System ID
Component ID
Stop log transfer and resume normal logging
System ID
Component ID
data for injecting into the onboard GPS (used for DGPS)
System ID
Component ID
data length
raw data (110 is enough for 12 satellites of RTCMv2)
Second GPS data. Coordinate frame is right-handed, Z-axis up (GPS frame).
Timestamp (microseconds since UNIX epoch or microseconds since system boot)
See the GPS_FIX_TYPE enum.
Latitude (WGS84), in degrees * 1E7
Longitude (WGS84), in degrees * 1E7
Altitude (AMSL, not WGS84), in meters * 1000 (positive for up)
GPS HDOP horizontal dilution of position in cm (m*100). If unknown, set to: UINT16_MAX
GPS VDOP vertical dilution of position in cm (m*100). If unknown, set to: UINT16_MAX
GPS ground speed (m/s * 100). If unknown, set to: UINT16_MAX
Course over ground (NOT heading, but direction of movement) in degrees * 100, 0.0..359.99 degrees. If unknown, set to: UINT16_MAX
Number of satellites visible. If unknown, set to 255
Number of DGPS satellites
Age of DGPS info
Power supply status
5V rail voltage in millivolts
servo rail voltage in millivolts
power supply status flags (see MAV_POWER_STATUS enum)
Control a serial port. This can be used for raw access to an onboard serial peripheral such as a GPS or telemetry radio. It is designed to make it possible to update the devices firmware via MAVLink messages or change the devices settings. A message with zero bytes can be used to change just the baudrate.
See SERIAL_CONTROL_DEV enum
See SERIAL_CONTROL_FLAG enum
Timeout for reply data in milliseconds
Baudrate of transfer. Zero means no change.
how many bytes in this transfer
serial data
RTK GPS data. Gives information on the relative baseline calculation the GPS is reporting
Time since boot of last baseline message received in ms.
Identification of connected RTK receiver.
GPS Week Number of last baseline
GPS Time of Week of last baseline
GPS-specific health report for RTK data.
Rate of baseline messages being received by GPS, in HZ
Current number of sats used for RTK calculation.
Coordinate system of baseline. 0 == ECEF, 1 == NED
Current baseline in ECEF x or NED north component in mm.
Current baseline in ECEF y or NED east component in mm.
Current baseline in ECEF z or NED down component in mm.
Current estimate of baseline accuracy.
Current number of integer ambiguity hypotheses.
RTK GPS data. Gives information on the relative baseline calculation the GPS is reporting
Time since boot of last baseline message received in ms.
Identification of connected RTK receiver.
GPS Week Number of last baseline
GPS Time of Week of last baseline
GPS-specific health report for RTK data.
Rate of baseline messages being received by GPS, in HZ
Current number of sats used for RTK calculation.
Coordinate system of baseline. 0 == ECEF, 1 == NED
Current baseline in ECEF x or NED north component in mm.
Current baseline in ECEF y or NED east component in mm.
Current baseline in ECEF z or NED down component in mm.
Current estimate of baseline accuracy.
Current number of integer ambiguity hypotheses.
The RAW IMU readings for 3rd 9DOF sensor setup. This message should contain the scaled values to the described units
Timestamp (milliseconds since system boot)
X acceleration (mg)
Y acceleration (mg)
Z acceleration (mg)
Angular speed around X axis (millirad /sec)
Angular speed around Y axis (millirad /sec)
Angular speed around Z axis (millirad /sec)
X Magnetic field (milli tesla)
Y Magnetic field (milli tesla)
Z Magnetic field (milli tesla)
type of requested/acknowledged data (as defined in ENUM DATA_TYPES in mavlink/include/mavlink_types.h)
total data size in bytes (set on ACK only)
Width of a matrix or image
Height of a matrix or image
number of packets beeing sent (set on ACK only)
payload size per packet (normally 253 byte, see DATA field size in message ENCAPSULATED_DATA) (set on ACK only)
JPEG quality out of [1,100]
sequence number (starting with 0 on every transmission)
image data bytes
Time since system boot
Minimum distance the sensor can measure in centimeters
Maximum distance the sensor can measure in centimeters
Current distance reading
Type from MAV_DISTANCE_SENSOR enum.
Onboard ID of the sensor
Direction the sensor faces from MAV_SENSOR_ORIENTATION enum.
Measurement covariance in centimeters, 0 for unknown / invalid readings
Request for terrain data and terrain status
Latitude of SW corner of first grid (degrees *10^7)
Longitude of SW corner of first grid (in degrees *10^7)
Grid spacing in meters
Bitmask of requested 4x4 grids (row major 8x7 array of grids, 56 bits)
Terrain data sent from GCS. The lat/lon and grid_spacing must be the same as a lat/lon from a TERRAIN_REQUEST
Latitude of SW corner of first grid (degrees *10^7)
Longitude of SW corner of first grid (in degrees *10^7)
Grid spacing in meters
bit within the terrain request mask
Terrain data in meters AMSL
Request that the vehicle report terrain height at the given location. Used by GCS to check if vehicle has all terrain data needed for a mission.
Latitude (degrees *10^7)
Longitude (degrees *10^7)
Response from a TERRAIN_CHECK request
Latitude (degrees *10^7)
Longitude (degrees *10^7)
grid spacing (zero if terrain at this location unavailable)
Terrain height in meters AMSL
Current vehicle height above lat/lon terrain height (meters)
Number of 4x4 terrain blocks waiting to be received or read from disk
Number of 4x4 terrain blocks in memory
Barometer readings for 2nd barometer
Timestamp (milliseconds since system boot)
Absolute pressure (hectopascal)
Differential pressure 1 (hectopascal)
Temperature measurement (0.01 degrees celsius)
Motion capture attitude and position
Timestamp (micros since boot or Unix epoch)
Attitude quaternion (w, x, y, z order, zero-rotation is 1, 0, 0, 0)
X position in meters (NED)
Y position in meters (NED)
Z position in meters (NED)
Set the vehicle attitude and body angular rates.
Timestamp (micros since boot or Unix epoch)
Actuator group. The "_mlx" indicates this is a multi-instance message and a MAVLink parser should use this field to difference between instances.
System ID
Component ID
Actuator controls. Normed to -1..+1 where 0 is neutral position. Throttle for single rotation direction motors is 0..1, negative range for reverse direction. Standard mapping for attitude controls (group 0): (index 0-7): roll, pitch, yaw, throttle, flaps, spoilers, airbrakes, landing gear. Load a pass-through mixer to repurpose them as generic outputs.
Set the vehicle attitude and body angular rates.
Timestamp (micros since boot or Unix epoch)
Actuator group. The "_mlx" indicates this is a multi-instance message and a MAVLink parser should use this field to difference between instances.
Actuator controls. Normed to -1..+1 where 0 is neutral position. Throttle for single rotation direction motors is 0..1, negative range for reverse direction. Standard mapping for attitude controls (group 0): (index 0-7): roll, pitch, yaw, throttle, flaps, spoilers, airbrakes, landing gear. Load a pass-through mixer to repurpose them as generic outputs.
The current system altitude.
Timestamp (micros since boot or Unix epoch)
This altitude measure is initialized on system boot and monotonic (it is never reset, but represents the local altitude change). The only guarantee on this field is that it will never be reset and is consistent within a flight. The recommended value for this field is the uncorrected barometric altitude at boot time. This altitude will also drift and vary between flights.
This altitude measure is strictly above mean sea level and might be non-monotonic (it might reset on events like GPS lock or when a new QNH value is set). It should be the altitude to which global altitude waypoints are compared to. Note that it is *not* the GPS altitude, however, most GPS modules already output AMSL by default and not the WGS84 altitude.
This is the local altitude in the local coordinate frame. It is not the altitude above home, but in reference to the coordinate origin (0, 0, 0). It is up-positive.
This is the altitude above the home position. It resets on each change of the current home position.
This is the altitude above terrain. It might be fed by a terrain database or an altimeter. Values smaller than -1000 should be interpreted as unknown.
This is not the altitude, but the clear space below the system according to the fused clearance estimate. It generally should max out at the maximum range of e.g. the laser altimeter. It is generally a moving target. A negative value indicates no measurement available.
The autopilot is requesting a resource (file, binary, other type of data)
Request ID. This ID should be re-used when sending back URI contents
The type of requested URI. 0 = a file via URL. 1 = a UAVCAN binary
The requested unique resource identifier (URI). It is not necessarily a straight domain name (depends on the URI type enum)
The way the autopilot wants to receive the URI. 0 = MAVLink FTP. 1 = binary stream.
The storage path the autopilot wants the URI to be stored in. Will only be valid if the transfer_type has a storage associated (e.g. MAVLink FTP).
Barometer readings for 3rd barometer
Timestamp (milliseconds since system boot)
Absolute pressure (hectopascal)
Differential pressure 1 (hectopascal)
Temperature measurement (0.01 degrees celsius)
current motion information from a designated system
Timestamp in milliseconds since system boot
bit positions for tracker reporting capabilities (POS = 0, VEL = 1, ACCEL = 2, ATT + RATES = 3)
Latitude (WGS84), in degrees * 1E7
Longitude (WGS84), in degrees * 1E7
AMSL, in meters
target velocity (0,0,0) for unknown
linear target acceleration (0,0,0) for unknown
(1 0 0 0 for unknown)
(0 0 0 for unknown)
eph epv
button states or switches of a tracker device
The smoothed, monotonic system state used to feed the control loops of the system.
Timestamp (micros since boot or Unix epoch)
X acceleration in body frame
Y acceleration in body frame
Z acceleration in body frame
X velocity in body frame
Y velocity in body frame
Z velocity in body frame
X position in local frame
Y position in local frame
Z position in local frame
Airspeed, set to -1 if unknown
Variance of body velocity estimate
Variance in local position
The attitude, represented as Quaternion
Angular rate in roll axis
Angular rate in pitch axis
Angular rate in yaw axis
Battery information
Battery ID
Function of the battery
Type (chemistry) of the battery
Temperature of the battery in centi-degrees celsius. INT16_MAX for unknown temperature.
Battery voltage of cells, in millivolts (1 = 1 millivolt). Cells above the valid cell count for this battery should have the UINT16_MAX value.
Battery current, in 10*milliamperes (1 = 10 milliampere), -1: autopilot does not measure the current
Consumed charge, in milliampere hours (1 = 1 mAh), -1: autopilot does not provide mAh consumption estimate
Consumed energy, in HectoJoules (intergrated U*I*dt) (1 = 100 Joule), -1: autopilot does not provide energy consumption estimate
Remaining battery energy: (0%: 0, 100%: 100), -1: autopilot does not estimate the remaining battery
Version and capability of autopilot software
bitmask of capabilities (see MAV_PROTOCOL_CAPABILITY enum)
Firmware version number
Middleware version number
Operating system version number
HW / board version (last 8 bytes should be silicon ID, if any)
Custom version field, commonly the first 8 bytes of the git hash. This is not an unique identifier, but should allow to identify the commit using the main version number even for very large code bases.
Custom version field, commonly the first 8 bytes of the git hash. This is not an unique identifier, but should allow to identify the commit using the main version number even for very large code bases.
Custom version field, commonly the first 8 bytes of the git hash. This is not an unique identifier, but should allow to identify the commit using the main version number even for very large code bases.
ID of the board vendor
ID of the product
UID if provided by hardware
The location of a landing area captured from a downward facing camera
Timestamp (micros since boot or Unix epoch)
The ID of the target if multiple targets are present
MAV_FRAME enum specifying the whether the following feilds are earth-frame, body-frame, etc.
X-axis angular offset (in radians) of the target from the center of the image
Y-axis angular offset (in radians) of the target from the center of the image
Distance to the target from the vehicle in meters
Size in radians of target along x-axis
Size in radians of target along y-axis
Estimator status message including flags, innovation test ratios and estimated accuracies. The flags message is an integer bitmask containing information on which EKF outputs are valid. See the ESTIMATOR_STATUS_FLAGS enum definition for further information. The innovaton test ratios show the magnitude of the sensor innovation divided by the innovation check threshold. Under normal operation the innovaton test ratios should be below 0.5 with occasional values up to 1.0. Values greater than 1.0 should be rare under normal operation and indicate that a measurement has been rejected by the filter. The user should be notified if an innovation test ratio greater than 1.0 is recorded. Notifications for values in the range between 0.5 and 1.0 should be optional and controllable by the user.
Timestamp (micros since boot or Unix epoch)
Integer bitmask indicating which EKF outputs are valid. See definition for ESTIMATOR_STATUS_FLAGS.
Velocity innovation test ratio
Horizontal position innovation test ratio
Vertical position innovation test ratio
Magnetometer innovation test ratio
Height above terrain innovation test ratio
True airspeed innovation test ratio
Horizontal position 1-STD accuracy relative to the EKF local origin (m)
Vertical position 1-STD accuracy relative to the EKF local origin (m)
Timestamp (micros since boot or Unix epoch)
Wind in X (NED) direction in m/s
Wind in Y (NED) direction in m/s
Wind in Z (NED) direction in m/s
Variability of the wind in XY. RMS of a 1 Hz lowpassed wind estimate.
Variability of the wind in Z. RMS of a 1 Hz lowpassed wind estimate.
AMSL altitude (m) this measurement was taken at
Horizontal speed 1-STD accuracy
Vertical speed 1-STD accuracy
GPS sensor input message. This is a raw sensor value sent by the GPS. This is NOT the global position estimate of the sytem.
Timestamp (micros since boot or Unix epoch)
ID of the GPS for multiple GPS inputs
Flags indicating which fields to ignore (see GPS_INPUT_IGNORE_FLAGS enum). All other fields must be provided.
GPS time (milliseconds from start of GPS week)
GPS week number
0-1: no fix, 2: 2D fix, 3: 3D fix. 4: 3D with DGPS. 5: 3D with RTK
Latitude (WGS84), in degrees * 1E7
Longitude (WGS84), in degrees * 1E7
Altitude (AMSL, not WGS84), in m (positive for up)
GPS HDOP horizontal dilution of position in m
GPS VDOP vertical dilution of position in m
GPS velocity in m/s in NORTH direction in earth-fixed NED frame
GPS velocity in m/s in EAST direction in earth-fixed NED frame
GPS velocity in m/s in DOWN direction in earth-fixed NED frame
GPS speed accuracy in m/s
GPS horizontal accuracy in m
GPS vertical accuracy in m
Number of satellites visible.
RTCM message for injecting into the onboard GPS (used for DGPS)
LSB: 1 means message is fragmented, next 2 bits are the fragment ID, the remaining 5 bits are used for the sequence ID. Messages are only to be flushed to the GPS when the entire message has been reconstructed on the autopilot. The fragment ID specifies which order the fragments should be assembled into a buffer, while the sequence ID is used to detect a mismatch between different buffers. The buffer is considered fully reconstructed when either all 4 fragments are present, or all the fragments before the first fragment with a non full payload is received. This management is used to ensure that normal GPS operation doesn't corrupt RTCM data, and to recover from a unreliable transport delivery order.
data length
RTCM message (may be fragmented)
Message appropriate for high latency connections like Iridium
System mode bitfield, see MAV_MODE_FLAG ENUM in mavlink/include/mavlink_types.h
A bitfield for use for autopilot-specific flags.
The landed state. Is set to MAV_LANDED_STATE_UNDEFINED if landed state is unknown.
roll (centidegrees)
pitch (centidegrees)
heading (centidegrees)
throttle (percentage)
heading setpoint (centidegrees)
Latitude, expressed as degrees * 1E7
Longitude, expressed as degrees * 1E7
Altitude above mean sea level (meters)
Altitude setpoint relative to the home position (meters)
airspeed (m/s)
airspeed setpoint (m/s)
groundspeed (m/s)
climb rate (m/s)
Number of satellites visible. If unknown, set to 255
See the GPS_FIX_TYPE enum.
Remaining battery (percentage)
Autopilot temperature (degrees C)
Air temperature (degrees C) from airspeed sensor
failsafe (each bit represents a failsafe where 0=ok, 1=failsafe active (bit0:RC, bit1:batt, bit2:GPS, bit3:GCS, bit4:fence)
current waypoint number
distance to target (meters)
Vibration levels and accelerometer clipping
Timestamp (micros since boot or Unix epoch)
Vibration levels on X-axis
Vibration levels on Y-axis
Vibration levels on Z-axis
first accelerometer clipping count
second accelerometer clipping count
third accelerometer clipping count
This message can be requested by sending the MAV_CMD_GET_HOME_POSITION command. The position the system will return to and land on. The position is set automatically by the system during the takeoff in case it was not explicitely set by the operator before or after. The position the system will return to and land on. The global and local positions encode the position in the respective coordinate frames, while the q parameter encodes the orientation of the surface. Under normal conditions it describes the heading and terrain slope, which can be used by the aircraft to adjust the approach. The approach 3D vector describes the point to which the system should fly in normal flight mode and then perform a landing sequence along the vector.
Latitude (WGS84), in degrees * 1E7
Longitude (WGS84, in degrees * 1E7
Altitude (AMSL), in meters * 1000 (positive for up)
Local X position of this position in the local coordinate frame
Local Y position of this position in the local coordinate frame
Local Z position of this position in the local coordinate frame
World to surface normal and heading transformation of the takeoff position. Used to indicate the heading and slope of the ground
Local X position of the end of the approach vector. Multicopters should set this position based on their takeoff path. Grass-landing fixed wing aircraft should set it the same way as multicopters. Runway-landing fixed wing aircraft should set it to the opposite direction of the takeoff, assuming the takeoff happened from the threshold / touchdown zone.
Local Y position of the end of the approach vector. Multicopters should set this position based on their takeoff path. Grass-landing fixed wing aircraft should set it the same way as multicopters. Runway-landing fixed wing aircraft should set it to the opposite direction of the takeoff, assuming the takeoff happened from the threshold / touchdown zone.
Local Z position of the end of the approach vector. Multicopters should set this position based on their takeoff path. Grass-landing fixed wing aircraft should set it the same way as multicopters. Runway-landing fixed wing aircraft should set it to the opposite direction of the takeoff, assuming the takeoff happened from the threshold / touchdown zone.
The position the system will return to and land on. The position is set automatically by the system during the takeoff in case it was not explicitely set by the operator before or after. The global and local positions encode the position in the respective coordinate frames, while the q parameter encodes the orientation of the surface. Under normal conditions it describes the heading and terrain slope, which can be used by the aircraft to adjust the approach. The approach 3D vector describes the point to which the system should fly in normal flight mode and then perform a landing sequence along the vector.
System ID.
Latitude (WGS84), in degrees * 1E7
Longitude (WGS84, in degrees * 1E7
Altitude (AMSL), in meters * 1000 (positive for up)
Local X position of this position in the local coordinate frame
Local Y position of this position in the local coordinate frame
Local Z position of this position in the local coordinate frame
World to surface normal and heading transformation of the takeoff position. Used to indicate the heading and slope of the ground
Local X position of the end of the approach vector. Multicopters should set this position based on their takeoff path. Grass-landing fixed wing aircraft should set it the same way as multicopters. Runway-landing fixed wing aircraft should set it to the opposite direction of the takeoff, assuming the takeoff happened from the threshold / touchdown zone.
Local Y position of the end of the approach vector. Multicopters should set this position based on their takeoff path. Grass-landing fixed wing aircraft should set it the same way as multicopters. Runway-landing fixed wing aircraft should set it to the opposite direction of the takeoff, assuming the takeoff happened from the threshold / touchdown zone.
Local Z position of the end of the approach vector. Multicopters should set this position based on their takeoff path. Grass-landing fixed wing aircraft should set it the same way as multicopters. Runway-landing fixed wing aircraft should set it to the opposite direction of the takeoff, assuming the takeoff happened from the threshold / touchdown zone.
This interface replaces DATA_STREAM
The ID of the requested MAVLink message. v1.0 is limited to 254 messages.
The interval between two messages, in microseconds. A value of -1 indicates this stream is disabled, 0 indicates it is not available, > 0 indicates the interval at which it is sent.
Provides state for additional features
The VTOL state if applicable. Is set to MAV_VTOL_STATE_UNDEFINED if UAV is not in VTOL configuration.
The landed state. Is set to MAV_LANDED_STATE_UNDEFINED if landed state is unknown.
The location and information of an ADSB vehicle
ICAO address
Latitude, expressed as degrees * 1E7
Longitude, expressed as degrees * 1E7
Type from ADSB_ALTITUDE_TYPE enum
Altitude(ASL) in millimeters
Course over ground in centidegrees
The horizontal velocity in centimeters/second
The vertical velocity in centimeters/second, positive is up
The callsign, 8+null
Type from ADSB_EMITTER_TYPE enum
Time since last communication in seconds
Flags to indicate various statuses including valid data fields
Squawk code
Information about a potential collision
Collision data source
Unique identifier, domain based on src field
Action that is being taken to avoid this collision
How concerned the aircraft is about this collision
Estimated time until collision occurs (seconds)
Closest vertical distance in meters between vehicle and object
Closest horizontal distance in meteres between vehicle and object
Message implementing parts of the V2 payload specs in V1 frames for transitional support.
Network ID (0 for broadcast)
System ID (0 for broadcast)
Component ID (0 for broadcast)
A code that identifies the software component that understands this message (analogous to usb device classes or mime type strings). If this code is less than 32768, it is considered a 'registered' protocol extension and the corresponding entry should be added to https://github.com/mavlink/mavlink/extension-message-ids.xml. Software creators can register blocks of message IDs as needed (useful for GCS specific metadata, etc...). Message_types greater than 32767 are considered local experiments and should not be checked in to any widely distributed codebase.
Variable length payload. The length is defined by the remaining message length when subtracting the header and other fields. The entire content of this block is opaque unless you understand any the encoding message_type. The particular encoding used can be extension specific and might not always be documented as part of the mavlink specification.
Send raw controller memory. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.
Starting address of the debug variables
Version code of the type variable. 0=unknown, type ignored and assumed int16_t. 1=as below
Type code of the memory variables. for ver = 1: 0=16 x int16_t, 1=16 x uint16_t, 2=16 x Q15, 3=16 x 1Q14
Memory contents at specified address
Name
Timestamp
x
y
z
Send a key-value pair as float. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.
Timestamp (milliseconds since system boot)
Name of the debug variable
Floating point value
Send a key-value pair as integer. The use of this message is discouraged for normal packets, but a quite efficient way for testing new messages and getting experimental debug output.
Timestamp (milliseconds since system boot)
Name of the debug variable
Signed integer value
Status text message. These messages are printed in yellow in the COMM console of QGroundControl. WARNING: They consume quite some bandwidth, so use only for important status and error messages. If implemented wisely, these messages are buffered on the MCU and sent only at a limited rate (e.g. 10 Hz).
Severity of status. Relies on the definitions within RFC-5424. See enum MAV_SEVERITY.
Status text message, without null termination character
Send a debug value. The index is used to discriminate between values. These values show up in the plot of QGroundControl as DEBUG N.
Timestamp (milliseconds since system boot)
index of debug variable
DEBUG value
Offsets and calibrations values for hardware sensors. This makes it easier to debug the calibration process.
magnetometer X offset
magnetometer Y offset
magnetometer Z offset
magnetic declination (radians)
raw pressure from barometer
raw temperature from barometer
gyro X calibration
gyro Y calibration
gyro Z calibration
accel X calibration
accel Y calibration
accel Z calibration
Deprecated. Use MAV_CMD_PREFLIGHT_SET_SENSOR_OFFSETS instead. Set the magnetometer offsets
System ID
Component ID
magnetometer X offset
magnetometer Y offset
magnetometer Z offset
state of APM memory
heap top
free memory
free memory (32 bit)
raw ADC output
ADC output 1
ADC output 2
ADC output 3
ADC output 4
ADC output 5
ADC output 6
Configure on-board Camera Control System.
System ID
Component ID
Mode enumeration from 1 to N //P, TV, AV, M, Etc (0 means ignore)
Divisor number //e.g. 1000 means 1/1000 (0 means ignore)
F stop number x 10 //e.g. 28 means 2.8 (0 means ignore)
ISO enumeration from 1 to N //e.g. 80, 100, 200, Etc (0 means ignore)
Exposure type enumeration from 1 to N (0 means ignore)
Command Identity (incremental loop: 0 to 255)//A command sent multiple times will be executed or pooled just once
Main engine cut-off time before camera trigger in seconds/10 (0 means no cut-off)
Extra parameters enumeration (0 means ignore)
Correspondent value to given extra_param
Control on-board Camera Control System to take shots.
System ID
Component ID
0: stop, 1: start or keep it up //Session control e.g. show/hide lens
1 to N //Zoom's absolute position (0 means ignore)
-100 to 100 //Zooming step value to offset zoom from the current position
0: unlock focus or keep unlocked, 1: lock focus or keep locked, 3: re-lock focus
0: ignore, 1: shot or start filming
Command Identity (incremental loop: 0 to 255)//A command sent multiple times will be executed or pooled just once
Extra parameters enumeration (0 means ignore)
Correspondent value to given extra_param
Message to configure a camera mount, directional antenna, etc.
System ID
Component ID
mount operating mode (see MAV_MOUNT_MODE enum)
(1 = yes, 0 = no)
(1 = yes, 0 = no)
(1 = yes, 0 = no)
Message to control a camera mount, directional antenna, etc.
System ID
Component ID
pitch(deg*100) or lat, depending on mount mode
roll(deg*100) or lon depending on mount mode
yaw(deg*100) or alt (in cm) depending on mount mode
if "1" it will save current trimmed position on EEPROM (just valid for NEUTRAL and LANDING)
Message with some status from APM to GCS about camera or antenna mount
System ID
Component ID
pitch(deg*100)
roll(deg*100)
yaw(deg*100)
A fence point. Used to set a point when from GCS -> MAV. Also used to return a point from MAV -> GCS
System ID
Component ID
point index (first point is 1, 0 is for return point)
total number of points (for sanity checking)
Latitude of point
Longitude of point
Request a current fence point from MAV
System ID
Component ID
point index (first point is 1, 0 is for return point)
Status of geo-fencing. Sent in extended status stream when fencing enabled
0 if currently inside fence, 1 if outside
number of fence breaches
last breach type (see FENCE_BREACH_* enum)
time of last breach in milliseconds since boot
Status of DCM attitude estimator
X gyro drift estimate rad/s
Y gyro drift estimate rad/s
Z gyro drift estimate rad/s
average accel_weight
average renormalisation value
average error_roll_pitch value
average error_yaw value
Status of simulation environment, if used
Roll angle (rad)
Pitch angle (rad)
Yaw angle (rad)
X acceleration m/s/s
Y acceleration m/s/s
Z acceleration m/s/s
Angular speed around X axis rad/s
Angular speed around Y axis rad/s
Angular speed around Z axis rad/s
Latitude in degrees * 1E7
Longitude in degrees * 1E7
Status of key hardware
board voltage (mV)
I2C error count
Status generated by radio
local signal strength
remote signal strength
how full the tx buffer is as a percentage
background noise level
remote background noise level
receive errors
count of error corrected packets
Status of AP_Limits. Sent in extended status stream when AP_Limits is enabled
state of AP_Limits, (see enum LimitState, LIMITS_STATE)
time of last breach in milliseconds since boot
time of last recovery action in milliseconds since boot
time of last successful recovery in milliseconds since boot
time of last all-clear in milliseconds since boot
number of fence breaches
AP_Limit_Module bitfield of enabled modules, (see enum moduleid or LIMIT_MODULE)
AP_Limit_Module bitfield of required modules, (see enum moduleid or LIMIT_MODULE)
AP_Limit_Module bitfield of triggered modules, (see enum moduleid or LIMIT_MODULE)
Wind estimation
wind direction that wind is coming from (degrees)
wind speed in ground plane (m/s)
vertical wind speed (m/s)
Data packet, size 16
data type
data length
raw data
Data packet, size 32
data type
data length
raw data
Data packet, size 64
data type
data length
raw data
Data packet, size 96
data type
data length
raw data
Rangefinder reporting
distance in meters
raw voltage if available, zero otherwise
Airspeed auto-calibration
GPS velocity north m/s
GPS velocity east m/s
GPS velocity down m/s
Differential pressure pascals
Estimated to true airspeed ratio
Airspeed ratio
EKF state x
EKF state y
EKF state z
EKF Pax
EKF Pby
EKF Pcz
A rally point. Used to set a point when from GCS -> MAV. Also used to return a point from MAV -> GCS
System ID
Component ID
point index (first point is 0)
total number of points (for sanity checking)
Latitude of point in degrees * 1E7
Longitude of point in degrees * 1E7
Transit / loiter altitude in meters relative to home
Break altitude in meters relative to home
Heading to aim for when landing. In centi-degrees.
See RALLY_FLAGS enum for definition of the bitmask.
Request a current rally point from MAV. MAV should respond with a RALLY_POINT message. MAV should not respond if the request is invalid.
System ID
Component ID
point index (first point is 0)
Status of compassmot calibration
throttle (percent*10)
current (Ampere)
interference (percent)
Motor Compensation X
Motor Compensation Y
Motor Compensation Z
Status of secondary AHRS filter if available
Roll angle (rad)
Pitch angle (rad)
Yaw angle (rad)
Altitude (MSL)
Latitude in degrees * 1E7
Longitude in degrees * 1E7
Camera Event
Image timestamp (microseconds since UNIX epoch, according to camera clock)
System ID
Camera ID
Image index
See CAMERA_STATUS_TYPES enum for definition of the bitmask
Parameter 1 (meaning depends on event, see CAMERA_STATUS_TYPES enum)
Parameter 2 (meaning depends on event, see CAMERA_STATUS_TYPES enum)
Parameter 3 (meaning depends on event, see CAMERA_STATUS_TYPES enum)
Parameter 4 (meaning depends on event, see CAMERA_STATUS_TYPES enum)
Camera Capture Feedback
Image timestamp (microseconds since UNIX epoch), as passed in by CAMERA_STATUS message (or autopilot if no CCB)
System ID
Camera ID
Image index
Latitude in (deg * 1E7)
Longitude in (deg * 1E7)
Altitude Absolute (meters AMSL)
Altitude Relative (meters above HOME location)
Camera Roll angle (earth frame, degrees, +-180)
Camera Pitch angle (earth frame, degrees, +-180)
Camera Yaw (earth frame, degrees, 0-360, true)
Focal Length (mm)
See CAMERA_FEEDBACK_FLAGS enum for definition of the bitmask
Deprecated. Use BATTERY_STATUS instead. 2nd Battery status
voltage in millivolts
Battery current, in centiamperes (1 = 10 milliampere), -1: autopilot does not measure the current
Status of third AHRS filter if available. This is for ANU research group (Ali and Sean)
Roll angle (rad)
Pitch angle (rad)
Yaw angle (rad)
Altitude (MSL)
Latitude in degrees * 1E7
Longitude in degrees * 1E7
test variable1
test variable2
test variable3
test variable4
Request the autopilot version from the system/component.
System ID
Component ID
Send a block of log data to remote location
System ID
Component ID
log data block sequence number
log data block
Send Status of each log block that autopilot board might have sent
System ID
Component ID
log data block sequence number
log data block status
Control vehicle LEDs
System ID
Component ID
Instance (LED instance to control or 255 for all LEDs)
Pattern (see LED_PATTERN_ENUM)
Custom Byte Length
Custom Bytes
Reports progress of compass calibration.
Compass being calibrated
Bitmask of compasses being calibrated
Status (see MAG_CAL_STATUS enum)
Attempt number
Completion percentage
Bitmask of sphere sections (see http://en.wikipedia.org/wiki/Geodesic_grid)
Body frame direction vector for display
Body frame direction vector for display
Body frame direction vector for display
Reports results of completed compass calibration. Sent until MAG_CAL_ACK received.
Compass being calibrated
Bitmask of compasses being calibrated
Status (see MAG_CAL_STATUS enum)
0=requires a MAV_CMD_DO_ACCEPT_MAG_CAL, 1=saved to parameters
RMS milligauss residuals
X offset
Y offset
Z offset
X diagonal (matrix 11)
Y diagonal (matrix 22)
Z diagonal (matrix 33)
X off-diagonal (matrix 12 and 21)
Y off-diagonal (matrix 13 and 31)
Z off-diagonal (matrix 32 and 23)
EKF Status message including flags and variances
Flags
Velocity variance
Horizontal Position variance
Vertical Position variance
Compass variance
Terrain Altitude variance
PID tuning information
axis
desired rate (degrees/s)
achieved rate (degrees/s)
FF component
P component
I component
D component
Deepstall path planning
Landing latitude (deg * 1E7)
Landing longitude (deg * 1E7)
Final heading start point, latitude (deg * 1E7)
Final heading start point, longitude (deg * 1E7)
Arc entry point, latitude (deg * 1E7)
Arc entry point, longitude (deg * 1E7)
Altitude (meters)
Distance the aircraft expects to travel during the deepstall
Deepstall cross track error in meters (only valid when in DEEPSTALL_STAGE_LAND)
Deepstall stage, see enum MAV_DEEPSTALL_STAGE
3 axis gimbal mesuraments
System ID
Component ID
Time since last update (seconds)
Delta angle X (radians)
Delta angle Y (radians)
Delta angle X (radians)
Delta velocity X (m/s)
Delta velocity Y (m/s)
Delta velocity Z (m/s)
Joint ROLL (radians)
Joint EL (radians)
Joint AZ (radians)
Control message for rate gimbal
System ID
Component ID
Demanded angular rate X (rad/s)
Demanded angular rate Y (rad/s)
Demanded angular rate Z (rad/s)
100 Hz gimbal torque command telemetry
System ID
Component ID
Roll Torque Command
Elevation Torque Command
Azimuth Torque Command
Heartbeat from a HeroBus attached GoPro
Status
Current capture mode
additional status bits
Request a GOPRO_COMMAND response from the GoPro
System ID
Component ID
Command ID
Response from a GOPRO_COMMAND get request
Command ID
Status
Value
Request to set a GOPRO_COMMAND with a desired
System ID
Component ID
Command ID
Value
Response from a GOPRO_COMMAND set request
Command ID
Status
RPM sensor output
RPM Sensor1
RPM Sensor2