File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -886,12 +886,19 @@ message LogicalLane
886
886
// The starting point of the traffic rule validity on the lane.
887
887
// Must be in range [\c sStart,\c sEnd] of the reference line.
888
888
//
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
+ //
889
897
optional double start_s = 1 ;
890
898
891
899
//
892
900
// The ending point of the traffic rule validity on the lane.
893
901
// Must be in range [\c sStart,\c sEnd] of the reference line.
894
- // Note: Should always be greater than the starting point.
895
902
//
896
903
optional double end_s = 2 ;
897
904
You can’t perform that action at this time.
0 commit comments