a dummy implementation for testing purposes
Definition: ap_lateral_planner_dummy.h:27
virtual double getSlackPos() const
getSlackPos returns maximum slack of soft-constraints for position
Definition: ap_lateral_planner_dummy.h:71
virtual double getWeightEndVel() const
getWeightEndVel returns cost function weight for quadratic velocity error term at end point
Definition: ap_lateral_planner_dummy.h:59
virtual double getRelativeHeadingLB() const
getRelativeHeadingLB returns lower bound on heading deviation from current lane's coordinate system
Definition: ap_lateral_planner_dummy.h:131
virtual double getWeightEndAcc() const
getWeightEndAcc returns cost function weight for quadratic acceleration term at end point
Definition: ap_lateral_planner_dummy.h:65
virtual double getRelativeHeadingUB() const
getRelativeHeadingUB returns upper bound on heading deviation from current lane's coordinate system
Definition: ap_lateral_planner_dummy.h:125
virtual double getWeightVel() const
getWeightVel returns cost function weight for quadratic velocity error term
Definition: ap_lateral_planner_dummy.h:35
virtual double getMergeConstraintDelay() const
getMergeConstraintDelay returns a time-delay after which lateral position constraints are activated,...
Definition: ap_lateral_planner_dummy.h:137
virtual double getSlackVel() const
getSlackVel returns maximum slack of soft-constraints for velocity
Definition: ap_lateral_planner_dummy.h:77
virtual double getWeightEndPos() const
getWeightEndPos returns cost function weight for quadratic position error term at end point
Definition: ap_lateral_planner_dummy.h:53
virtual double getJerkLB() const
getJerkLB returns lateral jerk lower bound
Definition: ap_lateral_planner_dummy.h:101
virtual double getAccUB() const
getAccUB returns lateral acceleration upper bound
Definition: ap_lateral_planner_dummy.h:95
virtual double getJerkUB() const
getJerkLB returns lateral jerk upper bound
Definition: ap_lateral_planner_dummy.h:107
virtual double getWeightJerk() const
getWeightJerk returns cost function weight for quadratic jerk term
Definition: ap_lateral_planner_dummy.h:47
virtual double getWeightPos() const
getWeightPos returns cost function weight for quadratic position error term
Definition: ap_lateral_planner_dummy.h:30
virtual double getSlackAcc() const
getSlackAcc returns maximum slack of soft-constraints for acceleration
Definition: ap_lateral_planner_dummy.h:83
virtual double getMaxCPUTime() const
getMaxCPUTime returns the maximum cpu time for one plan computation
Definition: ap_lateral_planner_dummy.h:143
virtual double getCurvatureUB() const
getCurvatureUB returns maximum curvature of path (relevant at low speeds)
Definition: ap_lateral_planner_dummy.h:113
virtual double getAccLB() const
getAccLB returns lateral acceleration lower bound
Definition: ap_lateral_planner_dummy.h:89
virtual double getCurvatureLB() const
getCurvatureLB returns minimum curvature of path (relevant at low speeds)
Definition: ap_lateral_planner_dummy.h:119
virtual double getWeightAcc() const
getWeightAcc returns cost function weight for quadratic acceleration term
Definition: ap_lateral_planner_dummy.h:41
abstract class containing parameters related to configuring the lateral planner
Definition: ap_lateral_planner.h:26
Definition: areaofeffectconverter.h:20