Go to the documentation of this file.
18 #ifndef __invdyn_task_base_hpp__
19 #define __invdyn_task_base_hpp__
25 #include <pinocchio/multibody/fwd.hpp>
36 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
47 const std::string&
name()
const;
53 virtual int dim()
const = 0;
70 #endif // ifndef __invdyn_task_base_hpp__
virtual int dim() const =0
Return the dimension of the task. \info should be overloaded in the child class.
virtual const ConstraintBase & getConstraint() const =0
Base template of a Task. Each class is defined according to a constant model of a robot.
TaskBase(const std::string &name, RobotWrapper &robot)
Abstract class representing a linear equality/inequality constraint. Equality constraints are represe...
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::ConstraintBase ConstraintBase
robots::RobotWrapper RobotWrapper
virtual ~TaskBase()=default
const typedef Eigen::Ref< const Vector > ConstRefVector
Wrapper for a robot based on pinocchio.
const std::string & name() const
virtual const ConstraintBase & compute(double t, ConstRefVector q, ConstRefVector v, Data &data)=0
RobotWrapper & m_robot
Reference on the robot model.
math::ConstRefVector ConstRefVector
tsid
Author(s): Andrea Del Prete, Justin Carpentier
autogenerated on Thu Apr 3 2025 02:47:16