Uses of Interface
org.opentrafficsim.road.gtu.lane.plan.operational.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
Modifier and TypeClassDescriptionstatic class
Helper class for interpolation between the from and to center lines.static class
A helper class to allow a lane change to follow a sequential determination of the target position (including rotation) for each time step.Modifier and TypeFieldDescriptionstatic final LaneChange.LaneChangePath
LaneChange.LaneChangePath.BEZIER
A simple Bezier curve directly to the lane change target position.static final LaneChange.LaneChangePath
LaneChange.LaneChangePath.LINEAR
Linear interpolation between center lines.static final LaneChange.LaneChangePath
LaneChange.LaneChangePath.POLY3
The target point (including rotation) for the coming time step is based on a 3rd-degree polynomial.static final LaneChange.LaneChangePath
LaneChange.LaneChangePath.SINE
The target point (including rotation) for the coming time step is based on a sine wave.static final LaneChange.LaneChangePath
LaneChange.LaneChangePath.SINE_INTERP
Sine-shaped interpolation between center lines.Modifier and TypeMethodDescriptionvoid
LaneChange.setLaneChangePath
(LaneChange.LaneChangePath laneChangePath) Sets a lane change path.