Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane |
The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake.
|
org.opentrafficsim.road.gtu.lane.perception |
Implementation of lane-based perception for the GTU.
|
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.
|
Constructor and Description |
---|
AbstractLaneBasedGTU(String id,
org.opentrafficsim.core.gtu.GTUType gtuType,
Set<DirectedLanePosition> initialLongitudinalPositions,
org.djunits.value.vdouble.scalar.Speed initialSpeed,
org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface simulator,
LaneBasedStrategicalPlanner strategicalPlanner,
LanePerception perception,
org.opentrafficsim.core.network.OTSNetwork network)
Construct a Lane Based GTU.
|
CopyOfAbstractLaneBasedGTU(String id,
org.opentrafficsim.core.gtu.GTUType gtuType,
Set<DirectedLanePosition> initialLongitudinalPositions,
org.djunits.value.vdouble.scalar.Speed initialSpeed,
org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface simulator,
LaneBasedStrategicalPlanner strategicalPlanner,
LanePerception perception,
org.opentrafficsim.core.network.OTSNetwork network)
Construct a Lane Based GTU.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLanePerception
The perception module of a GTU based on lanes.
|
class |
LanePerceptionFull
The perception module of a GTU based on lanes.
|
class |
LanePerceptionNone
The perception module of a GTU based on lanes.
|
Modifier and Type | Method and Description |
---|---|
Desire |
MandatoryIncentive.determineDesire(LaneBasedGTU gtu,
LanePerception perception)
Determines level of lane change desire for a lane change incentive.
|
Desire |
IncentiveRoute.determineDesire(LaneBasedGTU gtu,
LanePerception perception)
Determines level of lane change desire for a lane change incentive.
|
Desire |
IncentiveDummy.determineDesire(LaneBasedGTU gtu,
LanePerception perception)
Determines level of lane change desire for a lane change incentive.
|
Desire |
VoluntaryIncentive.determineDesire(LaneBasedGTU gtu,
LanePerception perception,
Desire mandatory)
Determines level of lane change desire for a lane change incentive.
|
Desire |
IncentiveSpeedWithCourtesy.determineDesire(LaneBasedGTU gtu,
LanePerception perception,
Desire mandatory)
Determines level of lane change desire for a lane change incentive.
|
Desire |
IncentiveSpeed.determineDesire(LaneBasedGTU gtu,
LanePerception perception,
Desire mandatory)
Determines level of lane change desire for a lane change incentive.
|
Desire |
IncentiveKeep.determineDesire(LaneBasedGTU gtu,
LanePerception perception,
Desire mandatory)
Determines level of lane change desire for a lane change incentive.
|
Desire |
IncentiveHierarchal.determineDesire(LaneBasedGTU gtu,
LanePerception perception,
Desire mandatory)
Determines level of lane change desire for a lane change incentive.
|
Desire |
IncentiveCourtesy.determineDesire(LaneBasedGTU gtu,
LanePerception perception,
Desire mandatory)
Determines level of lane change desire for a lane change incentive.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.