osi3::DetectedOccupant::CandidateOccupant Struct Reference
Public Attributes
| optional double | probability = 1 | 
| The estimated probability that this candidate is the true value.  More... | |
| optional Occupant::Classification | classification = 2 | 
| The detected vehicle occupant classification.  More... | |
Member Data Documentation
◆ probability
| optional double osi3::DetectedOccupant::CandidateOccupant::probability = 1 | 
The estimated probability that this candidate is the true value.
- Note
 - The sum of all 
probabilitymust be one. This probability is given under the condition ofDetectedItemHeader::existence_probability. 
- Rules
 - is_greater_than_or_equal_to: 0is_less_than_or_equal_to: 1
 
◆ classification
| optional Occupant::Classification osi3::DetectedOccupant::CandidateOccupant::classification = 2 | 
The detected vehicle occupant classification.
- Note
 - IDs, which are referenced in this message, usually reference to 
DetectedXXX::tracking_idIDs. 
- osi_detectedoccupant.proto
 
