Skip to content

Commit 7cbde88

Browse files
thomassedlmayerpmai
authored andcommitted
Add color description to lane boundaries
Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de>
1 parent f37a9ba commit 7cbde88

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

osi_lane.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,12 @@ message LaneBoundary
922922
//
923923
repeated Identifier limiting_structure_id = 3;
924924

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+
925931
// The lane boundary type.
926932
// There is no special representation for double lines, e.g. solid /
927933
// solid or dashed / solid. In such cases, each lane will define its own

0 commit comments

Comments
 (0)