Skip to content
Merged
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
8 changes: 8 additions & 0 deletions osi_lane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1034,6 +1034,14 @@ message LaneBoundary
// A structure (e.g. building or tunnel wall).
//
TYPE_STRUCTURE = 13;

// A barrier to guide vehicles and to prevent them from entering other lanes (e.g. a concrete barrier on a highway).
//
TYPE_BARRIER = 14;

// A sound barrier.
//
TYPE_SOUND_BARRIER = 15;
}

// The semantic color of the lane boundary in case of a lane markings.
Expand Down