From 44d093b786fb8ac7fa12de836768b41b4d342063 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 20 Mar 2025 11:49:38 +1100 Subject: [PATCH] common.xml: add polygon fence variants with altitude --- message_definitions/v1.0/common.xml | 46 +++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/message_definitions/v1.0/common.xml b/message_definitions/v1.0/common.xml index 8b96e8355a1..cbe2ebe1fb0 100644 --- a/message_definitions/v1.0/common.xml +++ b/message_definitions/v1.0/common.xml @@ -1955,6 +1955,52 @@ Longitude Reserved + + + Fence vertex for an inclusion polygon (the polygon must not be self-intersecting). The vehicle must stay within this area. Minimum of 3 vertices required. Altitudes supplied. + + Polygon vertex count + Vehicle must be inside ALL inclusion zones in a single group, vehicle must be inside at least one group, must be the same for all points in each polygon + + + Latitude + Longitude + + + + Fence vertex for an exclusion polygon (the polygon must not be self-intersecting). The vehicle must stay outside this area. Minimum of 3 vertices required. + + Polygon vertex count + Reserved + + + Latitude + Longitude + + + + Circular fence area. The vehicle must stay inside this area. + + Radius. + Vehicle must be inside ALL inclusion zones in a single group, vehicle must be inside at least one group + + + Latitude + Longitude + + + + Circular fence area. The vehicle must stay outside this area. + + Radius. + Reserved + + + Latitude + Longitude + + + Rally point. You can have multiple rally points defined.