Uses of Interface
org.opentrafficsim.road.gtu.lane.plan.operational.LaneChange.LaneChangePath
| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.lane.plan.operational |
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.LaneChangePath Modifier and Type Class Description static classLaneChange.LaneChangePath.InterpolatedLaneChangePathHelper class for interpolation between the from and to center lines.static classLaneChange.LaneChangePath.SequentialLaneChangePathA 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.LaneChangePath Modifier and Type Field Description static LaneChange.LaneChangePathLaneChange.LaneChangePath. BEZIERA simple Bezier curve directly to the lane change target position.static LaneChange.LaneChangePathLaneChange.LaneChangePath. LINEARLinear interpolation between center lines.static LaneChange.LaneChangePathLaneChange.LaneChangePath. POLY3The target point (including rotation) for the coming time step is based on a 3rd-degree polynomial.static LaneChange.LaneChangePathLaneChange.LaneChangePath. SINEThe target point (including rotation) for the coming time step is based on a sine wave.static LaneChange.LaneChangePathLaneChange.LaneChangePath. SINE_INTERPSine-shaped interpolation between center lines.Methods in org.opentrafficsim.road.gtu.lane.plan.operational with parameters of type LaneChange.LaneChangePath Modifier and Type Method Description voidLaneChange. setLaneChangePath(LaneChange.LaneChangePath laneChangePath)Sets a lane change path.