Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre R. Mai <pmai@pmsf.de>
  • Loading branch information
pmai authored Apr 4, 2024
1 parent 2f1756f commit 8a305db
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion osi_logicallane.proto
Original file line number Diff line number Diff line change
Expand Up @@ -886,12 +886,19 @@ message LogicalLane
// The starting point of the traffic rule validity on the lane.
// Must be in range [\c sStart,\c sEnd] of the reference line.
//
// Note: The traffic rule applies only to traffic with notional
// direction of travel from the start_s coordinate towards
// the end_s coordinate. For monodirectional lanes this
// must match the direction of travel as specified by the
// move_direction field of the logical lane. For bidirectional
// lanes this allows the specification of separate rules for
// each direction of travel.
//
optional double start_s = 1;

//
// The ending point of the traffic rule validity on the lane.
// Must be in range [\c sStart,\c sEnd] of the reference line.
// Note: Should always be greater than the starting point.
//
optional double end_s = 2;

Expand Down

0 comments on commit 8a305db

Please sign in to comment.