Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.plan.operational |
Specific operational plan method for road-vehicles operating in a lane-based network.
|
Modifier and Type | Class and Description |
---|---|
static class |
LaneChange.LaneChangePath.SequentialLaneChangePath
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 Type | Field and Description |
---|---|
static LaneChange.LaneChangePath |
LaneChange.LaneChangePath.BEZIER
A simple Bezier curve directly to the lane change target position.
|
static LaneChange.LaneChangePath |
LaneChange.LaneChangePath.POLY3
The target point (including rotation) for the coming time step is based on a 3rd-degree polynomial.
|
static LaneChange.LaneChangePath |
LaneChange.LaneChangePath.SINE
The target point (including rotation) for the coming time step is based on a sine wave.
|
Modifier and Type | Method and Description |
---|---|
void |
LaneChange.setLaneChangePath(LaneChange.LaneChangePath laneChangePath)
Sets a lane change path.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.