#include <tsid/tasks/task-joint-posture.hpp>
◆ ConstraintEquality
◆ Data
◆ TrajectorySample
◆ Vector
◆ VectorXi
◆ TaskJointPosture()
tsid::tasks::TaskJointPosture::TaskJointPosture |
( |
const std::string & |
name, |
|
|
RobotWrapper & |
robot |
|
) |
| |
◆ compute()
◆ dim()
int tsid::tasks::TaskJointPosture::dim |
( |
| ) |
const |
|
overridevirtual |
Return the dimension of the task. \info should be overloaded in the child class.
Implements tsid::tasks::TaskBase.
◆ getAcceleration()
◆ getConstraint()
const ConstraintBase & tsid::tasks::TaskJointPosture::getConstraint |
( |
| ) |
const |
|
overridevirtual |
◆ getDesiredAcceleration()
const Vector & tsid::tasks::TaskJointPosture::getDesiredAcceleration |
( |
| ) |
const |
|
overridevirtual |
◆ getReference()
◆ Kd() [1/2]
const Vector & tsid::tasks::TaskJointPosture::Kd |
( |
| ) |
|
◆ Kd() [2/2]
◆ Kp() [1/2]
const Vector & tsid::tasks::TaskJointPosture::Kp |
( |
| ) |
|
◆ Kp() [2/2]
◆ mask() [1/2]
const Vector & tsid::tasks::TaskJointPosture::mask |
( |
| ) |
const |
◆ mask() [2/2]
void tsid::tasks::TaskJointPosture::mask |
( |
const Vector & |
mask | ) |
|
◆ position()
const Vector & tsid::tasks::TaskJointPosture::position |
( |
| ) |
const |
|
overridevirtual |
◆ position_error()
const Vector & tsid::tasks::TaskJointPosture::position_error |
( |
| ) |
const |
|
overridevirtual |
◆ position_ref()
const Vector & tsid::tasks::TaskJointPosture::position_ref |
( |
| ) |
const |
|
overridevirtual |
◆ setMask()
◆ setReference()
void tsid::tasks::TaskJointPosture::setReference |
( |
const TrajectorySample & |
ref | ) |
|
◆ velocity()
const Vector & tsid::tasks::TaskJointPosture::velocity |
( |
| ) |
const |
|
overridevirtual |
◆ velocity_error()
const Vector & tsid::tasks::TaskJointPosture::velocity_error |
( |
| ) |
const |
|
overridevirtual |
◆ velocity_ref()
const Vector & tsid::tasks::TaskJointPosture::velocity_ref |
( |
| ) |
const |
|
overridevirtual |
◆ Index
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef math::Index tsid::tasks::TaskJointPosture::Index |
◆ m_a_des
Vector tsid::tasks::TaskJointPosture::m_a_des |
|
protected |
◆ m_activeAxes
VectorXi tsid::tasks::TaskJointPosture::m_activeAxes |
|
protected |
◆ m_constraint
◆ m_Kd
Vector tsid::tasks::TaskJointPosture::m_Kd |
|
protected |
◆ m_Kp
Vector tsid::tasks::TaskJointPosture::m_Kp |
|
protected |
◆ m_p
Vector tsid::tasks::TaskJointPosture::m_p |
|
protected |
◆ m_p_error
Vector tsid::tasks::TaskJointPosture::m_p_error |
|
protected |
◆ m_ref
◆ m_ref_q_augmented
Vector tsid::tasks::TaskJointPosture::m_ref_q_augmented |
|
protected |
◆ m_v
Vector tsid::tasks::TaskJointPosture::m_v |
|
protected |
◆ m_v_error
Vector tsid::tasks::TaskJointPosture::m_v_error |
|
protected |
The documentation for this class was generated from the following files: