Skip to content

Commit a65470e

Browse files
HendrikAmelunxenpmai
authored andcommitted
feat: Extend laneboundary types with additional types from OpenDRIVE
Signed-off-by: Hendrik Amelunxen <hamelunxen@dspace.de>
1 parent f7acd76 commit a65470e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

osi_lane.proto

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,22 @@ message LaneBoundary
10341034
// A structure (e.g. building or tunnel wall).
10351035
//
10361036
TYPE_STRUCTURE = 13;
1037+
1038+
// A barrier (e.g. a concrete barrier on a highway).
1039+
//
1040+
TYPE_BARRIER = 14;
1041+
1042+
// A sound barrier.
1043+
//
1044+
TYPE_SOUND_BARRIER = 15;
1045+
1046+
// A railing (e.g. divider between road and sidewalk).
1047+
//
1048+
TYPE_RAILING = 16;
1049+
1050+
// A line of poles limiting a lane.
1051+
//
1052+
TYPE_POLES = 17;
10371053
}
10381054

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

0 commit comments

Comments
 (0)