Skip to content

Commit

Permalink
Adding elements to DetectionClassification: NEAREST, OBSTACLE, STRONGEST
Browse files Browse the repository at this point in the history
Issue: #643
  • Loading branch information
FlorianMueller87 committed Aug 9, 2022
1 parent 700133d commit 27376ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions osi_featuredata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1078,4 +1078,16 @@ enum DetectionClassification
// Under-drivable (sign gantry etc.).
//
DETECTION_CLASSIFICATION_UNDERDRIVABLE = 5;

// Detection entity is the nearest detection of a measurement.
//
DETECTION_CLASSIFICATION_NEAREST = 6;

// Detection entity is an obstacle for vehicle.
//
DETECTION_CLASSIFICATION_OBSTACLE = 7;

// Detection entity has the strongest signal of a measurement.
//
DETECTION_CLASSIFICATION_STRONGEST = 8;
}

0 comments on commit 27376ac

Please sign in to comment.