35 const double timeStep)
37 m_constraint(name, 2, robot.
nv()),
74 "The minimum limit for x needs to be greater " 75 "or equal to the maximum limit");
83 "The minimum limit for y needs to be greater " 84 "or equal to the maximum limit");
90 const double y_margin) {
const Vector & lowerBound() const
const Matrix3x & Jcom(const Data &data) const
ConstraintInequality m_constraint
TaskCapturePointInequality(const std::string &name, RobotWrapper &robot, const double timeStep)
void setSupportLimitsXAxis(const double x_min, const double x_max)
RobotWrapper & m_robot
Reference on the robot model.
const Model & model() const
Accessor to model.
Vector m_support_limits_x
ConstLinearType linear() const
const ConstraintBase & getConstraint() const
void setSafetyMargin(const double x_margin, const double y_margin)
virtual bool setMatrix(ConstRefMatrix A)
math::ConstRefVector ConstRefVector
Vector m_support_limits_y
void setSupportLimitsYAxis(const double y_min, const double y_max)
void com(const Data &data, RefVector com_pos, RefVector com_vel, RefVector com_acc) const
const Vector & upperBound() const
Vector getAcceleration(ConstRefVector dv) const
Eigen::Matrix< Scalar, 3, Eigen::Dynamic > Matrix3x
Wrapper for a robot based on pinocchio.
int dim() const
Return the dimension of the task. should be overloaded in the child class.
virtual const Matrix & matrix() const
const Vector & position() const
#define PINOCCHIO_CHECK_INPUT_ARGUMENT(...)
const ConstraintBase & compute(const double t, ConstRefVector q, ConstRefVector v, Data &data)