29 m_ref = Vector::Zero(robot.
na());
39 "The size of the mask vector needs to equal " +
47 for (
unsigned int i = 0;
i < m.size();
i++)
51 "Entries in the mask vector need to be either 0.0 or 1.0");
71 "The size of the reference vector needs to equal " +
87 "The size of the weight vector needs to equal " +
TaskActuationEquality(const std::string &name, RobotWrapper &robot)
ConstraintEquality m_constraint
Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > Matrix
RobotWrapper & m_robot
Reference on the robot model.
const ConstraintBase & getConstraint() const
const Vector & vector() const
virtual bool setMatrix(ConstRefMatrix A)
math::ConstRefVector ConstRefVector
const Vector & mask() const
void setReference(math::ConstRefVector ref)
const Vector & getWeightVector() const
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
void setWeightVector(math::ConstRefVector weights)
const ConstraintBase & compute(const double t, ConstRefVector q, ConstRefVector v, Data &data)
#define PINOCCHIO_CHECK_INPUT_ARGUMENT(...)
const Vector & getReference() const
void resize(const unsigned int r, const unsigned int c)