We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac92138 commit 62b4e56Copy full SHA for 62b4e56
1 file changed
osi_logicallane.proto
@@ -633,6 +633,18 @@ message LogicalLane
633
// height than the adjacent drivable lanes.
634
//
635
TYPE_CURB = 16;
636
+
637
+ // A rail lane. This lane covers the area a train needs to drive along
638
+ // its rails.
639
+ // #overlapping_lane then describes where a train crosses other lanes.
640
+ //
641
+ TYPE_RAIL = 17;
642
643
+ // A tram lane. This lane covers the area a tram needs to drive along
644
645
+ // #overlapping_lane then describes where a tram crosses other lanes.
646
647
+ TYPE_TRAM = 18;
648
}
649
650
0 commit comments