dynamicgraph::sot::dyninv::TaskDynJointLimits Class Reference

#include <task-dyn-joint-limits.h>

Inheritance diagram for dynamicgraph::sot::dyninv::TaskDynJointLimits:
[legend]
Collaboration diagram for dynamicgraph::sot::dyninv::TaskDynJointLimits:
[legend]

List of all members.

Public Types

typedef TaskDynJointLimits EntityClassName
typedef TaskDynJointLimits EntityClassName

Public Member Functions

 TaskDynJointLimits (const std::string &name)
 DECLARE_SIGNAL_IN (position, dg::Vector)
 DECLARE_SIGNAL_IN (velocity, dg::Vector)
 DECLARE_SIGNAL_IN (referenceInf, dg::Vector)
 DECLARE_SIGNAL_IN (referenceSup, dg::Vector)
 DECLARE_SIGNAL_OUT (normalizedPosition, dg::Vector)
dg::sot::VectorMultiBoundcomputeTaskDynJointLimits (dg::sot::VectorMultiBound &res, int time)
dg::MatrixcomputeTjlJacobian (dg::Matrix &J, int time)
dg::MatrixcomputeTjlJdot (dg::Matrix &Jdot, int time)
 TaskDynJointLimits (const std::string &name)
 DECLARE_SIGNAL_IN (position, dg::Vector)
 DECLARE_SIGNAL_IN (velocity, dg::Vector)
 DECLARE_SIGNAL_IN (referenceInf, dg::Vector)
 DECLARE_SIGNAL_IN (referenceSup, dg::Vector)
 DECLARE_SIGNAL_OUT (normalizedPosition, dg::Vector)
dg::sot::VectorMultiBoundcomputeTaskDynJointLimits (dg::sot::VectorMultiBound &res, int time)
dg::MatrixcomputeTjlJacobian (dg::Matrix &J, int time)
dg::MatrixcomputeTjlJdot (dg::Matrix &Jdot, int time)

Protected Attributes

dg::Matrix previousJ
bool previousJset

Member Typedef Documentation


Constructor & Destructor Documentation

dynamicgraph::sot::dyninv::TaskDynJointLimits::TaskDynJointLimits ( const std::string &  name)

Member Function Documentation

dg::sot::VectorMultiBound & dynamicgraph::sot::dyninv::TaskDynJointLimits::computeTaskDynJointLimits ( dg::sot::VectorMultiBound res,
int  time 
)
dg::sot::VectorMultiBound& dynamicgraph::sot::dyninv::TaskDynJointLimits::computeTaskDynJointLimits ( dg::sot::VectorMultiBound res,
int  time 
)
dg::Matrix & dynamicgraph::sot::dyninv::TaskDynJointLimits::computeTjlJacobian ( dg::Matrix J,
int  time 
)

References sotDEBUG.

Referenced by TaskDynJointLimits().

dg::Matrix& dynamicgraph::sot::dyninv::TaskDynJointLimits::computeTjlJacobian ( dg::Matrix J,
int  time 
)
dg::Matrix & dynamicgraph::sot::dyninv::TaskDynJointLimits::computeTjlJdot ( dg::Matrix Jdot,
int  time 
)
dg::Matrix& dynamicgraph::sot::dyninv::TaskDynJointLimits::computeTjlJdot ( dg::Matrix Jdot,
int  time 
)
dynamicgraph::sot::dyninv::TaskDynJointLimits::DECLARE_SIGNAL_IN ( position  ,
dg::Vector   
)
dynamicgraph::sot::dyninv::TaskDynJointLimits::DECLARE_SIGNAL_IN ( position  ,
dg::Vector   
)
dynamicgraph::sot::dyninv::TaskDynJointLimits::DECLARE_SIGNAL_IN ( velocity  ,
dg::Vector   
)
dynamicgraph::sot::dyninv::TaskDynJointLimits::DECLARE_SIGNAL_IN ( velocity  ,
dg::Vector   
)
dynamicgraph::sot::dyninv::TaskDynJointLimits::DECLARE_SIGNAL_IN ( referenceInf  ,
dg::Vector   
)
dynamicgraph::sot::dyninv::TaskDynJointLimits::DECLARE_SIGNAL_IN ( referenceInf  ,
dg::Vector   
)
dynamicgraph::sot::dyninv::TaskDynJointLimits::DECLARE_SIGNAL_IN ( referenceSup  ,
dg::Vector   
)
dynamicgraph::sot::dyninv::TaskDynJointLimits::DECLARE_SIGNAL_IN ( referenceSup  ,
dg::Vector   
)
dynamicgraph::sot::dyninv::TaskDynJointLimits::DECLARE_SIGNAL_OUT ( normalizedPosition  ,
dg::Vector   
)
dynamicgraph::sot::dyninv::TaskDynJointLimits::DECLARE_SIGNAL_OUT ( normalizedPosition  ,
dg::Vector   
)

Member Data Documentation