24 :
TaskAB(
"TaskCoPCentering", gain)
36 getA().noalias() = getGain()*mpc.
Ap_;
37 getB().noalias() = -getGain()*mpc.
sp_;
Abstract base class (for control problems)
void form(const humoto::SolutionStructure &sol_structure, const humoto::Model &model_base, const humoto::ControlProblem &control_problem)
Form the task.
Analog of 'sol_structure' struct in Octave code. [determine_solution_structure.m].
base and body jerk minimization task
TaskCoPCentering(const double gain=0.707106781186548)
The root namespace of HuMoTo.
Instances of this class are passed to a virtual method 'humoto::TaskBase::form()', so even though this class is basically useless in its present form we cannot avoid its definition using a template.