Skip to content

Commit 15b425c

Browse files
committed
add color orange as suggested in issue #504 - Harmonization of road mark colors with OpenDRIVE
1 parent 358c2c7 commit 15b425c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

osi_roadmarking.proto

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ message RoadMarking
121121

122122

123123
// Boolean flag to indicate that the road marking is taken out of service.
124-
// This can be achieved by visibly crossing the road marking with stripes,
125-
// or completly covering a road marking making it not visible.
124+
// This can be achieved by visibly crossing the road marking with stripes,
125+
// or completly covering a road marking making it not visible.
126126
//
127127
// \image html OSI_RoadMaking_is_out_of_service.jpg width=800px
128128
//
@@ -206,6 +206,10 @@ message RoadMarking
206206
// Marking with violet color.
207207
//
208208
COLOR_VIOLET = 8;
209+
210+
// Marking with orange color.
211+
//
212+
COLOR_ORANGE = 9;
209213
}
210214
}
211215
}

0 commit comments

Comments
 (0)