@@ -182,26 +182,26 @@ message SensorViewConfiguration
182182 optional double simulation_start_time = 10 ;
183183
184184 // Radar-specific SensorView Configuration(s).
185- //
186- // \note OSI uses singular instead of plural for repeated field names.
185+ //
186+ // \note OSI uses singular instead of plural for repeated field names.
187187 //
188188 repeated RadarSensorViewConfiguration radar_sensor_view_configuration = 1000 ;
189189
190190 // Lidar-specific SensorView Configuration(s).
191- //
192- // \note OSI uses singular instead of plural for repeated field names.
191+ //
192+ // \note OSI uses singular instead of plural for repeated field names.
193193 //
194194 repeated LidarSensorViewConfiguration lidar_sensor_view_configuration = 1001 ;
195195
196196 // Camera-specific SensorView Configuration(s).
197- //
198- // \note OSI uses singular instead of plural for repeated field names.
197+ //
198+ // \note OSI uses singular instead of plural for repeated field names.
199199 //
200200 repeated CameraSensorViewConfiguration camera_sensor_view_configuration = 1002 ;
201201
202202 // Ultrasonic-specific SensorView Configuration(s).
203- //
204- // \note OSI uses singular instead of plural for repeated field names.
203+ //
204+ // \note OSI uses singular instead of plural for repeated field names.
205205 //
206206 repeated UltrasonicSensorViewConfiguration ultrasonic_sensor_view_configuration = 1003 ;
207207}
@@ -301,14 +301,14 @@ message RadarSensorViewConfiguration
301301 optional double emitter_frequency = 9 ;
302302
303303 // This represents the TX antenna diagram
304- //
305- // \note OSI uses singular instead of plural for repeated field names.
304+ //
305+ // \note OSI uses singular instead of plural for repeated field names.
306306 //
307307 repeated AntennaDiagramEntry tx_antenna_diagram = 10 ;
308308
309309 // This represents the RX antenna diagram
310- //
311- // \note OSI uses singular instead of plural for repeated field names.
310+ //
311+ // \note OSI uses singular instead of plural for repeated field names.
312312 //
313313 repeated AntennaDiagramEntry rx_antenna_diagram = 11 ;
314314
@@ -526,12 +526,12 @@ message CameraSensorViewConfiguration
526526 // Type of channel format is unknown (must not be used).
527527 //
528528 CHANNEL_FORMAT_UNKNOWN = 0 ;
529-
529+
530530 // Unspecified but known channel format.
531531 // Consider proposing an additional format if using #CHANNEL_FORMAT_OTHER.
532532 //
533533 CHANNEL_FORMAT_OTHER = 1 ;
534-
534+
535535 // Single Luminance Channel UINT8 Linear.
536536 //
537537 CHANNEL_FORMAT_MONO_U8_LIN = 2 ;
0 commit comments