Skip to content

Commit

Permalink
Explain a bit where overlapping_lane should be filled
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
  • Loading branch information
tbleher authored and Stefan Cyliax committed Mar 31, 2022
1 parent 54b0791 commit cbbcff5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osi_logicallane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@ message LogicalLane
// Only overlaps laterally larger than 5cm are considered overlaps for the
// purpose of this relation.
//
// This will typically contain a lot of entries on intersections, but might
// also be used outside of intersections (e.g. if a #TYPE_BIKING lane
// overlaps a #TYPE_NORMAL lane).
//
// Entries must be ordered: first by #start_s, then by #end_s.
//
repeated LaneRelation overlapping_lane = 11;
Expand Down

0 comments on commit cbbcff5

Please sign in to comment.