Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.perception.categories |
Categories define a set of perceivable information.
|
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 |
DefaultSimplePerception.getLanePathInfo()
Retrieve the last perceived lane path info.
|
Modifier and Type | Method and Description |
---|---|
org.opentrafficsim.base.TimeStampedObject<LanePathInfo> |
NeighborsPerception.getTimeStampedLanePathInfo()
Retrieve the time stamped last perceived lane path info.
|
org.opentrafficsim.base.TimeStampedObject<LanePathInfo> |
DefaultSimplePerception.getTimeStampedLanePathInfo()
Retrieve the time stamped last perceived lane path info.
|
Modifier and Type | Method and Description |
---|---|
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,
org.djunits.value.vdouble.scalar.Length position,
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.