open_simulation_interface
v3.4.0 (2021-11-18)
|
The common information for a detected item as estimated by the sensor. More...
Public Types | |
enum | MeasurementState { MEASUREMENT_STATE_UNKNOWN = 0 , MEASUREMENT_STATE_OTHER = 1 , MEASUREMENT_STATE_MEASURED = 2 , MEASUREMENT_STATE_PREDICTED = 3 } |
Public Attributes | |
optional Identifier | tracking_id = 1 |
repeated Identifier | ground_truth_id = 2 |
optional double | existence_probability = 3 |
optional double | age = 4 |
optional MeasurementState | measurement_state = 5 |
repeated Identifier | sensor_id = 6 |
The common information for a detected item as estimated by the sensor.
Definition of measurement states.
optional double osi3::DetectedItemHeader::age = 4 |
The amount of time that this detected object has been continuously observed/tracked.
Unit: s
optional double osi3::DetectedItemHeader::existence_probability = 3 |
The estimated probability that this detected item really exists, not based on history.
\rules is_greater_than_or_equal_to: 0 is_less_than_or_equal_to: 1 \endrules
repeated Identifier osi3::DetectedItemHeader::ground_truth_id = 2 |
The ID of the original detected item in the ground truth.
optional MeasurementState osi3::DetectedItemHeader::measurement_state = 5 |
The measurement state.
repeated Identifier osi3::DetectedItemHeader::sensor_id = 6 |
A list of physical sensors which detected this detected item.
If SensorData
has detected entities and all detections are missing, then e.g. the number of sensors can confirm the existence_probability
.
...Detection::object_id = 'this detected item' ) and the sensors (their IDs) to which these detections belong.optional Identifier osi3::DetectedItemHeader::tracking_id = 1 |
Specific ID of the detected item as assigned by the sensor internally. Needs not to match with ground_truth_id
.