diff --git a/libraries/GCS_MAVLink/message_definitions/ardupilotmega.xml b/libraries/GCS_MAVLink/message_definitions/ardupilotmega.xml
deleted file mode 100644
index 673353165f..0000000000
--- a/libraries/GCS_MAVLink/message_definitions/ardupilotmega.xml
+++ /dev/null
@@ -1,270 +0,0 @@
-
-
- common.xml
-
-
-
-
-
-
- Enumeration of possible mount operation modes
- Load and keep safe position (Roll,Pitch,Yaw) from EEPROM and stop stabilization
- Load and keep neutral position (Roll,Pitch,Yaw) from EEPROM.
- 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
-
-
-
-
-
- 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(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
- Empty
- Empty
- Empty
- Empty
-
-
-
-
-
-
- Disable fenced mode
-
-
- Switched to guided mode to return point (fence point 0)
-
-
-
-
-
- No last fence breach
-
-
- Breached minimum altitude
-
-
- Breached minimum altitude
-
-
- Breached fence boundary
-
-
-
-
-
-
- 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
-
-
-
- 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
-
-
-
- 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) 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
-
-
-
-
- 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
-
-
-
- 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
-
-
-
diff --git a/libraries/GCS_MAVLink/message_definitions/common.xml b/libraries/GCS_MAVLink/message_definitions/common.xml
deleted file mode 100644
index dd4ea84430..0000000000
--- a/libraries/GCS_MAVLink/message_definitions/common.xml
+++ /dev/null
@@ -1,941 +0,0 @@
-
-
- 2
-
-
- 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 waypoint.
- Hold time in decimal seconds. (ignored by fixed wing, time to stay at waypoint for rotary wing)
- Acceptance radius in meters (if the sphere with this radius is hit, the waypoint 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 waypoint (rotary wing)
- Latitude
- Longitude
- Altitude
-
-
- Loiter around this waypoint an unlimited amount of time
- Empty
- Empty
- Radius around waypoint, in meters. If positive loiter clockwise, else counter-clockwise
- Desired yaw angle.
- Latitude
- Longitude
- Altitude
-
-
- Loiter around this waypoint for X turns
- Turns
- Empty
- Radius around waypoint, in meters. If positive loiter clockwise, else counter-clockwise
- Desired yaw angle.
- Latitude
- Longitude
- Altitude
-
-
- Loiter around this waypoint for X seconds
- Seconds (decimal)
- Empty
- Radius around waypoint, in meters. If positive loiter clockwise, else counter-clockwise
- Desired yaw angle.
- Latitude
- Longitude
- Altitude
-
-
- Return to launch location
- Empty
- Empty
- Empty
- Empty
- Empty
- Empty
- Empty
-
-
- Land at location
- Empty
- Empty
- Empty
- Desired yaw angle.
- 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
- Latitude
- Longitude
- Altitude
-
-
- 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)
- Waypoint 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
-
-
- 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
- Empty
- Empty
- 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)
- Empty
- 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
-
-
- Control onboard camera capturing.
- 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
- devices such as cameras.
-
- Region of interest mode. (see MAV_ROI enum)
- Waypoint index/ target ID. (see MAV_ROI enum)
- ROI index (allows a vehicle to manage multiple cameras etc.)
- Empty
- x the location of the fixed ROI (see MAV_FRAME)
- y
- z
-
-
- 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.
- Gyro calibration: 0: no, 1: yes
- Magnetometer calibration: 0: no, 1: yes
- Ground pressure: 0: no, 1: yes
- Radio calibration: 0: no, 1: yes
- Empty
- Empty
- Empty
-
-
- 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
- Mission storage: 0: READ FROM FLASH/EEPROM, 1: WRITE CURRENT TO FLASH/EEPROM
- Reserved
- Reserved
- Empty
- Empty
- Empty
-
-
-
- Data stream IDs. 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 waypoint.
-
-
- Point toward given waypoint.
-
-
- Point toward fixed location.
-
-
- Point toward of given id.
-
-
-
-
-
- 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)
- Type of the Autopilot: 0: Generic, 1: PIXHAWK, 2: SLUGS, 3: Ardupilot (up to 15 types), defined in MAV_AUTOPILOT_TYPE ENUM
- MAVLink version
-
-
- The boot message indicates that a system is starting. The onboard software version allows to keep track of onboard soft/firmware revisions.
- The onboard software version
-
-
- 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.
-
-
- 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.
- 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
- Unix timestamp in microseconds
-
-
- UTC date and time from GPS module
- GPS UTC date ddmmyy
- GPS UTC time hhmmss
-
-
- 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 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
- The action id
- 0: Action DENIED, 1: Action executed
-
-
- 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
- The system executing the action
- The component executing the action
- The action id
-
-
- 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.
- The system setting the mode
- The new mode
-
-
- 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.
- The system setting the mode
- The new navigation mode
-
-
- 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
- Parameter index. Send -1 to use the param ID field as identifier
-
-
- Request all parameters of this component. After his 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
- Onboard parameter value
- 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
- Onboard parameter value
-
-
- 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 in 1E7 degrees
- Longitude in 1E7 degrees
- Altitude in 1E3 meters (millimeters)
- GPS HDOP
- GPS VDOP
- GPS ground speed (m/s)
- Compass heading in degrees, 0..360 degrees
-
-
- The RAW IMU readings for the usual 9DOF sensor setup. This message should contain the scaled values to the described units
- Timestamp (microseconds since UNIX epoch or microseconds 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 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 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)
- Differential pressure 2 (raw)
- 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 (microseconds since UNIX epoch or microseconds 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 (microseconds since UNIX epoch or microseconds since system boot)
- Roll angle (rad)
- Pitch angle (rad)
- Yaw angle (rad)
- 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)
- Timestamp (microseconds since UNIX epoch or microseconds 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). Coordinate frame is right-handed, Z-axis up (GPS frame)
- Timestamp (microseconds since unix epoch)
- Latitude, in degrees
- Longitude, in degrees
- Absolute altitude, in meters
- X Speed (in Latitude direction, positive: going north)
- Y Speed (in Longitude direction, positive: going east)
- Z Speed (in Altitude direction, positive: going up)
-
-
- 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 in degrees
- Longitude in degrees
- Altitude in meters
- GPS HDOP
- GPS VDOP
- GPS ground speed
- Compass heading in degrees, 0..360 degrees
-
-
- 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.
- System mode, see MAV_MODE ENUM in mavlink/include/mavlink_types.h
- Navigation mode, see MAV_NAV_MODE ENUM
- System status flag, see MAV_STATUS ENUM
- Maximum usage in percent of the mainloop time, (0%: 0, 100%: 1000) should be always below 1000
- Battery voltage, in millivolts (1 = 1 millivolt)
- Remaining battery energy: (0%: 0, 100%: 1000)
- Dropped packets (packets that were corrupted on reception on the MAV)
-
-
- 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.
- 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
- Receive signal strength indicator, 0: 0%, 255: 100%
-
-
- The scaled values of the RC channels received. (-100%) -10000, (0%) 0, (100%) 10000
- RC channel 1 value scaled, (-100%) -10000, (0%) 0, (100%) 10000
- RC channel 2 value scaled, (-100%) -10000, (0%) 0, (100%) 10000
- RC channel 3 value scaled, (-100%) -10000, (0%) 0, (100%) 10000
- RC channel 4 value scaled, (-100%) -10000, (0%) 0, (100%) 10000
- RC channel 5 value scaled, (-100%) -10000, (0%) 0, (100%) 10000
- RC channel 6 value scaled, (-100%) -10000, (0%) 0, (100%) 10000
- RC channel 7 value scaled, (-100%) -10000, (0%) 0, (100%) 10000
- RC channel 8 value scaled, (-100%) -10000, (0%) 0, (100%) 10000
- Receive signal strength indicator, 0: 0%, 255: 100%
-
-
- 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%.
- 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
-
-
- 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
- System ID
- Component ID
- Sequence
- The coordinate system of the waypoint. see MAV_FRAME in mavlink_types.h
- The scheduled action for the waypoint. see MAV_COMMAND in common.xml MAVLink specs
- false:0, true:1
- autocontinue to next wp
- PARAM1 / For NAV command waypoints: Radius in which the waypoint is accepted as reached, in meters
- PARAM2 / For NAV command waypoints: Time that the MAV should stay inside the PARAM1 radius before advancing, in milliseconds
- 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.
- PARAM4 / For NAV and LOITER command waypoints: Yaw orientation in degrees, [0..360] 0 = NORTH
- PARAM5 / local: x position, global: latitude
- PARAM6 / y position: global: longitude
- PARAM7 / z position: global: altitude
-
-
- Request the information of the waypoint with the sequence number seq. The response of the system to this message should be a WAYPOINT message.
- System ID
- Component ID
- Sequence
-
-
- 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).
- System ID
- Component ID
- Sequence
-
-
- Message that announces the sequence number of the current active waypoint. The MAV will fly towards this waypoint.
- Sequence
-
-
- Request the overall list of waypoints from the system/component.
- System ID
- Component ID
-
-
- 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.
- System ID
- Component ID
- Number of Waypoints in the Sequence
-
-
- Delete all waypoints at once.
- System ID
- Component ID
-
-
- 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.
- Sequence
-
-
- 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).
- System ID
- Component ID
- 0: OK, 1: Error
-
-
- 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.
- System ID
- Component ID
- global position * 1E7
- global position * 1E7
- global position * 1000
-
-
- Once the MAV sets a new GPS-Local correspondence, this message announces the origin (0,0,0) position
- Latitude (WGS84), expressed as * 1E7
- Longitude (WGS84), expressed as * 1E7
- Altitude(WGS84), expressed as * 1000
-
-
- 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.
- System ID
- Component ID
- x position
- y position
- z position
- Desired yaw angle
-
-
- Transmit the current local setpoint of the controller to other MAVs (collision avoidance) and to the GCS.
- x position
- y position
- z position
- Desired yaw angle
-
-
- Position fix: 0: lost, 2: 2D position fix, 3: 3D position fix
- Vision position fix: 0: lost, 1: 2D local position hold, 2: 2D global position fix, 3: 3D global position fix
- GPS position fix: 0: no reception, 1: Minimum 1 satellite, but no position fix, 2: 2D position fix, 3: 3D position fix
- Attitude estimation health: 0: poor, 255: excellent
- 0: Attitude control disabled, 1: enabled
- 0: X, Y position control disabled, 1: enabled
- 0: Z position control disabled, 1: enabled
- 0: Yaw angle control disabled, 1: enabled
-
-
- 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.
- 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
-
-
- Set roll, pitch and yaw.
- System ID
- Component ID
- Desired roll angle in radians
- Desired pitch angle in radians
- Desired yaw angle in radians
- Collective thrust, normalized to 0 .. 1
-
-
- Set roll, pitch and yaw.
- System ID
- Component ID
- Desired roll angular speed in rad/s
- Desired pitch angular speed in rad/s
- Desired yaw angular speed in rad/s
- Collective thrust, normalized to 0 .. 1
-
-
- Setpoint in roll, pitch, yaw currently active on the system.
- Timestamp in micro seconds since unix epoch
- Desired roll angle in radians
- Desired pitch angle in radians
- Desired yaw angle in radians
- Collective thrust, normalized to 0 .. 1
-
-
- Setpoint in rollspeed, pitchspeed, yawspeed currently active on the system.
- Timestamp in micro seconds since unix epoch
- Desired roll angular speed in rad/s
- Desired pitch angular speed in rad/s
- Desired yaw angular speed in rad/s
- Collective thrust, normalized to 0 .. 1
-
-
- 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
- Current desired roll in degrees
- Current desired pitch in degrees
- Current desired heading in degrees
- Bearing to current waypoint/target in degrees
- Distance to active waypoint in meters
- Current altitude error in meters
- Current airspeed error in meters/second
- Current crosstrack error on x-y plane in meters
-
-
- 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.
- x position
- y position
- z position
- yaw orientation in radians, 0 = NORTH
-
-
- Corrects the systems state by adding an error correction term to the position and velocity, and by rotating the attitude by a correction angle.
- x position error
- y position error
- z position error
- roll error (radians)
- pitch error (radians)
- yaw error (radians)
- x velocity
- y velocity
- z velocity
-
-
- The system setting the altitude
- The new altitude in meters
-
-
- The target requested to send the message stream.
- The target requested to send the message stream.
- The ID of the requested message type
- Update rate in Hertz
- 1 to start sending, 0 to stop sending.
-
-
- 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)
- Roll angular speed (rad/s)
- Pitch angular speed (rad/s)
- Yaw 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)
-
-
- Hardware in the loop control outputs
- Timestamp (microseconds since UNIX epoch or microseconds since system boot)
- Control output -3 .. 1
- Control output -1 .. 1
- Control output -1 .. 1
- Throttle 0 .. 1
- System mode (MAV_MODE)
- Navigation mode (MAV_NAV_MODE)
-
-
- The system to be controlled
- roll
- pitch
- yaw
- thrust
- roll control enabled auto:0, manual:1
- pitch auto:0, manual:1
- yaw auto:0, manual:1
- thrust auto:0, manual:1
-
-
- 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.
- System ID
- Component ID
- 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
-
-
- The filtered global position (e.g. fused GPS and accelerometers). The position is in GPS-frame (right-handed, Z-up)
- 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
-
-
- 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
-
-
- Send a command with up to four 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.
-
-
- Report status of a command. Includes feedback wether the command was executed
- Current airspeed in m/s
- 1: Action ACCEPTED and EXECUTED, 1: Action TEMPORARY REJECTED/DENIED, 2: Action PERMANENTLY DENIED, 3: Action UNKNOWN/UNSUPPORTED, 4: Requesting CONFIRMATION
-
-
- Optical flow from a flow sensor (e.g. optical mouse sensor)
- Timestamp (UNIX)
- Sensor ID
- Flow in pixels in x-sensor direction
- Flow in pixels in y-sensor direction
- Optical flow quality / confidence. 0: bad, 255: maximum quality
- Ground distance in meters
-
-
- Object has been detected
- Timestamp in milliseconds since system boot
- Object ID
- Object type: 0: image, 1: letter, 2: ground vehicle, 3: air vehicle, 4: surface vehicle, 5: sub-surface vehicle, 6: human, 7: animal
- Name of the object as defined by the detector
- Detection quality / confidence. 0: bad, 255: maximum confidence
- Angle of the object with respect to the body frame in NED coordinates in radians. 0: front
- Ground distance in meters
-
-
-
- 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.
- 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.
- 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, 0 = info message, 255 = critical fault
- 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.
- index of debug variable
- DEBUG value
-
-
-
diff --git a/libraries/GCS_MAVLink/message_definitions/minimal.xml b/libraries/GCS_MAVLink/message_definitions/minimal.xml
deleted file mode 100644
index 5b41a49090..0000000000
--- a/libraries/GCS_MAVLink/message_definitions/minimal.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
- 2
-
-
-
- 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)
- Type of the Autopilot: 0: Generic, 1: PIXHAWK, 2: SLUGS, 3: Ardupilot (up to 15 types), defined in MAV_AUTOPILOT_TYPE ENUM
- MAVLink version
-
-
-
diff --git a/libraries/GCS_MAVLink/message_definitions/pixhawk.xml b/libraries/GCS_MAVLink/message_definitions/pixhawk.xml
deleted file mode 100644
index a9a51d6989..0000000000
--- a/libraries/GCS_MAVLink/message_definitions/pixhawk.xml
+++ /dev/null
@@ -1,227 +0,0 @@
-
-
- common.xml
-
-
- Content Types for data transmission handshake
-
-
-
-
-
-
-
- Camera id
- Camera mode: 0 = auto, 1 = manual
- Trigger pin, 0-3 for PtGrey FireFly
- Shutter interval, in microseconds
- Exposure time, in microseconds
- Camera gain
-
-
- Timestamp
- IMU seq
- Roll angle in rad
- Pitch angle in rad
- Yaw angle in rad
- Local frame Z coordinate (height over ground)
- GPS X coordinate
- GPS Y coordinate
- Global frame altitude
- Ground truth X
- Ground truth Y
- Ground truth Z
-
-
- 0 to disable, 1 to enable
-
-
- Camera id
- Camera # (starts with 0)
- Timestamp
- Until which timestamp this buffer will stay valid
- The image sequence number
- Position of the image in the buffer, starts with 0
- Image width
- Image height
- Image depth
- Image channels
- Shared memory area key
- Exposure time, in microseconds
- Camera gain
- Roll angle in rad
- Pitch angle in rad
- Yaw angle in rad
- Local frame Z coordinate (height over ground)
- GPS X coordinate
- GPS Y coordinate
- Global frame altitude
- Ground truth X
- Ground truth Y
- Ground truth Z
-
-
- Timestamp (milliseconds)
- Global X position
- Global Y position
- Global Z position
- Roll angle in rad
- Pitch angle in rad
- Yaw angle in rad
-
-
- Timestamp (milliseconds)
- Global X position
- Global Y position
- Global Z position
- Roll angle in rad
- Pitch angle in rad
- Yaw angle in rad
-
-
- Timestamp (milliseconds)
- Global X speed
- Global Y speed
- Global Z speed
-
-
- Message sent to the MAV to set a new position as reference for the controller
- System ID
- Component ID
- ID of waypoint, 0 for plain position
- x position
- y position
- z position
- yaw orientation in radians, 0 = NORTH
-
-
- Message sent to the MAV to set a new offset from the currently controlled position
- System ID
- Component ID
- x position offset
- y position offset
- z position offset
- yaw orientation offset in radians, 0 = NORTH
-
-
-
- ID of waypoint, 0 for plain position
- x position
- y position
- z position
- yaw orientation in radians, 0 = NORTH
-
-
- ID
- x position
- y position
- z position
- roll orientation
- pitch orientation
- yaw orientation
-
-
- ADC1 (J405 ADC3, LPC2148 AD0.6)
- ADC2 (J405 ADC5, LPC2148 AD0.2)
- ADC3 (J405 ADC6, LPC2148 AD0.1)
- ADC4 (J405 ADC7, LPC2148 AD1.3)
- Battery voltage
- Temperature (degrees celcius)
- Barometric pressure (hecto Pascal)
-
-
- Watchdog ID
- Number of processes
-
-
- Watchdog ID
- Process ID
- Process name
- Process arguments
- Timeout (seconds)
-
-
- Watchdog ID
- Process ID
- Is running / finished / suspended / crashed
- Is muted
- PID
- Number of crashes
-
-
- Target system ID
- Watchdog ID
- Process ID
- Command ID
-
-
- 0: Pattern, 1: Letter
- Confidence of detection
- Pattern file name
- Accepted as true detection, 0 no, 1 yes
-
-
- Notifies the operator about a point of interest (POI). This can be anything detected by the
- system. This generic message is intented to help interfacing to generic visualizations and to display
- the POI on a map.
-
- 0: Notice, 1: Warning, 2: Critical, 3: Emergency, 4: Debug
- 0: blue, 1: yellow, 2: red, 3: orange, 4: green, 5: magenta
- 0: global, 1:local
- 0: no timeout, >1: timeout in seconds
- X Position
- Y Position
- Z Position
- POI name
-
-
- Notifies the operator about the connection of two point of interests (POI). This can be anything detected by the
- system. This generic message is intented to help interfacing to generic visualizations and to display
- the POI on a map.
-
- 0: Notice, 1: Warning, 2: Critical, 3: Emergency, 4: Debug
- 0: blue, 1: yellow, 2: red, 3: orange, 4: green, 5: magenta
- 0: global, 1:local
- 0: no timeout, >1: timeout in seconds
- X1 Position
- Y1 Position
- Z1 Position
- X2 Position
- Y2 Position
- Z2 Position
- POI connection name
-
-
- 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)
- 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
-
-
- x position in m
- y position in m
- z position in m
- Orientation assignment 0: false, 1:true
- Size in pixels
- Orientation
- Descriptor
- Harris operator response at this location
-
-
- The system to be controlled
- roll
- pitch
- yaw
- thrust
- roll control enabled auto:0, manual:1
- pitch auto:0, manual:1
- yaw auto:0, manual:1
- thrust auto:0, manual:1
-
-
-
diff --git a/libraries/GCS_MAVLink/message_definitions/slugs.xml b/libraries/GCS_MAVLink/message_definitions/slugs.xml
deleted file mode 100644
index f8644c5c4b..0000000000
--- a/libraries/GCS_MAVLink/message_definitions/slugs.xml
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
- common.xml
-
-
-
-
-
-
- Sensor and DSC control loads.
- Sensor DSC Load
- Control DSC Load
- Battery Voltage in millivolts
-
-
-
- Air data for altitude and airspeed computation.
- Dynamic pressure (Pa)
- Static pressure (Pa)
- Board temperature
-
-
-
- Accelerometer and gyro biases.
- Accelerometer X bias (m/s)
- Accelerometer Y bias (m/s)
- Accelerometer Z bias (m/s)
- Gyro X bias (rad/s)
- Gyro Y bias (rad/s)
- Gyro Z bias (rad/s)
-
-
-
- Configurable diagnostic messages.
- Diagnostic float 1
- Diagnostic float 2
- Diagnostic float 3
- Diagnostic short 1
- Diagnostic short 2
- Diagnostic short 3
-
-
-
- Data used in the navigation algorithm.
- Measured Airspeed prior to the Nav Filter
- Commanded Roll
- Commanded Pitch
- Commanded Turn rate
- Y component of the body acceleration
- Total Distance to Run on this leg of Navigation
- Remaining distance to Run on this leg of Navigation
- Origin WP
- Destination WP
-
-
-
- Configurable data log probes to be used inside Simulink
- Log value 1
- Log value 2
- Log value 3
- Log value 4
- Log value 5
- Log value 6
-
-
-
- Pilot console PWM messges.
- Year reported by Gps
- Month reported by Gps
- Day reported by Gps
- Hour reported by Gps
- Min reported by Gps
- Sec reported by Gps
- Visible sattelites reported by Gps
-
-
-
- Mid Level commands sent from the GS to the autopilot. These are only sent when being opperated in mid-level commands mode from the ground; for periodic report of these commands generated from the autopilot see message XXXX.
- The system setting the commands
- Commanded Airspeed
- Log value 2
- Log value 3
-
-
-
-
- This message configures the Selective Passthrough mode. it allows to select which control surfaces the Pilot can control from his console. It is implemented as a bitfield as follows:
- Position Bit Code
- =================================
- 15-8 Reserved
- 7 dt_pass 128
- 6 dla_pass 64
- 5 dra_pass 32
- 4 dr_pass 16
- 3 dle_pass 8
- 2 dre_pass 4
- 1 dlf_pass 2
- 0 drf_pass 1
- Where Bit 15 is the MSb. 0 = AP has control of the surface; 1 = Pilot Console has control of the surface.
- The system setting the commands
- Bitfield containing the PT configuration
-
-
-
-
-
- Action messages focused on the SLUGS AP.
- The system reporting the action
- Action ID. See apDefinitions.h in the SLUGS /clib directory for the ID names
- Value associated with the action
-
-
-
-
diff --git a/libraries/GCS_MAVLink/message_definitions/test.xml b/libraries/GCS_MAVLink/message_definitions/test.xml
deleted file mode 100644
index 43a11e3d13..0000000000
--- a/libraries/GCS_MAVLink/message_definitions/test.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
- 3
-
-
- Test all field types
- char
- string
- uint8_t
- uint16_t
- uint32_t
- uint64_t
- int8_t
- int16_t
- int32_t
- int64_t
- float
- double
- uint8_t_array
- uint16_t_array
- uint32_t_array
- uint64_t_array
- int8_t_array
- int16_t_array
- int32_t_array
- int64_t_array
- float_array
- double_array
-
-
-
diff --git a/libraries/GCS_MAVLink/message_definitions/ualberta.xml b/libraries/GCS_MAVLink/message_definitions/ualberta.xml
deleted file mode 100644
index 5e53e141e9..0000000000
--- a/libraries/GCS_MAVLink/message_definitions/ualberta.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
- common.xml
-
-
- Available autopilot modes for ualberta uav
- Raw input pulse widts sent to output
- Inputs are normalized using calibration, the converted back to raw pulse widths for output
- dfsdfs
- dfsfds
- dfsdfsdfs
-
-
- Navigation filter mode
-
- AHRS mode
- INS/GPS initialization mode
- INS/GPS mode
-
-
- Mode currently commanded by pilot
- sdf
- dfs
- Rotomotion mode
-
-
-
-
- Accelerometer and Gyro biases from the navigation filter
- Timestamp (microseconds)
- b_f[0]
- b_f[1]
- b_f[2]
- b_f[0]
- b_f[1]
- b_f[2]
-
-
- Complete set of calibration parameters for the radio
- Aileron setpoints: left, center, right
- Elevator setpoints: nose down, center, nose up
- Rudder setpoints: nose left, center, nose right
- Tail gyro mode/gain setpoints: heading hold, rate mode
- Pitch curve setpoints (every 25%)
- Throttle curve setpoints (every 25%)
-
-
- System status specific to ualberta uav
- System mode, see UALBERTA_AUTOPILOT_MODE ENUM
- Navigation mode, see UALBERTA_NAV_MODE ENUM
- Pilot mode, see UALBERTA_PILOT_MODE
-
-
-