Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.util.Steering.SteeringState
| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.lane.tactical.util |
Static methods for composition in tactical planners.
|
-
Uses of Steering.SteeringState in org.opentrafficsim.road.gtu.lane.tactical.util
Methods in org.opentrafficsim.road.gtu.lane.tactical.util with parameters of type Steering.SteeringState Modifier and Type Method Description static OperationalPlanSteering. fromReferencePlan(LaneBasedGTU gtu, Parameters params, Steering.SteeringState steeringState, OperationalPlan referencePlan, Steering.FeedbackTable feedbackTable)Translates a reference trajectory in to steering angles and a resulting trajectory.static OperationalPlanSteering. fromReferencePoints(GTU gtu, Parameters params, Steering.SteeringState steeringState, java.util.Set<DirectedPoint> points, java.util.List<OperationalPlan.Segment> segments)Translates reference points in to steering angles and a resulting trajectory.