Skip to content

Commit a5f90fd

Browse files
authored
Merge pull request #591 from OpenSimulationInterface/feature/laneboundary_types
Additional laneboundary types to align with OpenDRIVE
2 parents f7acd76 + ddc61dd commit a5f90fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

osi_lane.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,14 @@ message LaneBoundary
10341034
// A structure (e.g. building or tunnel wall).
10351035
//
10361036
TYPE_STRUCTURE = 13;
1037+
1038+
// A barrier to guide vehicles and to prevent them from entering other lanes (e.g. a concrete barrier on a highway).
1039+
//
1040+
TYPE_BARRIER = 14;
1041+
1042+
// A sound barrier.
1043+
//
1044+
TYPE_SOUND_BARRIER = 15;
10371045
}
10381046

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

0 commit comments

Comments
 (0)