|
open_simulation_interface
v3.4.0 (2021-11-18)
|
Processed data from one or multiple sensors as a list of logical detections. Logical detections are derived from sensor detections in a logical model through processing steps like fusion filtering, tracking etc. More...

Public Attributes | |
| optional InterfaceVersion | version = 1 |
| optional LogicalDetectionDataHeader | header = 2 |
| repeated LogicalDetection | logical_detection = 3 |
Processed data from one or multiple sensors as a list of logical detections. Logical detections are derived from sensor detections in a logical model through processing steps like fusion filtering, tracking etc.
All information is given with respect to the reference frame of the logical/virtual sensor SensorView::mounting_position (e.g. center of rear axle of the ego car) in Cartesian coordinates.
| optional LogicalDetectionDataHeader osi3::LogicalDetectionData::header = 2 |
Header attributes of fused detections from multiple sensors and sensor types.
| repeated LogicalDetection osi3::LogicalDetectionData::logical_detection = 3 |
logical detections consisting of transformed (and potentially fused) detections from one or multiple sensors and sensor types. Logical detections are given with respect to the reference frame of the logical/virtual sensor SensorView::mounting_position (e.g. center of rear axle of the ego car)
| optional InterfaceVersion osi3::LogicalDetectionData::version = 1 |
The interface version used by the sender (i.e. the simulation environment).