| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.lane.tactical.util | 
 Static methods for composition in tactical planners. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static OperationalPlan | 
Steering.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 OperationalPlan | 
Steering.fromReferencePoints(GTU gtu,
                   Parameters params,
                   Steering.SteeringState steeringState,
                   Set<DirectedPoint> points,
                   List<OperationalPlan.Segment> segments)
Translates reference points in to steering angles and a resulting trajectory. 
 | 
Copyright © 2014–2019 Delft University of Technology. All rights reserved.