Skip to content

Commit 8a305db

Browse files
authored
Apply suggestions from code review
Signed-off-by: Pierre R. Mai <[email protected]>
1 parent 2f1756f commit 8a305db

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

osi_logicallane.proto

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,12 +886,19 @@ message LogicalLane
886886
// The starting point of the traffic rule validity on the lane.
887887
// Must be in range [\c sStart,\c sEnd] of the reference line.
888888
//
889+
// Note: The traffic rule applies only to traffic with notional
890+
// direction of travel from the start_s coordinate towards
891+
// the end_s coordinate. For monodirectional lanes this
892+
// must match the direction of travel as specified by the
893+
// move_direction field of the logical lane. For bidirectional
894+
// lanes this allows the specification of separate rules for
895+
// each direction of travel.
896+
//
889897
optional double start_s = 1;
890898

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

0 commit comments

Comments
 (0)