We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37a9ba commit 7cbde88Copy full SHA for 7cbde88
1 file changed
osi_lane.proto
@@ -922,6 +922,12 @@ message LaneBoundary
922
//
923
repeated Identifier limiting_structure_id = 3;
924
925
+ //
926
+ // The visual color of the material of the lane boundary. This does not
927
+ // represent the semantic classification but the visual appearance.
928
929
+ optional ColorDescription color_description = 4;
930
+
931
// The lane boundary type.
932
// There is no special representation for double lines, e.g. solid /
933
// solid or dashed / solid. In such cases, each lane will define its own
0 commit comments