Skip to content

Commit 70d5b01

Browse files
committed
fixed merge conflict in osi_sensorview.proto
1 parent 179d4d8 commit 70d5b01

File tree

1 file changed

+5
-97
lines changed

1 file changed

+5
-97
lines changed

osi_sensorview.proto

Lines changed: 5 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,15 @@ message SensorView
4949
// sensor data).
5050
//
5151
optional Timestamp timestamp = 2;
52-
<<<<<<< HEAD
53-
54-
// Radar-Specific \c SensorView.
55-
=======
5652

5753
// The ID of the sensor at host vehicle's mounting_position.
58-
>>>>>>> master
5954
//
6055
// This is the ID of the virtual sensor, to be used in its detected
6156
// object output; it is distinct from the IDs of its physical detectors,
6257
// which are used in the detected features.
6358
//
6459
optional Identifier sensor_id = 3;
6560

66-
<<<<<<< HEAD
67-
// Lidar-Specific \c SensorView.
68-
=======
6961
// The virtual mounting position of the sensor (origin and orientation
7062
// of the sensor coordinate system) given in vehicle coordinates [1].
7163
// The virtual position pertains to the sensor as a whole, regardless
@@ -79,7 +71,6 @@ message SensorView
7971
// \arg \b x-direction of sensor coordinate system: sensor viewing direction
8072
// \arg \b z-direction of sensor coordinate system: sensor (up)
8173
// \arg \b y-direction of sensor coordinate system: perpendicular to x and z right hand system
82-
>>>>>>> master
8374
//
8475
// \par References:
8576
// [1] DIN ISO 8855:2013-11
@@ -92,19 +83,11 @@ message SensorView
9283
//
9384
optional MountingPosition mounting_position = 4;
9485

95-
<<<<<<< HEAD
96-
// Camera-Specific \c SensorView.
97-
=======
9886
// The root mean squared error of the mounting position.
99-
>>>>>>> master
10087
//
10188
optional MountingPosition mounting_position_rmse = 5;
10289

