File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -993,6 +993,10 @@ message LaneBoundary
993993 // Marking with violet color.
994994 //
995995 COLOR_VIOLET = 8 ;
996+
997+ // Marking with orange color.
998+ //
999+ COLOR_ORANGE = 9 ;
9961000 }
9971001 }
9981002}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments