Skip to content

Commit 6023f61

Browse files
tbleherStefan Cyliax
authored andcommitted
Add TYPE_RAIL and TYPE_TRAM
This makes it possible to describe train crossings and similar Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
1 parent a21ec71 commit 6023f61

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

osi_logicallane.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,18 @@ message LogicalLane
633633
// height than the adjacent drivable lanes.
634634
//
635635
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+
// its rails.
645+
// #overlapping_lane then describes where a tram crosses other lanes.
646+
//
647+
TYPE_TRAM = 18;
636648
}
637649

638650
//

0 commit comments

Comments
 (0)