Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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