@@ -26,20 +26,14 @@ message FeatureData
2626
2727 // Radar detections for multiple radar sensors (sensor fusion).
2828 //
29- // \note OSI uses singular instead of plural for repeated field names.
30- //
3129 repeated RadarDetectionData radar_sensor = 2 ;
3230
3331 // Lidar detections for multiple lidar sensors (sensor fusion).
3432 //
35- // \note OSI uses singular instead of plural for repeated field names.
36- //
3733 repeated LidarDetectionData lidar_sensor = 3 ;
3834
3935 // Ultrasonic detections for multiple ultrasonic sensors (sensor fusion).
4036 //
41- // \note OSI uses singular instead of plural for repeated field names.
42- //
4337 // \note Required for ultrasonic sensors: Detections will be send by the
4438 // emitting ultrasonic sensor, including all indirect detections received
4539 // by neighbouring sensors.
@@ -48,8 +42,6 @@ message FeatureData
4842
4943 // Camera detections for multiple camera sensors (sensor fusion).
5044 //
51- // \note OSI uses singular instead of plural for repeated field names.
52- //
5345 repeated CameraDetectionData camera_sensor = 5 ;
5446}
5547
@@ -249,8 +241,6 @@ message RadarDetectionData
249241
250242 // List of radar detections constituting the radar detection list.
251243 //
252- // \note OSI uses singular instead of plural for repeated field names.
253- //
254244 repeated RadarDetection detection = 2 ;
255245}
256246
@@ -358,8 +348,6 @@ message LidarDetectionData
358348
359349 // List of lidar detections.
360350 //
361- // \note OSI uses singular instead of plural for repeated field names.
362- //
363351 repeated LidarDetection detection = 2 ;
364352}
365353
@@ -519,15 +507,11 @@ message UltrasonicDetectionData
519507
520508 // List of ultrasonic detections.
521509 //
522- // \note OSI uses singular instead of plural for repeated field names.
523- //
524510 repeated UltrasonicDetection detection = 2 ;
525511
526512 // List of ultrasonic indirect detections (sender and receiver sensors are
527513 // not the same).
528514 //
529- // \note OSI uses singular instead of plural for repeated field names.
530- //
531515 repeated UltrasonicIndirectDetection indirect_detection = 4 ;
532516}
533517
@@ -676,14 +660,10 @@ message CameraDetectionData
676660
677661 // List of camera detections.
678662 //
679- // \note OSI uses singular instead of plural for repeated field names.
680- //
681663 repeated CameraDetection detection = 2 ;
682664
683665 // List of points which are used by detections.
684666 //
685- // \note OSI uses singular instead of plural for repeated field names.
686- //
687667 repeated CameraPoint point = 4 ;
688668}
689669
0 commit comments