Skip to content

Commit 7cb894b

Browse files
authored
Merge pull request #505 from MarcelOliver/extention/road-mark-color-harmonisation
Harmonization of road mark colors with OpenDRIVE
2 parents e37a8c5 + 829c9fc commit 7cb894b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

osi_lane.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

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)