We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadcd6d commit 23fd02aCopy full SHA for 23fd02a
osi_lane.proto
@@ -1068,6 +1068,14 @@ message LaneBoundary
1068
// A sound barrier.
1069
//
1070
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;
1079
}
1080
1081
// The semantic color of the lane boundary in case of a lane markings.
0 commit comments