Skip to content

Commit a21ec71

Browse files
tbleherStefan Cyliax
authored andcommitted
Better explain where TYPE_BIKING and TYPE_SIDEWALK should be used
Signed-off-by: Thomas Bleher <thomas.tb.bleher@bmw.de>
1 parent ab19b80 commit a21ec71

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
@@ -567,10 +567,14 @@ message LogicalLane
567567
TYPE_NORMAL = 2;
568568

569569
// A lane that is designated for bicylists.
570+
// Note that biking lanes that cross the road (e.g. on an intersection)
571+
// are also labeled with this type.
570572
//
571573
TYPE_BIKING = 3;
572574

573575
// A lane that is designated for pedestrians (sidewalk).
576+
// Note that pedestrian lanes that cross the road (e.g. on an
577+
// intersection) are also labeled with this type.
574578
//
575579
TYPE_SIDEWALK = 4;
576580

0 commit comments

Comments
 (0)