@@ -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+ }
0 commit comments