Uses of Record Class
org.opentrafficsim.road.gtu.lane.tactical.LanePathInfo
Package
Description
Categories define a set of perceivable information.
Tactical planners for a lane-based GTU.
-
Uses of LanePathInfo in org.opentrafficsim.road.gtu.lane.perception.categories
Modifier and TypeMethodDescriptionDefaultSimplePerception.getLanePathInfo()
Retrieve the last perceived lane path info.final LanePathInfo
DirectDefaultSimplePerception.getLanePathInfo()
Retrieve the last perceived lane path info.Modifier and TypeMethodDescriptionfinal org.opentrafficsim.base.TimeStampedObject<LanePathInfo>
DirectDefaultSimplePerception.getTimeStampedLanePathInfo()
Retrieve the time stamped last perceived lane path info. -
Uses of LanePathInfo in org.opentrafficsim.road.gtu.lane.tactical
Modifier and TypeMethodDescriptionstatic 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) Build a list of lanes forward, with a maximum headway relative to the reference point of the GTU.