Skip to content

Commit 31d3e36

Browse files
Carsten KueblerCarsten Kuebler
authored andcommitted
TrafficLight message changed to one "bulb"
TrafficLight defines one "bulb" and not one "box" e.g. red, yello green. Now every "bulb" is a separate message.
1 parent 4ff8ca6 commit 31d3e36

File tree

2 files changed

+166
-200
lines changed

2 files changed

+166
-200
lines changed

osi_detectedlandmark.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ message DetectedTrafficLight
168168
repeated CandidateTrafficLight candidate_traffic_light = 4;
169169

170170
// The root mean squared error of the base parameters of the detected
171-
// traffic light.
171+
// traffic light's geometry. TrafficLight::base have to be identical for all
172+
// \c DetectedTrafficLight::candidate_traffic_light traffic lights.
172173
optional BaseStationary rmse = 5;
173174

174175
// Determines for which directions the traffic light applies.

0 commit comments

Comments
 (0)