tsid
1.8.0
Efficient Task Space Inverse Dynamics for Multi-body Systems based on Pinocchio
|
#include <tsid/tasks/task-actuation-bounds.hpp>
Public Types | |
typedef trajectories::TrajectorySample | TrajectorySample |
typedef math::Vector | Vector |
typedef math::VectorXi | VectorXi |
typedef math::ConstraintInequality | ConstraintInequality |
typedef pinocchio::Data | Data |
![]() | |
typedef math::ConstRefVector | ConstRefVector |
typedef pinocchio::Data | Data |
typedef robots::RobotWrapper | RobotWrapper |
Public Member Functions | |
TaskActuationBounds (const std::string &name, RobotWrapper &robot) | |
int | dim () const override |
Return the dimension of the task. \info should be overloaded in the child class. More... | |
const ConstraintBase & | compute (double t, ConstRefVector q, ConstRefVector v, Data &data) override |
const ConstraintBase & | getConstraint () const override |
void | setBounds (ConstRefVector lower, ConstRefVector upper) |
const Vector & | getLowerBounds () const |
const Vector & | getUpperBounds () const |
const Vector & | mask () const |
void | mask (const Vector &mask) |
![]() | |
TaskActuation (const std::string &name, RobotWrapper &robot) | |
![]() | |
TaskBase (const std::string &name, RobotWrapper &robot) | |
virtual | ~TaskBase ()=default |
const std::string & | name () const |
void | name (const std::string &name) |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Index | Index |
![]() | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::ConstraintBase | ConstraintBase |
Protected Attributes | |
Vector | m_mask |
VectorXi | m_activeAxes |
ConstraintInequality | m_constraint |
![]() | |
std::string | m_name |
RobotWrapper & | m_robot |
Reference on the robot model. More... | |
typedef pinocchio::Data tsid::tasks::TaskActuationBounds::Data |
tsid::tasks::TaskActuationBounds::TaskActuationBounds | ( | const std::string & | name, |
RobotWrapper & | robot | ||
) |
|
overridevirtual |
Implements tsid::tasks::TaskBase.
|
overridevirtual |
Return the dimension of the task. \info should be overloaded in the child class.
Implements tsid::tasks::TaskBase.
|
overridevirtual |
Implements tsid::tasks::TaskBase.
const Vector & tsid::tasks::TaskActuationBounds::getLowerBounds | ( | ) | const |
const Vector & tsid::tasks::TaskActuationBounds::getUpperBounds | ( | ) | const |
const Vector & tsid::tasks::TaskActuationBounds::mask | ( | ) | const |
void tsid::tasks::TaskActuationBounds::mask | ( | const Vector & | mask | ) |
void tsid::tasks::TaskActuationBounds::setBounds | ( | ConstRefVector | lower, |
ConstRefVector | upper | ||
) |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Index tsid::tasks::TaskActuationBounds::Index |
|
protected |
|
protected |
|
protected |