Skip to content

Commit ddc61dd

Browse files
HendrikAmelunxenpmai
authored andcommitted
Removed railing type; extended description for barrier-type.
Signed-off-by: Hendrik Amelunxen <hamelunxen@dspace.de>
1 parent 0c23456 commit ddc61dd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

osi_lane.proto

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,17 +1035,13 @@ message LaneBoundary
10351035
//
10361036
TYPE_STRUCTURE = 13;
10371037

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

10421042
// A sound barrier.
10431043
//
10441044
TYPE_SOUND_BARRIER = 15;
1045-
1046-
// A railing (e.g. divider between road and sidewalk).
1047-
//
1048-
TYPE_RAILING = 16;
10491045
}
10501046

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

0 commit comments

Comments
 (0)