From a62ceeebd80649da96fc866359934e4f91df6b48 Mon Sep 17 00:00:00 2001 From: Andrew Yakuba Date: Thu, 14 May 2026 12:25:37 +0300 Subject: [PATCH] Add RANGING_BEACON message --- message_definitions/v1.0/development.xml | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/message_definitions/v1.0/development.xml b/message_definitions/v1.0/development.xml index e0e0f62af3a..b56088abf2c 100644 --- a/message_definitions/v1.0/development.xml +++ b/message_definitions/v1.0/development.xml @@ -167,6 +167,21 @@ RAIM integrity check failed. + + Altitude reference for RANGING_BEACON alt field. + + Altitude above WGS84 ellipsoid. + + + Altitude above Mean Sea Level (AMSL). + + + + Status flags for a RANGING_BEACON. + + Station signal is poor. This might indicate channel fading, interference, or other signal quality issues. + + @@ -252,5 +267,27 @@ An abstract value representing the quality of incoming GNSS signals, or 255 if not available. An abstract value representing the estimated PPK quality, or 255 if not available. + + + + Range information from a radio beacon for trilateration-based positioning. + This message is telemetry intended for consumption by an autopilot (MAVLink does not define the mechanism used to determine the range). + + Timestamp (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. + System ID. + Component ID. + ID of the ranging beacon/station. + Range measurement between a beacon and a vehicle. + Beacon latitude (WGS84). + Beacon longitude (WGS84). + Beacon altitude (frame defined in alt_type). + Altitude frame for alt field. RANGING_BEACON_ALT_TYPE_WGS84 (0) preferred. + Beacon 1-sigma horizontal accuracy estimate. + Beacon 1-sigma vertical accuracy estimate. + Ranging carrier frequency. + Estimated 1-sigma range measurement accuracy. + Measurement sequence number. + Ranging beacon status. +