Uses of Class
org.opentrafficsim.road.gtu.lane.tactical.util.Steering.FeedbackTable
-
Packages that use Steering.FeedbackTable Package Description org.opentrafficsim.road.gtu.lane.tactical.steering Development tactical planners using the steering utility.org.opentrafficsim.road.gtu.lane.tactical.util Static methods for composition in tactical planners. -
-
Uses of Steering.FeedbackTable in org.opentrafficsim.road.gtu.lane.tactical.steering
Constructors in org.opentrafficsim.road.gtu.lane.tactical.steering with parameters of type Steering.FeedbackTable Constructor Description SteeringLmrs(CarFollowingModel carFollowingModel, LaneBasedGTU gtu, LanePerception lanePerception, Synchronization synchronization, Cooperation cooperation, GapAcceptance gapAcceptance, Steering.FeedbackTable feedbackTable)
Constructor setting the car-following model. -
Uses of Steering.FeedbackTable in org.opentrafficsim.road.gtu.lane.tactical.util
Methods in org.opentrafficsim.road.gtu.lane.tactical.util with parameters of type Steering.FeedbackTable Modifier and Type Method 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.
-