Struct RadarDetectionData¶
Defined in File osi_featuredata.proto
Struct Documentation¶
-
struct
RadarDetectionData¶ Data from one radar sensor including a list of detections.
Public Members
-
optional SensorDetectionHeader osi3::RadarDetectionData::header = 1 Header attributes of radar detection from one radar sensor.
-
repeated RadarDetection osi3::RadarDetectionData::detection = 2 List of radar detections constituting the radar detection list.
- Note
OSI uses singular instead of plural for repeated field names.
-