Go to the documentation of this file.
18 #ifndef __invdyn_task_joint_bounds_hpp__
19 #define __invdyn_task_joint_bounds_hpp__
32 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
73 #endif // ifndef __invdyn_task_joint_bounds_hpp__
pinocchio::Data Data
Definition: task-joint-bounds.hpp:36
ConstraintBound m_constraint
Definition: task-joint-bounds.hpp:65
Vector m_a_ub
Definition: task-joint-bounds.hpp:63
const Vector & getAccelerationUpperBounds() const
Definition: task-joint-bounds.cpp:60
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: constraint-bound.hpp:28
void setTimeStep(double dt)
Definition: task-joint-bounds.cpp:69
const Vector & getAccelerationLowerBounds() const
Definition: task-joint-bounds.cpp:57
TaskJointBounds(const std::string &name, RobotWrapper &robot, double dt)
Definition: task-joint-bounds.cpp:29
Vector m_a_lb
Definition: task-joint-bounds.hpp:63
int m_nv
Definition: task-joint-bounds.hpp:67
double m_dt
Definition: task-joint-bounds.hpp:66
virtual void setMask(math::ConstRefVector mask)
Definition: task-joint-bounds.cpp:96
math::ConstraintBound ConstraintBound
Definition: task-joint-bounds.hpp:35
void setVelocityBounds(ConstRefVector lower, ConstRefVector upper)
Definition: task-joint-bounds.cpp:75
Definition: task-joint-bounds.hpp:29
int m_na
Definition: task-joint-bounds.hpp:67
const Vector & getVelocityLowerBounds() const
Definition: task-joint-bounds.cpp:63
Definition: task-motion.hpp:28
const typedef Eigen::Ref< const Vector > ConstRefVector
Definition: fwd.hpp:50
pinocchio::Data Data
Definition: task-base.hpp:43
Vector m_v_lb
Definition: task-joint-bounds.hpp:62
Definition: constraint-bound.hpp:26
const Vector & getVelocityUpperBounds() const
Definition: task-joint-bounds.cpp:66
Wrapper for a robot based on pinocchio.
Definition: robot-wrapper.hpp:40
void setAccelerationBounds(ConstRefVector lower, ConstRefVector upper)
Definition: task-joint-bounds.cpp:83
const ConstraintBase & getConstraint() const
Definition: task-joint-bounds.cpp:91
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Vector Vector
Definition: task-joint-bounds.hpp:34
const std::string & name() const
Definition: task-base.cpp:30
const ConstraintBase & compute(const double t, ConstRefVector q, ConstRefVector v, Data &data)
Definition: task-joint-bounds.cpp:101
Vector m_ddq_min_due_to_vel
Definition: task-joint-bounds.hpp:64
Vector m_ddq_max_due_to_vel
Definition: task-joint-bounds.hpp:64
math::ConstRefVector ConstRefVector
Definition: task-base.hpp:42
int dim() const
Return the dimension of the task. \info should be overloaded in the child class.
Definition: task-joint-bounds.cpp:54
Vector m_v_ub
Definition: task-joint-bounds.hpp:62