Uses of Interface
org.opentrafficsim.road.gtu.lane.plan.operational.LaneChange.LaneChangePath
Packages that use LaneChange.LaneChangePath
Package
Description
Specific operational plan method for road-vehicles operating in a lane-based network.
-
Uses of LaneChange.LaneChangePath in org.opentrafficsim.road.gtu.lane.plan.operational
Classes in org.opentrafficsim.road.gtu.lane.plan.operational that implement LaneChange.LaneChangePathModifier and TypeClassDescriptionstatic classHelper class for interpolation between the from and to center lines.static classA helper class to allow a lane change to follow a sequential determination of the target position (including rotation) for each time step.Fields in org.opentrafficsim.road.gtu.lane.plan.operational declared as LaneChange.LaneChangePathModifier and TypeFieldDescriptionstatic final LaneChange.LaneChangePathLaneChange.LaneChangePath.BEZIERA simple Bezier curve directly to the lane change target position.static final LaneChange.LaneChangePathLaneChange.LaneChangePath.LINEARLinear interpolation between center lines.static final LaneChange.LaneChangePathLaneChange.LaneChangePath.POLY3The target point (including rotation) for the coming time step is based on a 3rd-degree polynomial.static final LaneChange.LaneChangePathLaneChange.LaneChangePath.SINEThe target point (including rotation) for the coming time step is based on a sine wave.static final LaneChange.LaneChangePathLaneChange.LaneChangePath.SINE_INTERPSine-shaped interpolation between center lines.Methods in org.opentrafficsim.road.gtu.lane.plan.operational with parameters of type LaneChange.LaneChangePathModifier and TypeMethodDescriptionvoidLaneChange.setLaneChangePath(LaneChange.LaneChangePath laneChangePath) Sets a lane change path.