Skip to content

Commit

Permalink
Add TYPE_RAIL and TYPE_TRAM
Browse files Browse the repository at this point in the history
This makes it possible to describe train crossings and similar

Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
  • Loading branch information
tbleher authored and Stefan Cyliax committed Mar 31, 2022
1 parent a21ec71 commit 6023f61
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions osi_logicallane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,18 @@ message LogicalLane
// height than the adjacent drivable lanes.
//
TYPE_CURB = 16;

// A rail lane. This lane covers the area a train needs to drive along
// its rails.
// #overlapping_lane then describes where a train crosses other lanes.
//
TYPE_RAIL = 17;

// A tram lane. This lane covers the area a tram needs to drive along
// its rails.
// #overlapping_lane then describes where a tram crosses other lanes.
//
TYPE_TRAM = 18;
}

//
Expand Down

0 comments on commit 6023f61

Please sign in to comment.