Skip to content

Commit 523e3ca

Browse files
Carsten Kueblerpmai
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 7b05291 commit 523e3ca

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
@@ -197,7 +197,8 @@ message DetectedTrafficLight
197197
repeated CandidateTrafficLight candidate_traffic_light = 4;
198198

199199
// The root mean squared error of the base parameters of the detected
200-
// traffic light.
200+
// traffic light's geometry. TrafficLight::base have to be identical for all
201+
// \c DetectedTrafficLight::candidate_traffic_light traffic lights.
201202
optional BaseStationary rmse = 5;
202203

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

0 commit comments

Comments
 (0)