Skip to content

Commit 23fd02a

Browse files
Added two new elements to LaneBoundary-Classification-Type: FENCE and TENSION_CABLE_SYSTEM
Issue: #642
1 parent aadcd6d commit 23fd02a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

osi_lane.proto

+8
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,14 @@ message LaneBoundary
10681068
// A sound barrier.
10691069
//
10701070
TYPE_SOUND_BARRIER = 15;
1071+
1072+
// The lane boundary is a fence.
1073+
//
1074+
TYPE_FENCE = 16;
1075+
1076+
// The lane boundary is a tension cable system.
1077+
//
1078+
TYPE_TENSION_CABLE_SYSTEM = 17;
10711079
}
10721080

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

0 commit comments

Comments
 (0)