Skip to content

Commit 5d7725d

Browse files
Reviewed Merge
1 parent 56d0c15 commit 5d7725d

File tree

3 files changed

+101
-104
lines changed

3 files changed

+101
-104
lines changed

osi_sensordata.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ message SensorData
167167
//
168168
optional DetectedEntityHeader lane_header = 16;
169169

170-
// The list of lane detected by the sensor
170+
// The list of lanes detected by the sensor
171171
//
172172
// \note OSI uses singular instead of plural for repeated field names.
173173
//

osi_sensorview.proto

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package osi;
2929
// treatment of the sensors.
3030
//
3131
// Alternatively combined sensor models can also consume one combined
32-
// \c SensorView, with either combined or seperate \c SensorData outputs,
32+
// \c SensorView, with either combined or separate \c SensorData outputs,
3333
// depending on model architecture.
3434
//
3535
message SensorView
@@ -133,7 +133,7 @@ message SensorView
133133
//
134134
// Radar specific sensor view data.
135135
//
136-
message RadarSensorView
136+
message RadarSensorView
137137
{
138138
// Radar Input Configuration valid at the time the data was created.
139139
//
@@ -150,8 +150,8 @@ message RadarSensorView
150150

151151
//
152152
// \brief Definition of the radar reflection.
153-
//
154-
message Reflection
153+
//
154+
message Reflection
155155
{
156156
// Relative signal level of the reflection.
157157
//
@@ -163,7 +163,7 @@ message RadarSensorView
163163
// Unit: [dB]
164164
//
165165
optional double signal_strength = 1;
166-
166+
167167
// Time of flight.
168168
//
169169
// This is the time of flight of the reflection, which is directly
@@ -172,15 +172,15 @@ message RadarSensorView
172172
// Unit: [s]
173173
//
174174
optional double time_of_flight = 2;
175-
175+
176176
// Doppler shift.
177177
//
178178
// Shift in frequency based on the specified TX frequency.
179179
//
180180
// Unit: [Hz]
181181
//
182182
optional double doppler_shift = 3;
183-
183+
184184
// TX horizontal angle (azimuth).
185185
//
186186
// Horizontal angle of incidence of the source of the reflection
@@ -189,7 +189,7 @@ message RadarSensorView
189189
// Unit: [rad]
190190
//
191191
optional double source_horizontal_angle = 4;
192-
192+
193193
// TX vertical angle (elevation).
194194
//
195195
// Vertical angle of incidence of the source of the reflection
@@ -206,12 +206,12 @@ message RadarSensorView
206206
//
207207
// Lidar specific sensor view data.
208208
//
209-
message LidarSensorView
209+
message LidarSensorView
210210
{
211211
// Lidar View Configuration valid at the time the data was created.
212212
//
213213
optional LidarSensorViewConfiguration view_configuration = 1;
214-
214+
215215
// Ray Tracing Data.
216216
//
217217
// This field includes one entry for each ray, in left-to-right,
@@ -236,7 +236,7 @@ message LidarSensorView
236236
// Unit: [dB]
237237
//
238238
optional double signal_strength = 1;
239-
239+
240240
// Time of flight.
241241
//
242242
// This is the time of flight of the reflection, which is directly
@@ -245,7 +245,7 @@ message LidarSensorView
245245
// Unit: [s]
246246
//
247247
optional double time_of_flight = 2;
248-
248+
249249
// Doppler shift.
250250
//
251251
// Shift in frequency based on the specified TX frequency.
@@ -261,12 +261,12 @@ message LidarSensorView
261261
//
262262
// Camera specific sensor view data.
263263
//
264-
message CameraSensorView
265-
{
264+
message CameraSensorView
265+
{
266266
// Camera View Configuration valid at the time the data was created.
267267
//
268268
optional CameraSensorViewConfiguration view_configuration = 1;
269-
269+
270270
// Raw Image Data.
271271
//
272272
// The raw image data in the memory layout and order specified by the
@@ -279,7 +279,7 @@ message CameraSensorView
279279
// \brief Definition of the ultrasonic sensor view.
280280
//
281281
// Ultrasonic specific sensor view data.
282-
message UltrasonicSensorView
282+
message UltrasonicSensorView
283283
{
284284
// Ultrasonic Input Configuration valid at the time the data was created.
285285
//

0 commit comments

Comments
 (0)