Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.tactical.lmrs |
Classes that implement the LMRS lane change model integrated with a car-following model forming a tactical planner.
|
Modifier and Type | Class and Description |
---|---|
class |
IncentiveCourtesy
Determines lane change desire for courtesy lane changes, which are performed to supply space for other drivers.
|
class |
IncentiveHierarchal
Determines desire out of hierarchal courtesy.
|
class |
IncentiveKeep
Determines lane change desire in order to adhere to keeping right or left.
|
class |
IncentiveSpeed
Determines lane change desire for speed, where the slowest vehicle in the current and adjacent lanes are assessed.
|
class |
IncentiveSpeedWithCourtesy
Determines lane change desire for speed.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<VoluntaryIncentive> |
LMRS.voluntaryIncentives
List of voluntary lane change incentives.
|
Modifier and Type | Method and Description |
---|---|
void |
LMRS.addVoluntaryIncentive(VoluntaryIncentive incentive)
Adds a voluntary incentive.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.