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
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
You can’t perform that action at this time.
0 commit comments