Uses of Interface
org.opentrafficsim.road.gtu.lane.control.LongitudinalControl
Packages that use LongitudinalControl
Package
Description
Classes about vehicle control, including ACC and CACC.
-
Uses of LongitudinalControl in org.opentrafficsim.road.gtu.lane.control
Classes in org.opentrafficsim.road.gtu.lane.control that implement LongitudinalControlModifier and TypeClassDescriptionclassSimple linear CACC controller.classClass that splits the desired acceleration of a controller in a fixed linear free term, and a term for following determined by the sub-class.classCopyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classSimple linear CACC implementation.classCopyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.classLinear CACC implementation based on derivatives by Jeroen Ploeg.