Go to the documentation of this file.
30 using namespace trajectories;
35 const double timeStep)
55 m_g =
robot.model().gravity.linear().norm();
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 ConstraintBase & compute(double t, ConstRefVector q, ConstRefVector v, Data &data) override
#define PINOCCHIO_CHECK_INPUT_ARGUMENT(...)
Vector m_support_limits_y
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
const Vector & lowerBound() const override
Vector m_support_limits_x
Eigen::Matrix< Scalar, 3, Eigen::Dynamic > Matrix3x
int dim() const override
Return the dimension of the task. \info should be overloaded in the child class.
ConstraintInequality m_constraint
Vector getAcceleration(ConstRefVector dv) const override
virtual const Matrix & matrix() const
void com(const Data &data, RefVector com_pos, RefVector com_vel, RefVector com_acc) const
TaskCapturePointInequality(const std::string &name, RobotWrapper &robot, const double timeStep)
const Vector & position() const override
void setSafetyMargin(const double x_margin, const double y_margin)
void setSupportLimitsXAxis(const double x_min, const double x_max)
Wrapper for a robot based on pinocchio.
void setSupportLimitsYAxis(const double y_min, const double y_max)
const Matrix3x & Jcom(const Data &data) const
const Vector & upperBound() const override
RobotWrapper & m_robot
Reference on the robot model.
math::ConstRefVector ConstRefVector
const ConstraintBase & getConstraint() const override
virtual bool setMatrix(ConstRefMatrix A)
tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Thu Apr 3 2025 02:47:16