103-
<<<<<<< HEAD
104-
// Ultrasonic-Specific \c SensorView.
105-
=======
10690
// Host Vehicle Data
107-
>>>>>>> master
10891
//
10992
// Host vehicle data is data that the host vehicle knows about itself,
11093
// e.g. from location sensors, internal sensors and ECU bus data, etc.,
@@ -150,16 +133,9 @@ message SensorView
150133
//
151134
// Radar specific sensor view data.
152135
//
153-
<<<<<<< HEAD
154136
message RadarSensorView
155137
{
156138
// Radar Input Configuration valid at the time the data was created.
157-
=======
158-
// Radar-Specific Sensor View Data
159-
message RadarSensorView
160-
{
161-
// Radar View Configuration valid at the time the data was created
162-
>>>>>>> master
163139
//
164140
optional RadarSensorViewConfiguration view_configuration = 1;
165141

@@ -173,15 +149,9 @@ message RadarSensorView
173149
repeated Reflection reflection = 2;
174150

175151
//
176-
<<<<<<< HEAD
177152
// \brief Definition of the radar reflection.
178153
//
179154
message Reflection
180-
=======
181-
// \brief The radar reflection.
182-
//
183-
message Reflection
184-
>>>>>>> master
185155
{
186156
// Relative signal level of the reflection.
187157
//
@@ -193,54 +163,34 @@ message RadarSensorView
193163
// Unit: [dB]
194164
//
195165
optional double signal_strength = 1;
196-
<<<<<<< HEAD
197166

198167
// Time of flight.
199-
=======
200-
201-
// Time of flight
202-
>>>>>>> master
203168
//
204169
// This is the time of flight of the reflection, which is directly
205170
// proportional to the distance traveled.
206171
//
207172
// Unit: [s]
208173
//
209174
optional double time_of_flight = 2;
210-
<<<<<<< HEAD
211175

212176
// Doppler shift.
213-
=======
214-
215-
// Doppler shift
216-
>>>>>>> master
217177
//
218178
// Shift in frequency based on the specified TX frequency.
219179
//
220180
// Unit: [Hz]
221181
//
222182
optional double doppler_shift = 3;
223-
<<<<<<< HEAD
224183

225184
// TX horizontal angle (azimuth).
226-
=======
227-
228-
// TX horizontal angle (azimuth)
229-
>>>>>>> master
230185
//
231186
// Horizontal angle of incidence of the source of the reflection
232187
// at the TX antenna.
233188
//
234189
// Unit: [rad]
235190
//
236191
optional double source_horizontal_angle = 4;
237-
<<<<<<< HEAD
238192

239193
// TX vertical angle (elevation).
240-
=======
241-
242-
// TX vertical angle (elevation)
243-
>>>>>>> master
244194
//
245195
// Vertical angle of incidence of the source of the reflection
246196
// at the TX antenna.
@@ -256,24 +206,13 @@ message RadarSensorView
256206
//
257207
// Lidar specific sensor view data.
258208
//
259-
<<<<<<< HEAD
260209
message LidarSensorView
261210
{
262-
// Lidar Input Configuration valid at the time the data was created.
211+
// Lidar View Configuration valid at the time the data was created.
263212
//
264-
optional LidarSensorInputConfiguration lidar_sensor_input_configuration = 1;
213+
optional LidarSensorViewConfiguration view_configuration = 1;
265214

266215
// Ray Tracing Data.
267-
=======
268-
// Lidar-Specific Sensor View Data
269-
message LidarSensorView
270-
{
271-
// Lidar View Configuration valid at the time the data was created
272-
//
273-
optional LidarSensorViewConfiguration view_configuration = 1;
274-
275-
// Ray Tracing Data
276-
>>>>>>> master
277216
//
278217
// This field includes one entry for each ray, in left-to-right,
279218
// top-to-bottom order (think scan lines in a TV).
@@ -297,27 +236,17 @@ message LidarSensorView
297236
// Unit: [dB]
298237
//
299238
optional double signal_strength = 1;
300-
<<<<<<< HEAD
301239

302240
// Time of flight.
303-
=======
304-
305-
// Time of flight
306-
>>>>>>> master
307241
//
308242
// This is the time of flight of the reflection, which is directly
309243
// proportional to the distance traveled.
310244
//
311245
// Unit: [s]
312246
//
313247
optional double time_of_flight = 2;
314-
<<<<<<< HEAD
315248

316249
// Doppler shift.
317-
=======
318-
319-
// Doppler shift
320-
>>>>>>> master
321250
//
322251
// Shift in frequency based on the specified TX frequency.
323252
//
@@ -332,25 +261,13 @@ message LidarSensorView
332261
//
333262
// Camera specific sensor view data.
334263
//
335-
<<<<<<< HEAD
336264
message CameraSensorView
337265
{
338-
// Camera Input Configuration valid at the time the data was created.
266+
// Camera View Configuration valid at the time the data was created.
339267
//
340-
optional CameraSensorInputConfiguration camera_sensor_input_configuration = 1;
268+
optional CameraSensorViewConfiguration view_configuration = 1;
341269

342270
// Raw Image Data.
343-
=======
344-
// Camera-Specific Sensor View Data
345-
message CameraSensorView
346-
{
347-
348-
// Camera View Configuration valid at the time the data was created
349-
//
350-
optional CameraSensorViewConfiguration view_configuration = 1;
351-
352-
// Raw Image Data
353-
>>>>>>> master
354271
//
355272
// The raw image data in the memory layout and order specified by the
356273
// camera sensor input configuration.
@@ -361,19 +278,10 @@ message CameraSensorView
361278
//
362279
// \brief Definition of the ultrasonic sensor view.
363280
//
364-
<<<<<<< HEAD
365281
// Ultrasonic specific sensor view data.
366282
message UltrasonicSensorView
367283
{
368284
// Ultrasonic Input Configuration valid at the time the data was created.
369-
=======
370-
// Ultrasonic-Specific Sensor View Data
371-
message UltrasonicSensorView
372-
{
373-
374-
// Ultrasonic View Configuration valid at the time the data was created
375-
>>>>>>> master
376285
//
377286
optional UltrasonicSensorViewConfiguration view_configuration = 1;
378-
379-
}
287+
}

0 commit comments

Comments
 (0)