Skip to content

Commit 7327dd7

Browse files
Spaces and Tabs removed
1 parent d58011a commit 7327dd7

File tree

7 files changed

+30
-30
lines changed

7 files changed

+30
-30
lines changed

osi_detectedlandmark.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ message DetectedRoadMarking
472472
optional BaseStationary base_rmse = 2;
473473

474474
//
475-
// \brief A candidate for a detected road marking as estimated by the
475+
// \brief A candidate for a detected road marking as estimated by the
476476
// sensor.
477477
//
478478
message CandidateRoadMarking
@@ -567,7 +567,7 @@ message DetectedLandmark
567567
optional BaseStationary base_rmse = 2;
568568

569569
//
570-
// \brief A candidate for a detected landmark as estimated by the
570+
// \brief A candidate for a detected landmark as estimated by the
571571
// sensor.
572572
//
573573
message CandidateLandmark

osi_environment.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ message EnvironmentalConditions
5353
// (I = Intensity of precipitation in mm per hour [mm/h])
5454
//
5555
// \par References:
56-
// \li [1] PAULAT, Marcus, et al. A gridded dataset of hourly precipitation
57-
// in Germany: Its construction, climatology and application.
56+
// \li [1] PAULAT, Marcus, et al. A gridded dataset of hourly precipitation
57+
// in Germany: Its construction, climatology and application.
5858
// Meteorologische Zeitschrift, 2008, 17. Jg. Nr. 6, S. 719-732.
5959
//
6060
enum Precipitation

osi_lane.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ message Lane
115115
//
116116
repeated LanePairing lane_pairing = 7;
117117

118-
// The right adjacent lane boundaries \c #right_lane_boundary_id may only be
118+
// The right adjacent lane boundaries \c #right_lane_boundary_id may only be
119119
// shared with/as the left adjacent lane boundaries
120-
// \c #left_lane_boundary_id of the nearest right adjacent lane
121-
// \c #right_adjacent_lane_id.
120+
// \c #left_lane_boundary_id of the nearest right adjacent lane
121+
// \c #right_adjacent_lane_id.
122122
//
123123
// \note Empty for intersections.
124124
//
@@ -129,10 +129,10 @@ message Lane
129129
//
130130
repeated Identifier right_lane_boundary_id = 8;
131131

132-
// The left adjacent lane boundaries \c #left_lane_boundary_id may only be
132+
// The left adjacent lane boundaries \c #left_lane_boundary_id may only be
133133
// shared with/as the right adjacent lane boundaries
134-
// \c #right_lane_boundary_id of the nearest left adjacent lane
135-
// \c #left_adjacent_lane_id.
134+
// \c #right_lane_boundary_id of the nearest left adjacent lane
135+
// \c #left_adjacent_lane_id.
136136
//
137137
// \note Empty for intersections.
138138
//

osi_sensordata.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ message SensorData
111111
// for reference purposes. For complex sensors or logic models this
112112
// can be multiple copies.
113113
//
114-
// \note OSI uses singular instead of plural for repeated field names.
114+
// \note OSI uses singular instead of plural for repeated field names.
115115
//
116116
repeated SensorView sensor_view = 6;
117117

osi_sensorspecific.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package osi;
1212
//
1313
message RadarSpecificObjectData
1414
{
15-
// The radar cross section (RCS) of the detected object.
15+
// The radar cross section (RCS) of the detected object.
1616
//
1717
// Unit: [dB m^2]
1818
//

osi_sensorview.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,25 +113,25 @@ message SensorView
113113

114114
// Radar-Specific SensorView(s)
115115
//
116-
// \note OSI uses singular instead of plural for repeated field names.
116+
// \note OSI uses singular instead of plural for repeated field names.
117117
//
118118
repeated RadarSensorView radar_sensor_view = 1000;
119119

120120
// Lidar-Specific SensorView(s)
121121
//
122-
// \note OSI uses singular instead of plural for repeated field names.
122+
// \note OSI uses singular instead of plural for repeated field names.
123123
//
124124
repeated LidarSensorView lidar_sensor_view = 1001;
125125

126126
// Camera-Specific SensorView(s)
127127
//
128-
// \note OSI uses singular instead of plural for repeated field names.
128+
// \note OSI uses singular instead of plural for repeated field names.
129129
//
130130
repeated CameraSensorView camera_sensor_view = 1002;
131131

132132
// Ultrasonic-Specific SensorView(s)
133133
//
134-
// \note OSI uses singular instead of plural for repeated field names.
134+
// \note OSI uses singular instead of plural for repeated field names.
135135
//
136136
repeated UltrasonicSensorView ultrasonic_sensor_view = 1003;
137137
}

osi_sensorviewconfiguration.proto

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)