Skip to content

Commit c31de91

Browse files
jdsikapmai
authored andcommitted
Fixed typos and caps/no caps / dots
1 parent 5043818 commit c31de91

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

osi_sensorview.proto

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import "osi_hostvehicledata.proto";
1111
package osi3;
1212

1313
//
14-
// \brief The sensor view as derived from \c GroundTruth and used as
14+
// \brief The sensor view is derived from \c GroundTruth and used as
1515
// input to sensor models.
1616
//
1717
// The sensor view information is supposed to provide input to sensor
@@ -63,7 +63,7 @@ message SensorView
6363
// The virtual position pertains to the sensor as a whole, regardless
6464
// of the actual position of individual physical detectors, and governs
6565
// the sensor-relative coordinates in detected objects of the sensor
66-
// as a whole. Individual features detected by individual physical
66+
// as a whole. Individual features detected by individual physical
6767
// detectors are governed by the actual physical mounting positions
6868
// of the detectors, as indicated in the technology-specific sub-views
6969
// and sub-view configurations.
@@ -87,15 +87,15 @@ message SensorView
8787
//
8888
optional MountingPosition mounting_position_rmse = 5;
8989

90-
// Host Vehicle Data
90+
// Host vehicle data.
9191
//
9292
// Host vehicle data is data that the host vehicle knows about itself,
9393
// e.g. from location sensors, internal sensors and ECU bus data, etc.,
9494
// that is made available to sensors as input.
9595
//
9696
optional HostVehicleData host_vehicle_data = 6;
9797

98-
// Ground truth w.r.t. global coordinate system
98+
// Ground truth w.r.t. global coordinate system.
9999
//
100100
// This is the ground truth that is provided to the sensor model by the
101101
// simulation environment. It is filtered as per the requirements of the
@@ -111,25 +111,25 @@ message SensorView
111111
//
112112
optional Identifier host_vehicle_id = 8;
113113

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

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

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

132-
// Ultrasonic-Specific SensorView(s)
132+
// Ultrasonic-specific SensorView(s).
133133
//
134134
// \note OSI uses singular instead of plural for repeated field names.
135135
//
@@ -143,14 +143,14 @@ message SensorView
143143
//
144144
message RadarSensorView
145145
{
146-
// Radar Input Configuration valid at the time the data was created.
146+
// Radar view configuration valid at the time the data was created.
147147
//
148148
optional RadarSensorViewConfiguration view_configuration = 1;
149149

150-
// Ray Tracing Data
150+
// Ray tracing data.
151151
//
152152
// This field includes one entry for each ray, in left-to-right,
153-
// top-to-bottom order (think scan lines in a TV).
153+
// top-to-bottom order (think of scan lines in a TV).
154154
//
155155
// \note OSI uses singular instead of plural for repeated field names.
156156
//
@@ -216,14 +216,14 @@ message RadarSensorView
216216
//
217217
message LidarSensorView
218218
{
219-
// Lidar View Configuration valid at the time the data was created.
219+
// Lidar view configuration valid at the time the data was created.
220220
//
221221
optional LidarSensorViewConfiguration view_configuration = 1;
222222

223-
// Ray Tracing Data.
223+
// Ray tracing data.
224224
//
225225
// This field includes one entry for each ray, in left-to-right,
226-
// top-to-bottom order (think scan lines in a TV).
226+
// top-to-bottom order (think of scan lines in a TV).
227227
//
228228
// \note OSI uses singular instead of plural for repeated field names.
229229
//
@@ -271,11 +271,11 @@ message LidarSensorView
271271
//
272272
message CameraSensorView
273273
{
274-
// Camera View Configuration valid at the time the data was created.
274+
// Camera view configuration valid at the time the data was created.
275275
//
276276
optional CameraSensorViewConfiguration view_configuration = 1;
277277

278-
// Raw Image Data.
278+
// Raw image data.
279279
//
280280
// The raw image data in the memory layout and order specified by the
281281
// camera sensor input configuration.
@@ -287,9 +287,10 @@ message CameraSensorView
287287
// \brief Definition of the ultrasonic sensor view.
288288
//
289289
// Ultrasonic specific sensor view data.
290+
//
290291
message UltrasonicSensorView
291292
{
292-
// Ultrasonic Input Configuration valid at the time the data was created.
293+
// Ultrasonic view configuration valid at the time the data was created.
293294
//
294295
optional UltrasonicSensorViewConfiguration view_configuration = 1;
295296
}

0 commit comments

Comments
 (0)