Skip to content

Commit 15dfb4b

Browse files
Adding elements to DetectionClassification: NEAREST, OBSTACLE, STRONGEST
Issue: #643 Signed-off-by: FlorianMueller87 <[email protected]>
1 parent 700133d commit 15dfb4b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

osi_featuredata.proto

+12
Original file line numberDiff line numberDiff line change
@@ -1078,4 +1078,16 @@ enum DetectionClassification
10781078
// Under-drivable (sign gantry etc.).
10791079
//
10801080
DETECTION_CLASSIFICATION_UNDERDRIVABLE = 5;
1081+
1082+
// Detection entity is the nearest detection of a measurement.
1083+
//
1084+
DETECTION_CLASSIFICATION_NEAREST = 6;
1085+
1086+
// Detection entity is an obstacle for vehicle.
1087+
//
1088+
DETECTION_CLASSIFICATION_OBSTACLE = 7;
1089+
1090+
// Detection entity has the strongest signal of a measurement.
1091+
//
1092+
DETECTION_CLASSIFICATION_STRONGEST = 8;
10811093
}

0 commit comments

Comments
 (0)