Skip to content

Commit cbbcff5

Browse files
tbleherStefan Cyliax
authored andcommitted
Explain a bit where overlapping_lane should be filled
Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
1 parent 54b0791 commit cbbcff5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_logicallane.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,10 @@ message LogicalLane
483483
// Only overlaps laterally larger than 5cm are considered overlaps for the
484484
// purpose of this relation.
485485
//
486+
// This will typically contain a lot of entries on intersections, but might
487+
// also be used outside of intersections (e.g. if a #TYPE_BIKING lane
488+
// overlaps a #TYPE_NORMAL lane).
489+
//
486490
// Entries must be ordered: first by #start_s, then by #end_s.
487491
//
488492
repeated LaneRelation overlapping_lane = 11;

0 commit comments

Comments
 (0)