java.lang.Object
org.opentrafficsim.road.gtu.lane.perception.mental.AbstractTask
org.opentrafficsim.road.gtu.lane.perception.mental.channel.ChannelTaskSignal
All Implemented Interfaces:
Identifiable, ChannelTask, Task

public class ChannelTaskSignal extends AbstractTask implements ChannelTask
Task demand for signal (front: brake lights, left: right indicator, right: left indicator). This applies to the first leader with signal, and is defined as TD_signal * (1 - s/x0), where TD_signal is a constant, s is the distance to the leader with signal and x0 is the look-ahead distance.

Copyright (c) 2024-2025 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Wouter Schakel
  • Field Details

  • Constructor Details

    • ChannelTaskSignal

      public ChannelTaskSignal(Object channel)
      Constructor.
      Parameters:
      channel - channel.
  • Method Details