From a0b6e19a27b01c2e2ee9e2bf5998a3d73133680a Mon Sep 17 00:00:00 2001 From: Stefano Pagnottelli Date: Tue, 16 Jan 2024 07:13:41 +0100 Subject: [PATCH] Update protos/remote_id/remote_id.proto Co-authored-by: Jonas Vautherin --- protos/remote_id/remote_id.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/remote_id/remote_id.proto b/protos/remote_id/remote_id.proto index 6b24f24d..b4d670d6 100644 --- a/protos/remote_id/remote_id.proto +++ b/protos/remote_id/remote_id.proto @@ -231,7 +231,7 @@ message SystemId { ClassificationType classification_type = 2; // Specifies the classification type of the UA. double operator_latitude_deg = 3; // Latitude of the operator. double operator_longitude_deg = 4; // Longitude of the operator. - uint32 area_count = 5; // Number of aircraft in the area, + uint32 area_count = 5; // Number of aircraft in the area. uint32 area_radius_m = 6; // Radius of the cylindrical area of the group or formation. float area_ceiling_m = 7; // Area Operations Ceiling relative to WGS84. float area_floor_m = 8; // Area Operations Floor relative to WGS84.