Struct DetectedTrafficLight::CandidateTrafficLight¶
Defined in File osi_detectedtrafficlight.proto
Nested Relationships¶
This struct is a nested type of Struct DetectedTrafficLight.
Struct Documentation¶
-
struct
CandidateTrafficLight A candidate for a detected traffic light as estimated by the sensor.
Public Members
-
optional double osi3::DetectedTrafficLight::CandidateTrafficLight::probability = 1 The estimated probability that this candidate is the true value.
Range: [0,1]
- Note
The sum of all
probabilitymust be one. This probability is given under the condition ofDetectedItemHeader::existence_probability.
-
optional TrafficLight::Classification osi3::DetectedTrafficLight::CandidateTrafficLight::classification = 2 The classification of one traffic light that define this candidate.
- Note
IDs, which are referenced in this message, usually reference to
DetectedXXX::tracking_idIDs.
-