File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ message DetectedTrafficSign
4848 // The measurement state.
4949 //
5050 optional MeasurementState measurement_state = 8 ;
51-
51+
5252 // The root mean squared error of the base parameters of the detected
5353 // traffic sign.
5454 //
@@ -137,8 +137,8 @@ message DetectedTrafficSign
137137message CandidateSign
138138{
139139 // The definition of the candidate's properties.
140- // The sign.id values of all \c CandidateSign within one
141- // \c DetectedTrafficSign correspond to the tracking ID and must be identical.
140+ // The sign.id values of all CandidateSigns within one DetectedTrafficSign
141+ // correspond to the tracking ID and must be identical.
142142 //
143143 optional TrafficSign sign = 1 ;
144144
@@ -199,6 +199,7 @@ message DetectedTrafficLight
199199 // The root mean squared error of the base parameters of the detected
200200 // traffic light's geometry. TrafficLight::base have to be identical for all
201201 // \c DetectedTrafficLight::candidate_traffic_light traffic lights.
202+ //
202203 optional BaseStationary rmse = 5 ;
203204
204205 // Determines for which directions the traffic light applies.
@@ -284,6 +285,7 @@ message CandidateTrafficLight
284285 // The estimated probability that this candidate is the true value.
285286 // Range [0,1].
286287 // The sum of all candidate_probabilities must be one.
288+ //
287289 optional double candidate_probability = 2 ;
288290}
289291
You can’t perform that action at this time.
0 commit comments