public class LinearCACC extends LinearACC
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Modifier and Type | Field and Description |
|---|---|
static ParameterTypeDouble |
KA
Acceleration error gain parameter.
|
KFTDACC, TDCACC, X0| Constructor and Description |
|---|
LinearCACC(DelayedActuation delayedActuation)
Constructor using default sensors with no delay.
|
| Modifier and Type | Method and Description |
|---|---|
Acceleration |
getFollowingAcceleration(LaneBasedGTU gtu,
PerceptionCollectable<HeadwayGTU,LaneBasedGTU> leaders,
Parameters settings)
Returns the following acceleration of the longitudinal control.
|
getDesiredAccelerationdelayActuation, getAccelerationpublic static final ParameterTypeDouble KA
public LinearCACC(DelayedActuation delayedActuation)
delayedActuation - DelayedActuation; delayed actuationpublic Acceleration getFollowingAcceleration(LaneBasedGTU gtu, PerceptionCollectable<HeadwayGTU,LaneBasedGTU> leaders, Parameters settings) throws ParameterException
getFollowingAcceleration in class LinearACCgtu - LaneBasedGTU; gtuleaders - PerceptionCollectable<HeadwayGTU, LaneBasedGTU>; leaderssettings - Parameters; system settingsParameterException - if parameter is not presentCopyright © 2014–2019 Delft University of Technology. All rights reserved.