Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.perception.categories |
Categories define a set of perceivable information.
|
org.opentrafficsim.road.gtu.lane.perceptionold |
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
org.opentrafficsim.road.gtu.lane.tactical |
Tactical planners for a lane-based GTU.
|
Modifier and Type | Method and Description |
---|---|
LanePathInfo |
NeighborsPerception.getLanePathInfo()
Retrieve the last perceived lane path info.
|
LanePathInfo |
DefaultAlexander.getLanePathInfo()
Retrieve the last perceived lane path info.
|
Modifier and Type | Method and Description |
---|---|
org.opentrafficsim.core.gtu.perception.TimeStampedObject<LanePathInfo> |
NeighborsPerception.getTimeStampedLanePathInfo()
Retrieve the time stamped last perceived lane path info.
|
org.opentrafficsim.core.gtu.perception.TimeStampedObject<LanePathInfo> |
DefaultAlexander.getTimeStampedLanePathInfo()
Retrieve the time stamped last perceived lane path info.
|
Modifier and Type | Method and Description |
---|---|
LanePathInfo |
AbstractLanePerception.getLanePathInfo()
Retrieve the last perceived lane path info.
|
Modifier and Type | Method and Description |
---|---|
static LanePathInfo |
AbstractLaneBasedTacticalPlanner.buildLanePathInfo(LaneBasedGTU gtu,
Lane startLane,
org.djunits.value.vdouble.scalar.Length startPosition,
org.djunits.value.vdouble.scalar.Length maxHeadway)
Build a list of lanes forward, with a maximum headway relative to the reference point of the GTU.
|
static LanePathInfo |
AbstractLaneBasedTacticalPlanner.buildLanePathInfo(LaneBasedGTU gtu,
org.djunits.value.vdouble.scalar.Length maxHeadway)
Build a list of lanes forward, with a maximum headway relative to the reference point of the GTU.
|
static LanePathInfo |
AbstractLaneBasedTacticalPlanner.buildLanePathInfo(LaneBasedGTU gtu,
org.djunits.value.vdouble.scalar.Length maxHeadway,
Lane startLane,
double startLaneFractionalPosition,
org.opentrafficsim.core.gtu.GTUDirectionality startDirectionality)
Build a list of lanes forward, with a maximum headway relative to the reference point of the GTU.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.