diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml index ccf7bd8cd7f..694aaaf723d 100644 --- a/message_definitions/v1.0/common.xml +++ b/message_definitions/v1.0/common.xml @@ -5055,6 +5055,39 @@ True if the data from this sensor is being actively used by the flight controller for guidance, navigation or control. + + Source for GLOBAL_POSITION measurement or estimate. + + Source is unknown or not one of the listed types. + + + Global Navigation Satellite System (e.g.: GPS, Galileo, Glonass, BeiDou). + + + Vision system (e.g.: map matching). + + + A pseudo-satellite system using transceiver beacons to perform GNSS-like positioning. + + + Terrain referenced navigation. + + + Magnetic positioning. + + + Estimated position based on various sensors (eg. a Kalman Filter). + + + + Status flags for GLOBAL_POSITION + + Unhealthy sensor/estimator. + + + True if the data originates from or is consumed by the primary estimator. + + @@ -7111,6 +7144,22 @@ Raw differential pressure. Airspeed sensor flags. + + Reports measurement/estimate from a global position sensor. Used as navigation fusion source and optionally displayed in the UI. + System ID (ID of target system, normally autopilot and ground station). + Component ID (normally 0 for broadcast). + Sensor ID + Timestamp of message transmission (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number. + The time spent in processing the sensor data that is the basis for this position. The recipient can use this to improve time alignment of the data. This is the time between measurement (e.g. camera exposure time) and transmission of this message. Set to NaN if not known. + Source of position/estimate (such as GNSS, estimator, etc.) + Status flags + Latitude (WGS84) + Longitude (WGS84) + Altitude (WGS84 elipsoid), preferred if available + Altitude (MSL - position-system specific value) use if no alt_ellipsoid available + Standard deviation of horizontal position error + Standard deviation of vertical position error + Configure WiFi AP SSID, password, and mode. This message is re-emitted as an acknowledgement by the AP. The message may also be explicitly requested using MAV_CMD_REQUEST_MESSAGE Name of Wi-Fi network (SSID). Blank to leave it unchanged when setting. Current SSID when sent back as a response.