<description>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.</description>
<entryvalue="16"name="MAV_CMD_NAV_WAYPOINT">
<description>Navigate to waypoint.</description>
<paramindex="1">Hold time in decimal seconds. (ignored by fixed wing, time to stay at waypoint for rotary wing)</param>
<paramindex="2">Acceptance radius in meters (if the sphere with this radius is hit, the waypoint counts as reached)</param>
<paramindex="3">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.</param>
<paramindex="4">Desired yaw angle at waypoint (rotary wing)</param>
<paramindex="5">Latitude</param>
<paramindex="6">Longitude</param>
<paramindex="7">Altitude</param>
</entry>
<entryvalue="17"name="MAV_CMD_NAV_LOITER_UNLIM">
<description>Loiter around this waypoint an unlimited amount of time</description>
<paramindex="1">Empty</param>
<paramindex="2">Empty</param>
<paramindex="3">Radius around waypoint, in meters. If positive loiter clockwise, else counter-clockwise</param>
<paramindex="4">Desired yaw angle.</param>
<paramindex="5">Latitude</param>
<paramindex="6">Longitude</param>
<paramindex="7">Altitude</param>
</entry>
<entryvalue="18"name="MAV_CMD_NAV_LOITER_TURNS">
<description>Loiter around this waypoint for X turns</description>
<paramindex="1">Turns</param>
<paramindex="2">Empty</param>
<paramindex="3">Radius around waypoint, in meters. If positive loiter clockwise, else counter-clockwise</param>
<paramindex="4">Desired yaw angle.</param>
<paramindex="5">Latitude</param>
<paramindex="6">Longitude</param>
<paramindex="7">Altitude</param>
</entry>
<entryvalue="19"name="MAV_CMD_NAV_LOITER_TIME">
<description>Loiter around this waypoint for X seconds</description>
<paramindex="1">Seconds (decimal)</param>
<paramindex="2">Empty</param>
<paramindex="3">Radius around waypoint, in meters. If positive loiter clockwise, else counter-clockwise</param>
<description>Return to launch location</description>
<paramindex="1">Empty</param>
<paramindex="2">Empty</param>
<paramindex="3">Empty</param>
<paramindex="4">Empty</param>
<paramindex="5">Empty</param>
<paramindex="6">Empty</param>
<paramindex="7">Empty</param>
</entry>
<entryvalue="21"name="MAV_CMD_NAV_LAND">
<description>Land at location</description>
<paramindex="1">Empty</param>
<paramindex="2">Empty</param>
<paramindex="3">Empty</param>
<paramindex="4">Desired yaw angle.</param>
<paramindex="5">Latitude</param>
<paramindex="6">Longitude</param>
<paramindex="7">Altitude</param>
</entry>
<entryvalue="22"name="MAV_CMD_NAV_TAKEOFF">
<description>Takeoff from ground / hand</description>
<paramindex="1">Minimum pitch (if airspeed sensor present), desired pitch without sensor</param>
<paramindex="2">Empty</param>
<paramindex="3">Empty</param>
<paramindex="4">Yaw angle (if magnetometer present), ignored without magnetometer</param>
<paramindex="5">Latitude</param>
<paramindex="6">Longitude</param>
<paramindex="7">Altitude</param>
</entry>
<entryvalue="80"name="MAV_CMD_NAV_ROI">
<description>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.</description>
<paramindex="1">Region of intereset mode. (see MAV_ROI enum)</param>
<paramindex="2">Waypoint index/ target ID. (see MAV_ROI enum)</param>
<paramindex="3">ROI index (allows a vehicle to manage multiple ROI's)</param>
<paramindex="4">Empty</param>
<paramindex="5">x the location of the fixed ROI (see MAV_FRAME)</param>
<paramindex="6">y</param>
<paramindex="7">z</param>
</entry>
<entryvalue="81"name="MAV_CMD_NAV_PATHPLANNING">
<description>Control autonomous path planning on the MAV.</description>
<paramindex="1">0: Disable local obstacle avoidance / local path planning (without resetting map), 1: Enable local path planning, 2: Enable and reset local path planning</param>
<paramindex="2">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</param>
<paramindex="3">Empty</param>
<paramindex="4">Yaw angle at goal, in compass degrees, [0..360]</param>
<paramindex="5">Latitude/X of goal</param>
<paramindex="6">Longitude/Y of goal</param>
<paramindex="7">Altitude/Z of goal</param>
</entry>
<entryvalue="95"name="MAV_CMD_NAV_LAST">
<description>NOP - This command is only used to mark the upper limit of the NAV/ACTION commands in the enumeration</description>
<paramindex="1">Empty</param>
<paramindex="2">Empty</param>
<paramindex="3">Empty</param>
<paramindex="4">Empty</param>
<paramindex="5">Empty</param>
<paramindex="6">Empty</param>
<paramindex="7">Empty</param>
</entry>
<entryvalue="112"name="MAV_CMD_CONDITION_DELAY">
<description>Delay mission state machine.</description>
<paramindex="1">Delay in seconds (decimal)</param>
<description>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).</description>
<fieldtype="uint8_t"name="type">Type of the MAV (quadrotor, helicopter, etc., up to 15 types, defined in MAV_TYPE ENUM)</field>
<fieldtype="uint8_t"name="autopilot">Type of the Autopilot: 0: Generic, 1: PIXHAWK, 2: SLUGS, 3: Ardupilot (up to 15 types), defined in MAV_AUTOPILOT_TYPE ENUM</field>
<description>The boot message indicates that a system is starting. The onboard software version allows to keep track of onboard soft/firmware revisions.</description>
<description>The system time is the time of the master clock, typically the computer clock of the main onboard computer.</description>
<fieldtype="uint64_t"name="time_usec">Timestamp of the master clock in microseconds since UNIX epoch.</field>
</message>
<messageid="3"name="PING">
<description>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.</description>
<fieldtype="uint8_t"name="target_system">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</field>
<fieldtype="uint8_t"name="target_component">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</field>
<fieldtype="uint64_t"name="time">Unix timestamp in microseconds</field>
</message>
<messageid="4"name="SYSTEM_TIME_UTC">
<description>UTC date and time from GPS module</description>
<fieldtype="uint32_t"name="utc_date">GPS UTC date ddmmyy</field>
<fieldtype="uint32_t"name="utc_time">GPS UTC time hhmmss</field>
</message>
<messageid="5"name="CHANGE_OPERATOR_CONTROL">
<description>Request to control this MAV</description>
<fieldtype="uint8_t"name="target_system">System the GCS requests control for</field>
<fieldtype="uint8_t"name="control_request">0: request control of this MAV, 1: Release control of this MAV</field>
<fieldtype="uint8_t"name="version">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.</field>
<fieldtype="char[25]"name="passkey">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 "!?,.-"</field>
</message>
<messageid="6"name="CHANGE_OPERATOR_CONTROL_ACK">
<description>Accept / deny control of this MAV</description>
<fieldtype="uint8_t"name="gcs_system_id">ID of the GCS this message </field>
<fieldtype="uint8_t"name="control_request">0: request control of this MAV, 1: Release control of this MAV</field>
<description>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.</description>
<fieldtype="char[32]"name="key">key</field>
</message>
<messageid="9"name="ACTION_ACK">
<description>This message acknowledges an action. IMPORTANT: The acknowledgement can be also negative, e.g. the MAV rejects a reset message because it is in-flight. The action ids are defined in ENUM MAV_ACTION in mavlink/include/mavlink_types.h</description>
<description>An action message allows to execute a certain onboard action. These include liftoff, land, storing parameters too EEPROM, shutddown, etc. The action ids are defined in ENUM MAV_ACTION in mavlink/include/mavlink_types.h</description>
<fieldtype="uint8_t"name="target">The system executing the action</field>
<fieldtype="uint8_t"name="target_component">The component executing the action</field>
<description>Set the system mode, as defined by enum MAV_MODE in mavlink/include/mavlink_types.h. There is no target component id as the mode is by definition for the overall aircraft, not only for one component.</description>
<fieldtype="uint8_t"name="target">The system setting the mode</field>
<fieldtype="uint8_t"name="mode">The new mode</field>
</message>
<messageid="12"name="SET_NAV_MODE">
<description>Set the system navigation mode, as defined by enum MAV_NAV_MODE in mavlink/include/mavlink_types.h. The navigation mode applies to the whole aircraft and thus all components.</description>
<fieldtype="uint8_t"name="target">The system setting the mode</field>
<fieldtype="uint8_t"name="nav_mode">The new navigation mode</field>
</message>
<messageid="20"name="PARAM_REQUEST_READ">
<description>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.</description>
<description>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.</description>
<fieldtype="uint16_t"name="param_count">Total number of onboard parameters</field>
<fieldtype="uint16_t"name="param_index">Index of this onboard parameter</field>
</message>
<messageid="23"name="PARAM_SET">
<description>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.</description>
<description>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)</description>
<fieldtype="uint64_t"name="usec">Timestamp (microseconds since UNIX epoch or microseconds since system boot)</field>
<fieldtype="uint8_t"name="fix_type">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.</field>
<fieldtype="int32_t"name="lat">Latitude in 1E7 degrees</field>
<fieldtype="int32_t"name="lon">Longitude in 1E7 degrees</field>
<fieldtype="int32_t"name="alt">Altitude in 1E3 meters (millimeters)</field>
<fieldtype="int16_t"name="xgyro">Angular speed around X axis (millirad /sec)</field>
<fieldtype="int16_t"name="ygyro">Angular speed around Y axis (millirad /sec)</field>
<fieldtype="int16_t"name="zgyro">Angular speed around Z axis (millirad /sec)</field>
<fieldtype="int16_t"name="xmag">X Magnetic field (milli tesla)</field>
<fieldtype="int16_t"name="ymag">Y Magnetic field (milli tesla)</field>
<fieldtype="int16_t"name="zmag">Z Magnetic field (milli tesla)</field>
</message>
<messageid="27"name="GPS_STATUS">
<description>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.</description>
<fieldtype="uint8_t"name="satellites_visible">Number of satellites visible</field>
<fieldtype="array[20]"name="satellite_used">0: Satellite not used, 1: used for localization</field>
<fieldtype="array[20]"name="satellite_elevation">Elevation (0: right on top of receiver, 90: on the horizon) of satellite</field>
<fieldtype="array[20]"name="satellite_azimuth">Direction of satellite, 0: 0 deg, 255: 360 deg.</field>
<fieldtype="array[20]"name="satellite_snr">Signal to noise ratio of satellite</field>
</message>
<messageid="28"name="RAW_IMU">
<description>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.</description>
<fieldtype="uint64_t"name="usec">Timestamp (microseconds since UNIX epoch or microseconds since system boot)</field>
<fieldtype="int16_t"name="xgyro">Angular speed around X axis (raw)</field>
<fieldtype="int16_t"name="ygyro">Angular speed around Y axis (raw)</field>
<fieldtype="int16_t"name="zgyro">Angular speed around Z axis (raw)</field>
<fieldtype="int16_t"name="xmag">X Magnetic field (raw)</field>
<fieldtype="int16_t"name="ymag">Y Magnetic field (raw)</field>
<fieldtype="int16_t"name="zmag">Z Magnetic field (raw)</field>
</message>
<messageid="29"name="RAW_PRESSURE">
<description>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.</description>
<fieldtype="uint64_t"name="usec">Timestamp (microseconds since UNIX epoch or microseconds since system boot)</field>
<fieldtype="int16_t"name="temperature">Raw Temperature measurement (raw)</field>
</message>
<messageid="38"name="SCALED_PRESSURE">
<description>The pressure readings for the typical setup of one absolute and differential pressure sensor. The units are as specified in each field.</description>
<fieldtype="uint64_t"name="usec">Timestamp (microseconds since UNIX epoch or microseconds since system boot)</field>
<description>The filtered local position (e.g. fused computer vision and accelerometers). Coordinate frame is right-handed, Z-axis down (aeronautical frame)</description>
<fieldtype="uint64_t"name="usec">Timestamp (microseconds since UNIX epoch or microseconds since system boot)</field>
<fieldtype="float"name="x">X Position</field>
<fieldtype="float"name="y">Y Position</field>
<fieldtype="float"name="z">Z Position</field>
<fieldtype="float"name="vx">X Speed</field>
<fieldtype="float"name="vy">Y Speed</field>
<fieldtype="float"name="vz">Z Speed</field>
</message>
<messageid="33"name="GLOBAL_POSITION">
<description>The filtered global position (e.g. fused GPS and accelerometers). Coordinate frame is right-handed, Z-axis up (GPS frame)</description>
<fieldtype="uint64_t"name="usec">Timestamp (microseconds since unix epoch)</field>
<fieldtype="float"name="lat">Latitude, in degrees</field>
<fieldtype="float"name="lon">Longitude, in degrees</field>
<fieldtype="float"name="alt">Absolute altitude, in meters</field>
<fieldtype="float"name="vx">X Speed (in Latitude direction, positive: going north)</field>
<fieldtype="float"name="vy">Y Speed (in Longitude direction, positive: going east)</field>
<fieldtype="float"name="vz">Z Speed (in Altitude direction, positive: going up)</field>
</message>
<messageid="32"name="GPS_RAW">
<description>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)</description>
<fieldtype="uint64_t"name="usec">Timestamp (microseconds since UNIX epoch or microseconds since system boot)</field>
<fieldtype="uint8_t"name="fix_type">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.</field>
<fieldtype="float"name="lat">Latitude in degrees</field>
<fieldtype="float"name="lon">Longitude in degrees</field>
<fieldtype="float"name="alt">Altitude in meters</field>
<fieldtype="float"name="hdg">Compass heading in degrees, 0..360 degrees</field>
</message>
<messageid="34"name="SYS_STATUS">
<description>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.</description>
<fieldtype="uint8_t"name="mode">System mode, see MAV_MODE ENUM in mavlink/include/mavlink_types.h</field>
<fieldtype="uint8_t"name="nav_mode">Navigation mode, see MAV_NAV_MODE ENUM</field>
<fieldtype="uint8_t"name="status">System status flag, see MAV_STATUS ENUM</field>
<fieldtype="uint16_t"name="load">Maximum usage in percent of the mainloop time, (0%: 0, 100%: 1000) should be always below 1000</field>
<fieldtype="uint16_t"name="vbat">Battery voltage, in millivolts (1 = 1 millivolt)</field>
<fieldtype="uint16_t"name="packet_drop">Dropped packets (packets that were corrupted on reception on the MAV)</field>
</message>
<messageid="35"name="RC_CHANNELS_RAW">
<description>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.</description>
<fieldtype="uint16_t"name="chan1_raw">RC channel 1 value, in microseconds</field>
<fieldtype="uint16_t"name="chan2_raw">RC channel 2 value, in microseconds</field>
<fieldtype="uint16_t"name="chan3_raw">RC channel 3 value, in microseconds</field>
<fieldtype="uint16_t"name="chan4_raw">RC channel 4 value, in microseconds</field>
<fieldtype="uint16_t"name="chan5_raw">RC channel 5 value, in microseconds</field>
<fieldtype="uint16_t"name="chan6_raw">RC channel 6 value, in microseconds</field>
<fieldtype="uint16_t"name="chan7_raw">RC channel 7 value, in microseconds</field>
<fieldtype="uint16_t"name="chan8_raw">RC channel 8 value, in microseconds</field>
<fieldtype="uint8_t"name="rssi">Receive signal strength indicator, 0: 0%, 255: 100%</field>
</message>
<messageid="36"name="RC_CHANNELS_SCALED">
<description>The scaled values of the RC channels received. (-100%) -10000, (0%) 0, (100%) 10000</description>
<fieldtype="uint8_t"name="rssi">Receive signal strength indicator, 0: 0%, 255: 100%</field>
</message>
<messageid="37"name="SERVO_OUTPUT_RAW">
<description>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%.</description>
<fieldtype="uint16_t"name="servo1_raw">Servo output 1 value, in microseconds</field>
<fieldtype="uint16_t"name="servo2_raw">Servo output 2 value, in microseconds</field>
<fieldtype="uint16_t"name="servo3_raw">Servo output 3 value, in microseconds</field>
<fieldtype="uint16_t"name="servo4_raw">Servo output 4 value, in microseconds</field>
<fieldtype="uint16_t"name="servo5_raw">Servo output 5 value, in microseconds</field>
<fieldtype="uint16_t"name="servo6_raw">Servo output 6 value, in microseconds</field>
<fieldtype="uint16_t"name="servo7_raw">Servo output 7 value, in microseconds</field>
<fieldtype="uint16_t"name="servo8_raw">Servo output 8 value, in microseconds</field>
</message>
<messageid="39"name="WAYPOINT">
<description>Message encoding a waypoint. This message is emitted to announce
the presence of a waypoint and to set a waypoint on the system. The waypoint can be either in x, y, z meters (type: LOCAL) or x:lat, y:lon, z:altitude. Local frame is Z-down, right handed, global frame is Z-up, right handed</description>
<fieldtype="uint8_t"name="autocontinue">autocontinue to next wp</field>
<fieldtype="float"name="param1">PARAM1 / For NAV command waypoints: Radius in which the waypoint is accepted as reached, in meters</field>
<fieldtype="float"name="param2">PARAM2 / For NAV command waypoints: Time that the MAV should stay inside the PARAM1 radius before advancing, in milliseconds</field>
<fieldtype="float"name="param3">PARAM3 / For LOITER command waypoints: Orbit to circle around the waypoint, in meters. If positive the orbit direction should be clockwise, if negative the orbit direction should be counter-clockwise.</field>
<fieldtype="float"name="param4">PARAM4 / For NAV and LOITER command waypoints: Yaw orientation in degrees, [0..360] 0 = NORTH</field>
<fieldtype="float"name="x">PARAM5 / local: x position, global: latitude</field>
<fieldtype="float"name="y">PARAM6 / y position: global: longitude</field>
<fieldtype="float"name="z">PARAM7 / z position: global: altitude</field>
</message>
<messageid="40"name="WAYPOINT_REQUEST">
<description>Request the information of the waypoint with the sequence number seq. The response of the system to this message should be a WAYPOINT message.</description>
<description>Set the waypoint with sequence number seq as current waypoint. This means that the MAV will continue to this waypoint on the shortest path (not following the waypoints in-between).</description>
<description>This message is emitted as response to WAYPOINT_REQUEST_LIST by the MAV. The GCS can then request the individual waypoints based on the knowledge of the total number of waypoints.</description>
<description>A certain waypoint 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 waypoint.</description>
<fieldtype="uint16_t"name="seq">Sequence</field>
</message>
<messageid="47"name="WAYPOINT_ACK">
<description>Ack message during waypoint handling. The type field states if this message is a positive ack (type=0) or if an error happened (type=non-zero).</description>
<description>As local waypoints exist, the global waypoint 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.</description>
<description>Set the setpoint for a local position controller. This is the position in local coordinates the MAV should fly to. This message is sent by the path/waypoint planner to the onboard position controller. As some MAVs have a degree of freedom in yaw (e.g. all helicopters/quadrotors), the desired yaw angle is part of the message.</description>
<fieldtype="uint8_t"name="position_fix">Position fix: 0: lost, 2: 2D position fix, 3: 3D position fix </field>
<fieldtype="uint8_t"name="vision_fix">Vision position fix: 0: lost, 1: 2D local position hold, 2: 2D global position fix, 3: 3D global position fix </field>
<fieldtype="uint8_t"name="gps_fix">GPS position fix: 0: no reception, 1: Minimum 1 satellite, but no position fix, 2: 2D position fix, 3: 3D position fix </field>
<fieldtype="uint8_t"name="control_att">0: Attitude control disabled, 1: enabled</field>
<fieldtype="uint8_t"name="control_pos_xy">0: X, Y position control disabled, 1: enabled</field>
<fieldtype="uint8_t"name="control_pos_z">0: Z position control disabled, 1: enabled</field>
<fieldtype="uint8_t"name="control_pos_yaw">0: Yaw angle control disabled, 1: enabled</field>
</message>
<messageid="53"name="SAFETY_SET_ALLOWED_AREA">
<description>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/waypoints to accept and which to reject. Safety areas are often enforced by national or competition regulations.</description>
<fieldtype="uint8_t"name="frame">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.</field>
<fieldtype="float"name="p1x">x position 1 / Latitude 1</field>
<fieldtype="float"name="p1y">y position 1 / Longitude 1</field>
<fieldtype="float"name="p1z">z position 1 / Altitude 1</field>
<fieldtype="float"name="p2x">x position 2 / Latitude 2</field>
<fieldtype="float"name="p2y">y position 2 / Longitude 2</field>
<fieldtype="float"name="p2z">z position 2 / Altitude 2</field>
</message>
<messageid="54"name="SAFETY_ALLOWED_AREA">
<description>Read out the safety zone the MAV currently assumes.</description>
<fieldtype="uint8_t"name="frame">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.</field>
<fieldtype="float"name="p1x">x position 1 / Latitude 1</field>
<fieldtype="float"name="p1y">y position 1 / Longitude 1</field>
<fieldtype="float"name="p1z">z position 1 / Altitude 1</field>
<fieldtype="float"name="p2x">x position 2 / Latitude 2</field>
<fieldtype="float"name="p2y">y position 2 / Longitude 2</field>
<fieldtype="float"name="p2z">z position 2 / Altitude 2</field>
</message>
<messageid="55"name="SET_ROLL_PITCH_YAW_THRUST">
<description>Set roll, pitch and yaw.</description>
<description>Setpoint in rollspeed, pitchspeed, yawspeed currently active on the system.</description>
<fieldtype="uint32_t"name="time_ms">Timestamp in milliseconds since system boot</field>
<fieldtype="float"name="roll_speed">Desired roll angular speed in rad/s</field>
<fieldtype="float"name="pitch_speed">Desired pitch angular speed in rad/s</field>
<fieldtype="float"name="yaw_speed">Desired yaw angular speed in rad/s</field>
<fieldtype="float"name="thrust">Collective thrust, normalized to 0 .. 1</field>
</message>
<messageid="62"name="NAV_CONTROLLER_OUTPUT">
<description>Outputs of the APM navigation controller. The primary use of this message is to check the response and signs
of the controller before actual flight and to assist with tuning controller parameters </description>
<fieldtype="float"name="nav_roll">Current desired roll in degrees</field>
<fieldtype="float"name="nav_pitch">Current desired pitch in degrees</field>
<fieldtype="int16_t"name="nav_bearing">Current desired heading in degrees</field>
<fieldtype="int16_t"name="target_bearing">Bearing to current waypoint/target in degrees</field>
<fieldtype="uint16_t"name="wp_dist">Distance to active waypoint in meters</field>
<fieldtype="float"name="alt_error">Current altitude error in meters</field>
<fieldtype="float"name="aspd_error">Current airspeed error in meters/second</field>
<fieldtype="float"name="xtrack_error">Current crosstrack error on x-y plane in meters</field>
</message>
<messageid="63"name="POSITION_TARGET">
<description>The goal position of the system. This position is the input to any navigation or path planning algorithm and does NOT represent the current controller setpoint.</description>
<fieldtype="float"name="x">x position</field>
<fieldtype="float"name="y">y position</field>
<fieldtype="float"name="z">z position</field>
<fieldtype="float"name="yaw">yaw orientation in radians, 0 = NORTH</field>
</message>
<messageid="64"name="STATE_CORRECTION">
<description>Corrects the systems state by adding an error correction term to the position and velocity, and by rotating the attitude by a correction angle.</description>
<fieldtype="float"name="xErr">x position error</field>
<fieldtype="float"name="yErr">y position error</field>
<fieldtype="float"name="zErr">z position error</field>
<description>The RAW values of the RC channels sent to the MAV to override info received from the RC radio. A value of -1 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.</description>
<description>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.</description>
<fieldtype="char[10]"name="name">Name of the debug variable</field>
<fieldtype="float"name="value">Floating point value</field>
</message>
<messageid="253"name="NAMED_VALUE_INT">
<description>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.</description>
<fieldtype="char[10]"name="name">Name of the debug variable</field>
<description>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).</description>
<fieldtype="uint8_t"name="severity">Severity of status, 0 = info message, 255 = critical fault</field>
<fieldtype="int8_t[50]"name="text">Status text message, without null termination character</field>
</message>
<messageid="255"name="DEBUG">
<description>Send a debug value. The index is used to discriminate between values. These values show up in the plot of QGroundControl as DEBUG N.</description>
<fieldtype="uint8_t"name="ind">index of debug variable</field>