19 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
33 double stiffness = 5.0,
34 double weight = 1000.0);
#define MC_TASKS_DLLAPI
Definition: api.h:50
Definition: StabilizerStandingState.h:12
Definition: RobotFrame.h:22
Definition: QPSolver.h:86
Impedance-based damping control of the end-effector.
Definition: FirstOrderImpedanceTask.h:17
void update(mc_solver::QPSolver &solver) override
Update task.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW FirstOrderImpedanceTask(const std::string &surfaceName, const mc_rbdyn::Robots &robots, unsigned robotIndex, double stiffness=5.0, double weight=1000.0)
Constructor.
FirstOrderImpedanceTask(const mc_rbdyn::RobotFrame &Frame, double stiffness=5.0, double weight=1000.0)
Constructor.
Impedance control of the end-effector.
Definition: ImpedanceTask.h:53