#include <basicconstraintsandreferences.h>
CurvatureSpeedLimitPredict - applies comfort deceleration curve predictively
◆ CurvatureSpeedLimitPredict()
◆ getDerivative()
virtual int adore::fun::CurvatureSpeedLimitPredict::getDerivative |
( |
| ) |
|
|
inlineoverridevirtual |
Determine for which derivative of given dimension this constraint is responsible.
- Returns
- applicable to which state derivative
Implements adore::fun::ANominalConstraint.
◆ getDimension()
virtual int adore::fun::CurvatureSpeedLimitPredict::getDimension |
( |
| ) |
|
|
inlineoverridevirtual |
Determine for which dimension this constraint is responsible (e.g. longitudinal, lateral, etc.)
- Returns
- applicable to which dimension, depends on setup of planner
Implements adore::fun::ANominalConstraint.
◆ getDirection()
◆ getValue()
virtual double adore::fun::CurvatureSpeedLimitPredict::getValue |
( |
double |
t, |
|
|
double |
s, |
|
|
double |
ds |
|
) |
| const |
|
inlineoverridevirtual |
return the value of the constraint at a certain time and position
- Parameters
-
t | the time |
s | progress along the road-relative coordinate system |
ds | derivative of s |
- Returns
- value of the constraint (e.g. vmax for a speed limit)
Implements adore::fun::ANominalConstraint.
◆ update()
virtual void adore::fun::CurvatureSpeedLimitPredict::update |
( |
double |
t0, |
|
|
double |
s0, |
|
|
double |
ds0 |
|
) |
| |
|
inlineoverridevirtual |
Refresh values of the constraint object. Allows parameters and precomputations to buffered for one planning cycle.
- Parameters
-
t0 | start time for planning |
s0 | start progress in road-relative coordinate system |
ds0 | derivative of s at t0 |
Implements adore::fun::ANominalConstraint.
double adore::fun::CurvatureSpeedLimitPredict::a |
|
private |
◆ csl_
◆ plon_
◆ s_curvature_lookahead_
double adore::fun::CurvatureSpeedLimitPredict::s_curvature_lookahead_ |
|
private |
◆ smax_
double adore::fun::CurvatureSpeedLimitPredict::smax_ |
|
private |
◆ sstep_
double adore::fun::CurvatureSpeedLimitPredict::sstep_ |
|
private |
The documentation for this class was generated from the following file: