package org.opentrafficsim.road.gtu.lane.control; import org.djunits.value.vdouble.scalar.Acceleration; import org.opentrafficsim.base.parameters.Parameters; import org.opentrafficsim.road.gtu.lane.InternalLaneBasedGtu; /** * Longitudinal controller, such as ACC or CACC. The controller is part of a tactical planner and does not function * automatically. *
* Copyright (c) 2013-2021 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
* BSD-style license. See OpenTrafficSim License.
*