Class LaneBasedGtuFollowingTacticalPlanner

java.lang.Object
org.opentrafficsim.road.gtu.lane.tactical.AbstractLaneBasedTacticalPlanner
org.opentrafficsim.road.gtu.lane.tactical.LaneBasedGtuFollowingTacticalPlanner
All Implemented Interfaces:
Serializable, TacticalPlanner<LaneBasedGtu,LanePerception>, LaneBasedTacticalPlanner

public class LaneBasedGtuFollowingTacticalPlanner extends AbstractLaneBasedTacticalPlanner
Lane-based tactical planner that implements car following behavior. This tactical planner retrieves the car following model from the strategical planner and will generate an operational plan for the GTU.

This lane-based tactical planner makes decisions based on headway (GTU following model). It can ask the strategic planner for assistance on the route to take when the network splits.

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

Author:
Alexander Verbraeck, Peter Knoppers
See Also:
  • Constructor Details

    • LaneBasedGtuFollowingTacticalPlanner

      public LaneBasedGtuFollowingTacticalPlanner(GtuFollowingModelOld carFollowingModel, LaneBasedGtu gtu)
      Instantiate a tactical planner with just GTU following behavior and no lane changes.
      Parameters:
      carFollowingModel - GtuFollowingModelOld; Car-following model.
      gtu - LaneBasedGtu; GTU
  • Method Details