Skip to content

Commit 15391c1

Browse files
Remove
Remove RelevantLane and RelevantDirection. Relevant lanes and directions are defined in Candidate... assigned_lanes and traffic light's icons.
1 parent f762dbf commit 15391c1

File tree

1 file changed

+0
-69
lines changed

1 file changed

+0
-69
lines changed

osi_detectedlandmark.proto

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ message DetectedTrafficSign
5353
// traffic sign.
5454
//
5555
optional BaseStationary rmse = 9;
56-
57-
// Links to the corresponding lanes.
58-
//
59-
repeated RelevantLane relevant_lane = 10;
6056

6157
// A list of sensors which detected this detected entity.
6258
//
@@ -202,14 +198,6 @@ message DetectedTrafficLight
202198
//
203199
optional BaseStationary rmse = 5;
204200

205-
// Determines for which directions the traffic light applies.
206-
//
207-
repeated RelevantDirection relevant_direction = 6;
208-
209-
// Links to the corresponding lanes.
210-
//
211-
repeated RelevantLane relevant_lane = 7;
212-
213201
// The estimated probability that this traffic light really exists, not
214202
// based on history.
215203
//
@@ -232,45 +220,6 @@ message DetectedTrafficLight
232220
// the sensors (their IDs) to which these detections belong.
233221
//
234222
repeated Identifier sensor_id = 10;
235-
236-
//
237-
// \brief Further specifies the relevant directions of the traffic light.
238-
//
239-
message RelevantDirection
240-
{
241-
// The direction the traffic light corresponds to.
242-
//
243-
optional Direction direction = 1;
244-
245-
// Relevance probability. Range [0,1].
246-
//
247-
optional double relevance_probability = 2;
248-
249-
// Specifies the different directions.
250-
//
251-
enum Direction
252-
{
253-
// Direction is unknown (must not be used in ground truth).
254-
//
255-
DIRECTION_UNKNOWN = 0;
256-
257-
// Other (unspecified but known) direction.
258-
//
259-
DIRECTION_OTHER = 1;
260-
261-
// Direction is straight.
262-
//
263-
DIRECTION_STRAIGHT = 2;
264-
265-
// Direction is left.
266-
//
267-
DIRECTION_LEFT = 3;
268-
269-
// Direction is right.
270-
//
271-
DIRECTION_RIGHT = 4;
272-
}
273-
}
274223
}
275224

276225
//
@@ -289,20 +238,6 @@ message CandidateTrafficLight
289238
optional double candidate_probability = 2;
290239
}
291240

292-
//
293-
// \brief Further specifies the relevant lane of a detected object.
294-
//
295-
message RelevantLane
296-
{
297-
// Tracking ID of the lane segment.
298-
//
299-
optional Identifier lane_id = 1;
300-
301-
// Relevance probability. Range [0,1].
302-
//
303-
optional double relevance_probability = 2;
304-
}
305-
306241
//
307242
// \brief A road marking in the environment as detected by the sensor.
308243
//
@@ -331,10 +266,6 @@ message DetectedRoadMarking
331266
//
332267
optional double existence_probability = 5;
333268

334-
// Links to the corresponding lanes.
335-
//
336-
repeated RelevantLane relevant_lane = 6;
337-
338269
// The measurement state.
339270
//
340271
optional MeasurementState measurement_state = 7;

0 commit comments

Comments
 (0)