Skip to content

Commit 4a3bfd6

Browse files
committed
Resolved merge conflict
2 parents 6ba10c1 + 02e80a0 commit 4a3bfd6

File tree

4 files changed

+1250
-1204
lines changed

4 files changed

+1250
-1204
lines changed

osi_detectedlandmark.proto

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ message DetectedTrafficSign
6565
//
6666
optional double probability = 1;
6767

68-
// The definition of one main sign that defines this candidate.
68+
// The classification of one main sign that defines this candidate.
6969
//
7070
// \note IDs, which are referenced in this message, usually
7171
// reference to \c DetectedXXX::tracking_id IDs.
7272
//
73-
optional TrafficSign.MainSign main_sign = 2;
73+
optional TrafficSign.MainSign.Classification classification = 2;
7474
}
7575

7676
// Definition of traffic sign geometries.
@@ -171,13 +171,13 @@ message DetectedTrafficSign
171171
//
172172
optional double probability = 1;
173173

174-
// The definition of one of more supplementary signs that together
174+
// The classification of one of more supplementary signs that together
175175
// define this candidate.
176176
//
177177
// \note IDs, which are referenced in this message, usually
178178
// reference to \c DetectedXXX::tracking_id IDs.
179179
//
180-
optional TrafficSign.SupplementarySign supplementary_sign = 2;
180+
optional TrafficSign.SupplementarySign.Classification classification = 2;
181181
}
182182
}
183183
}
@@ -220,12 +220,12 @@ message DetectedTrafficLight
220220
//
221221
optional double probability = 1;
222222

223-
// The definition of one traffic light that define this candidate.
223+
// The classification of one traffic light that define this candidate.
224224
//
225225
// \note IDs, which are referenced in this message, usually
226226
// reference to \c DetectedXXX::tracking_id IDs.
227227
//
228-
optional TrafficLight traffic_light = 2;
228+
optional TrafficLight.Classification classification = 2;
229229
}
230230
}
231231

@@ -267,11 +267,11 @@ message DetectedRoadMarking
267267
//
268268
optional double probability = 1;
269269

270-
// The description of the road marking.
270+
// The classification of the road marking.
271271
//
272272
// \note IDs, which are referenced in this message, usually
273273
// reference to \c DetectedXXX::tracking_id IDs.
274274
//
275-
optional RoadMarking road_marking = 2;
275+
optional RoadMarking.Classification classification = 2;
276276
}
277-
}
277+
}

osi_detectedobject.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ message DetectedStationaryObject
130130
//
131131
optional double probability = 1;
132132

133-
// The description of the stationary object (e.g. landmark).
133+
// The classification of the stationary object (e.g. landmark).
134134
//
135135
optional StationaryObject.Classification classification = 2;
136136
}
@@ -364,4 +364,4 @@ message DetectedMovingObject
364364
//
365365
MOVEMENT_STATE_STOPPED = 4;
366366
}
367-
}
367+
}

0 commit comments

Comments
 (0)