Skip to content

Commit 02b92c0

Browse files
committed
add color orange as suggested in issue #504 - Harmonization of road mark colors with OpenDRIVE
1 parent 3def604 commit 02b92c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
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
}

0 commit comments

Comments
 (0)