Skip to content

Commit 0c40558

Browse files
committed
Logical lanes: add street name
The street name is helpful when displaying the map (e.g. for navigation purposes). The street name is added to the logical lanes, since the street name will typically come from the underlying map, and most map formats are more similar to logical lanes than to physical lanes. Signed-off-by: Thomas Bleher <[email protected]>
1 parent f836f2a commit 0c40558

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
@@ -582,6 +582,10 @@ message LogicalLane
582582
//
583583
repeated LaneConnection successor_lane = 15;
584584

585+
// Name of the street this lane belongs to.
586+
//
587+
optional string street_name = 16;
588+
585589
//
586590
// Definition of available lane types.
587591
//

0 commit comments

Comments
 (0)