Skip to content

Commit

Permalink
Logical lanes: add street name
Browse files Browse the repository at this point in the history
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 <thomas.tb.bleher@bmw.de>
  • Loading branch information
tbleher authored and pmai committed Mar 13, 2023
1 parent 9b037cd commit 9de4e56
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 @@ -582,6 +582,10 @@ message LogicalLane
//
repeated LaneConnection successor_lane = 15;

// Name of the street this lane belongs to.
//
optional string street_name = 16;

//
// Definition of available lane types.
//
Expand Down

0 comments on commit 9de4e56

Please sign in to comment.