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
993
993
// Marking with violet color.
994
994
//
995
995
COLOR_VIOLET = 8 ;
996
+
997
+ // Marking with orange color.
998
+ //
999
+ COLOR_ORANGE = 9 ;
996
1000
}
997
1001
}
998
1002
}
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ message RoadMarking
121
121
122
122
123
123
// 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.
126
126
//
127
127
// \image html OSI_RoadMaking_is_out_of_service.jpg width=800px
128
128
//
@@ -206,6 +206,10 @@ message RoadMarking
206
206
// Marking with violet color.
207
207
//
208
208
COLOR_VIOLET = 8 ;
209
+
210
+ // Marking with orange color.
211
+ //
212
+ COLOR_ORANGE = 9 ;
209
213
}
210
214
}
211
215
}
You can’t perform that action at this time.
0 commit comments