From 33dc7d3b6f3117bcbf54e91eaabd4c0a5f7a8800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hendrik-J=C3=B6rn=20G=C3=BCnther?= Date: Thu, 7 Jan 2021 16:49:56 +0100 Subject: [PATCH] Change maximum error for position accuracy to 2m after feedback from IMAGinE --- asn/CPM_CommonDataTypes.asn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/asn/CPM_CommonDataTypes.asn b/asn/CPM_CommonDataTypes.asn index ca3aeb7..70b387d 100644 --- a/asn/CPM_CommonDataTypes.asn +++ b/asn/CPM_CommonDataTypes.asn @@ -512,9 +512,9 @@ Absolute accuracy of measurement to a confidence level of 95%. DistanceConfidence ::= INTEGER { zeroPointZeroOneMeter (1), oneMeter (100), - outOfRange (101), -- shall be set if the accuracy is out of range - unavailable (102) -- shall be set if the accuracy data is unavailable -} (0..102) + outOfRange (201), -- shall be set if the accuracy is out of range + unavailable (202) -- shall be set if the accuracy data is unavailable +} (0..202) /** @brief Dynamic Status Indication whether the detected object is classified as a dynamic (i.e. moving) object. -- GitLab