Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions osi_lane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,10 @@ message LaneBoundary
// Marking with violet color.
//
COLOR_VIOLET = 8;

// Marking with orange color.
//
COLOR_ORANGE = 9;
}
}
}
8 changes: 6 additions & 2 deletions osi_roadmarking.proto
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ message RoadMarking


// Boolean flag to indicate that the road marking is taken out of service.
// This can be achieved by visibly crossing the road marking with stripes,
// or completly covering a road marking making it not visible.
// This can be achieved by visibly crossing the road marking with stripes,
// or completly covering a road marking making it not visible.
//
// \image html OSI_RoadMaking_is_out_of_service.jpg width=800px
//
Expand Down Expand Up @@ -206,6 +206,10 @@ message RoadMarking
// Marking with violet color.
//
COLOR_VIOLET = 8;

// Marking with orange color.
//
COLOR_ORANGE = 9;
}
}
}