Skip to content

Commit aadcd6d

Browse files
Added three new elements to DetectionClassification: NEAREST, OBSTACLE and STRONGEST
Issue: OpenSimulationInterface#643
1 parent 2b74dd5 commit aadcd6d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

osi_featuredata.proto

-12
Original file line numberDiff line numberDiff line change
@@ -1078,16 +1078,4 @@ 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;
10931081
}

0 commit comments

Comments
 (0)