Go to the documentation of this file.
18 #ifndef __invdyn_task_actuation_bounds_hpp__
19 #define __invdyn_task_actuation_bounds_hpp__
33 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
70 #endif // ifndef __invdyn_task_actuation_bounds_hpp__
trajectories::TrajectorySample TrajectorySample
Definition: task-actuation-bounds.hpp:36
math::VectorXi VectorXi
Definition: task-actuation-bounds.hpp:38
Definition: trajectory-base.hpp:35
math::ConstraintInequality ConstraintInequality
Definition: task-actuation-bounds.hpp:39
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
Definition: constraint-base.hpp:36
Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > Vector
Definition: fwd.hpp:37
Definition: task-actuation-bounds.hpp:30
VectorXi m_activeAxes
Definition: task-actuation-bounds.hpp:63
Vector m_mask
Definition: task-actuation-bounds.hpp:62
const Vector & getUpperBounds() const
Definition: task-actuation-bounds.cpp:70
const ConstraintBase & compute(const double t, ConstRefVector q, ConstRefVector v, Data &data)
Definition: task-actuation-bounds.cpp:85
math::Vector Vector
Definition: task-actuation-bounds.hpp:37
const Vector & getLowerBounds() const
Definition: task-actuation-bounds.cpp:68
std::size_t Index
Definition: fwd.hpp:55
Eigen::VectorXi VectorXi
Definition: fwd.hpp:39
Definition: constraint-inequality.hpp:28
const ConstraintBase & getConstraint() const
Definition: task-actuation-bounds.cpp:80
pinocchio::Data Data
Definition: task-actuation-bounds.hpp:40
ConstraintInequality m_constraint
Definition: task-actuation-bounds.hpp:64
int dim() const
Return the dimension of the task. \info should be overloaded in the child class.
Definition: task-actuation-bounds.cpp:63
TaskActuationBounds(const std::string &name, RobotWrapper &robot)
Definition: task-actuation-bounds.cpp:29
Definition: constraint-bound.hpp:26
Definition: task-actuation.hpp:27
Wrapper for a robot based on pinocchio.
Definition: robot-wrapper.hpp:40
const std::string & name() const
Definition: task-base.cpp:30
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Index Index
Definition: task-actuation-bounds.hpp:35
void setBounds(ConstRefVector lower, ConstRefVector upper)
Definition: task-actuation-bounds.cpp:72
const Vector & mask() const
Definition: task-actuation-bounds.cpp:38
math::ConstRefVector ConstRefVector
Definition: task-base.hpp:42