Skip to content

Commit b971c67

Browse files
authored
Merge branch 'master' into fix/fix-multi-trace-protobuf-version-description
2 parents 2b7b8c4 + d16a10f commit b971c67

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

osi_featuredata.proto

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ message RadarDetection
273273
//
274274
// \note ID = MAX(uint64) indicates no reference to an object.
275275
//
276-
// \rules
277-
// refers_to: DetectedObject
278-
// \endrules
279-
//
280276
optional Identifier object_id = 2;
281277

282278
// Measured position of the detection given in spherical coordinates in the
@@ -380,10 +376,6 @@ message LidarDetection
380376
//
381377
// \note ID = MAX(uint64) indicates no reference to an object.
382378
//
383-
// \rules
384-
// refers_to: DetectedObject
385-
// \endrules
386-
//
387379
optional Identifier object_id = 2;
388380

389381
// Measured position of the detection given in spherical coordinates in the
@@ -565,10 +557,6 @@ message UltrasonicDetection
565557
//
566558
// \note ID = MAX(uint64) indicates no reference to an object.
567559
//
568-
// \rules
569-
// refers_to: DetectedObject
570-
// \endrules
571-
//
572560
optional Identifier object_id = 2;
573561

574562
// Measured distance (radius) of the detection.
@@ -616,10 +604,6 @@ message UltrasonicIndirectDetection
616604
//
617605
// \note ID = MAX(uint64) indicates no reference to an object.
618606
//
619-
// \rules
620-
// refers_to: DetectedObject
621-
// \endrules
622-
//
623607
optional Identifier object_id = 2;
624608

625609
// First parameter b of an ellipsoid equation.
@@ -706,10 +690,6 @@ message CameraDetection
706690
//
707691
// \note ID = MAX(uint64) indicates no reference to an object.
708692
//
709-
// \rules
710-
// refers_to: DetectedObject
711-
// \endrules
712-
//
713693
optional Identifier object_id = 2;
714694

715695
// Difference to the base timestamp \c

osi_logicaldetectiondata.proto

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,6 @@ message LogicalDetection
137137
//
138138
// \note ID = MAX(uint64) indicates no reference to an object.
139139
//
140-
// \rules
141-
// refers_to: DetectedObject
142-
// \endrules
143-
//
144140
optional Identifier object_id = 2;
145141

146142
// Measured position of the logical detection given in cartesian coordinates

rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ is_less_than: '^[ ]\b(is_less_than)\b: ([\s\d]+)$'
55
is_equal_to: '^[ ]\b(is_equal_to)\b: ([\s\d]+)$'
66
is_different_to: '^[ ]\b(is_different_to)\b: ([\s\d]+)$'
77
is_globally_unique: '^[ ]\b(is_globally_unique)\b'
8-
refers_to: '^[ ]\b(refers_to)\b'
8+
refers_to: '^[ ]\b(refers_to)\b: ([^,\[\]\s]+|\[\s*(?:[^,\[\]\s]+\s*,\s*)*[^,\[\]\s]+\s*\])$'
99
is_iso_country_code: '^[ ]\b(is_iso_country_code)\b'
1010
first_element: '^[ ]\b(first_element)\b'
1111
last_element: '^[ ]\b(last_element)\b'

0 commit comments

Comments
 (0)