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 f7acd76 commit a65470eCopy full SHA for a65470e
osi_lane.proto
@@ -1034,6 +1034,22 @@ message LaneBoundary
1034
// A structure (e.g. building or tunnel wall).
1035
//
1036
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;
1053
}
1054
1055
// The semantic color of the lane boundary in case of a lane markings.
0 commit comments