#include <lanechangeconstraintsandreferences.h>
Public Member Functions | |
FollowPrecedingVehicleOnLaneToBeLeft_BrakingCurve (adore::view::ALane *lane, LaneChangePhaseEstimator *phaseEstimator, const adore::params::APVehicle *pveh, const adore::params::APTacticalPlanner *ptac, const adore::params::APTrajectoryGeneration *pgen) | |
~FollowPrecedingVehicleOnLaneToBeLeft_BrakingCurve () | |
virtual double | getValue (double t, double s, double ds) const override |
virtual void | update (double t0, double s0, double ds0) override |
virtual ConstraintDirection | getDirection () override |
virtual int | getDimension () override |
virtual int | getDerivative () override |
Private Attributes | |
fun::FollowPrecedingVehicle_BreakingCurve * | fpv |
LaneChangePhaseEstimator * | phaseEstimator_ |
Additional Inherited Members | |
Public Types inherited from adore::fun::ANominalConstraint | |
enum | ConstraintDirection { LB , UB } |
A constraint, which upper bounds the position of the ego vehicle according to the nearest preceding on the lane to be left during a lane change maneuver
|
inline |
|
inline |
|
inlineoverridevirtual |
Determine for which derivative of given dimension this constraint is responsible.
Implements adore::fun::ANominalConstraint.
|
inlineoverridevirtual |
Determine for which dimension this constraint is responsible (e.g. longitudinal, lateral, etc.)
Implements adore::fun::ANominalConstraint.
|
inlineoverridevirtual |
Determine whether this constraint is an upper or lower bound.
Implements adore::fun::ANominalConstraint.
|
inlineoverridevirtual |
return the value of the constraint at a certain time and position
t | the time |
s | progress along the road-relative coordinate system |
ds | derivative of s |
Implements adore::fun::ANominalConstraint.
|
inlineoverridevirtual |
Refresh values of the constraint object. Allows parameters and precomputations to buffered for one planning cycle.
t0 | start time for planning |
s0 | start progress in road-relative coordinate system |
ds0 | derivative of s at t0 |
Implements adore::fun::ANominalConstraint.
|
private |
|
private |