Skip to content

Commit f37a9ba

Browse files
thomassedlmayerpmai
authored andcommitted
Add color description to traffic light
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent 0b5573a commit f37a9ba

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

osi_trafficlight.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ message TrafficLight
119119
//
120120
optional bool is_out_of_service = 6;
121121

122+
//
123+
// The visual color of the traffic light. This does not represent the semantic
124+
// classification but the visual appearance.
125+
//
126+
optional ColorDescription color_description = 7;
127+
122128
// Definition of semantic colors for traffic lights.
123129
//
124130
// \note The color types represent the semantic classification of a traffic light

0 commit comments

Comments
 (0)