dynamicgraph::sot::dyninv::TaskDynLimits Class Reference

#include <task-dyn-limits.h>

Inheritance diagram for dynamicgraph::sot::dyninv::TaskDynLimits:
Collaboration diagram for dynamicgraph::sot::dyninv::TaskDynLimits:

Public Types

typedef TaskDynLimits EntityClassName
 
typedef TaskDynLimits EntityClassName
 
- Public Types inherited from dynamicgraph::sot::Task
typedef std::list< FeatureAbstract * > FeatureList_t
 
- Public Types inherited from dynamicgraph::Entity
typedef std::map< std::string, SignalBase< int > * > SignalMap
 
typedef std::map< const std::string, command::Command *> CommandMap_t
 
- Public Types inherited from dynamicgraph::EntityHelper< TaskDynPD >
typedef Ent EntityClassName
 
typedef Ent EntityClassName
 
typedef Ent EntityClassName
 
- Public Types inherited from dynamicgraph::EntityHelper< TaskDynLimits >
typedef Ent EntityClassName
 
typedef Ent EntityClassName
 
typedef Ent EntityClassName
 

Public Member Functions

 TaskDynLimits (const std::string &name)
 
 DECLARE_SIGNAL_IN (position, ml::Vector)
 
 DECLARE_SIGNAL_IN (velocity, ml::Vector)
 
 DECLARE_SIGNAL_IN (referencePosInf, ml::Vector)
 
 DECLARE_SIGNAL_IN (referencePosSup, ml::Vector)
 
 DECLARE_SIGNAL_IN (referenceVelInf, ml::Vector)
 
 DECLARE_SIGNAL_IN (referenceVelSup, ml::Vector)
 
 DECLARE_SIGNAL_OUT (normalizedVelocity, ml::Vector)
 
 DECLARE_SIGNAL_OUT (normalizedPosition, ml::Vector)
 
dg::sot::VectorMultiBoundcomputeTaskDynLimits (dg::sot::VectorMultiBound &res, int time)
 
ml::MatrixcomputeTjlJacobian (ml::Matrix &J, int time)
 
ml::MatrixcomputeTjlJdot (ml::Matrix &Jdot, int time)
 
 TaskDynLimits (const std::string &name)
 
 DECLARE_SIGNAL_IN (position, ml::Vector)
 
 DECLARE_SIGNAL_IN (velocity, ml::Vector)
 
 DECLARE_SIGNAL_IN (referencePosInf, ml::Vector)
 
 DECLARE_SIGNAL_IN (referencePosSup, ml::Vector)
 
 DECLARE_SIGNAL_IN (referenceVelInf, ml::Vector)
 
 DECLARE_SIGNAL_IN (referenceVelSup, ml::Vector)
 
 DECLARE_SIGNAL_OUT (normalizedVelocity, ml::Vector)
 
 DECLARE_SIGNAL_OUT (normalizedPosition, ml::Vector)
 
dg::sot::VectorMultiBoundcomputeTaskDynLimits (dg::sot::VectorMultiBound &res, int time)
 
ml::MatrixcomputeTjlJacobian (ml::Matrix &J, int time)
 
ml::MatrixcomputeTjlJdot (ml::Matrix &Jdot, int time)
 
- Public Member Functions inherited from dynamicgraph::sot::dyninv::TaskDynPD
 TaskDynPD (const std::string &name)
 
 DECLARE_SIGNAL_IN (Kv, double)
 
 DECLARE_SIGNAL_IN (qdot, ml::Vector)
 
 DECLARE_SIGNAL_IN (dt, double)
 
 DECLARE_SIGNAL_OUT (errorDot, ml::Vector)
 
 DECLARE_SIGNAL_OUT (KvAuto, double)
 
 DECLARE_SIGNAL_OUT (Jdot, ml::Matrix)
 
 DECLARE_SIGNAL_OUT (taskVector, ml::Vector)
 
void resetJacobianDerivative (void)
 
 TaskDynPD (const std::string &name)
 
 DECLARE_SIGNAL_IN (Kv, double)
 
 DECLARE_SIGNAL_IN (qdot, ml::Vector)
 
 DECLARE_SIGNAL_IN (dt, double)
 
 DECLARE_SIGNAL_OUT (errorDot, ml::Vector)
 
 DECLARE_SIGNAL_OUT (KvAuto, double)
 
 DECLARE_SIGNAL_OUT (Jdot, ml::Matrix)
 
 DECLARE_SIGNAL_OUT (taskVector, ml::Vector)
 
void resetJacobianDerivative (void)
 
- Public Member Functions inherited from dynamicgraph::sot::Task
 Task (const std::string &n)
 
void initCommands (void)
 
void addFeature (FeatureAbstract &s)
 
void addFeatureFromName (const std::string &name)
 
void clearFeatureList (void)
 
FeatureList_tgetFeatureList (void)
 
void setControlSelection (const Flags &act)
 
void addControlSelection (const Flags &act)
 
void clearControlSelection (void)
 
void setWithDerivative (const bool &s)
 
bool getWithDerivative (void)
 
ml::VectorcomputeError (ml::Vector &error, int time)
 
VectorMultiBoundcomputeTaskExponentialDecrease (VectorMultiBound &errorRef, int time)
 
ml::MatrixcomputeJacobian (ml::Matrix &J, int time)
 
ml::VectorcomputeErrorTimeDerivative (ml::Vector &res, int time)
 
virtual void commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os)
 
virtual std::ostream & writeGraph (std::ostream &os) const
 
- Public Member Functions inherited from dynamicgraph::sot::TaskAbstract
 TaskAbstract (const std::string &n)
 
- Public Member Functions inherited from dynamicgraph::Entity
 Entity (const std::string &name)
 
virtual ~Entity ()
 
const std::string & getName () const
 
virtual const std::string & getClassName () const=0
 
virtual std::string getDocString () const
 
bool hasSignal (const std::string &signame) const
 
SignalBase< int > & getSignal (const std::string &signalName)
 
const SignalBase< int > & getSignal (const std::string &signalName) const
 
std::ostream & displaySignalList (std::ostream &os) const
 
virtual std::ostream & writeCompletionList (std::ostream &os) const
 
virtual SignalBase< int > * test ()
 
virtual void test2 (SignalBase< int > *)
 
const std::string & getCommandList () const
 
CommandMap_t getNewStyleCommandMap ()
 
command::CommandgetNewStyleCommand (const std::string &cmdName)
 
SignalMap getSignalMap () const
 

Protected Attributes

ml::Matrix previousJ
 
bool previousJset
 
- Protected Attributes inherited from dynamicgraph::sot::dyninv::TaskDynPD
ml::Matrix previousJ
 
bool previousJset
 
- Protected Attributes inherited from dynamicgraph::sot::Task
FeatureList_t featureList
 
bool withDerivative
 
- Protected Attributes inherited from dynamicgraph::Entity
std::string name
 
SignalMap signalMap
 
CommandMap_t commandMap
 

Additional Inherited Members

- Public Attributes inherited from dynamicgraph::sot::Task
dg::SignalPtr< double, int > controlGainSIN
 
dg::SignalPtr< double, int > dampingGainSINOUT
 
dg::SignalPtr< Flags, int > controlSelectionSIN
 
dg::SignalTimeDependent< ml::Vector, int > errorSOUT
 
dg::SignalTimeDependent< ml::Vector, int > errorTimeDerivativeSOUT
 
- Public Attributes inherited from dynamicgraph::sot::TaskAbstract
MemoryTaskAbstract * memoryInternal
 
dg::SignalTimeDependent< VectorMultiBound, int > taskSOUT
 
dg::SignalTimeDependent< ml::Matrix, int > jacobianSOUT
 
- Protected Member Functions inherited from dynamicgraph::sot::dyninv::TaskDynPD
dynamicgraph::sot::VectorMultiBoundtaskSOUT_function (dynamicgraph::sot::VectorMultiBound &task, int iter)
 
dynamicgraph::sot::VectorMultiBoundtaskSOUT_function (dynamicgraph::sot::VectorMultiBound &task, int iter)
 
- Protected Member Functions inherited from dynamicgraph::sot::Task
 DYNAMIC_GRAPH_ENTITY_DECL ()
 
- Protected Member Functions inherited from dynamicgraph::sot::TaskAbstract
void taskRegistration (void)
 
- Protected Member Functions inherited from dynamicgraph::Entity
void addCommand (const std::string &name, command::Command *command)
 
void entityRegistration ()
 
void entityDeregistration ()
 
void signalRegistration (const SignalArray< int > &signals)
 
void signalDeregistration (const std::string &name)
 

Member Typedef Documentation

◆ EntityClassName [1/2]

◆ EntityClassName [2/2]

Constructor & Destructor Documentation

◆ TaskDynLimits() [1/2]

◆ TaskDynLimits() [2/2]

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

Member Function Documentation

◆ computeTaskDynLimits() [1/2]

◆ computeTaskDynLimits() [2/2]

dg::sot::VectorMultiBound& dynamicgraph::sot::dyninv::TaskDynLimits::computeTaskDynLimits ( dg::sot::VectorMultiBound res,
int  time 
)

◆ computeTjlJacobian() [1/2]

ml::Matrix & dynamicgraph::sot::dyninv::TaskDynLimits::computeTjlJacobian ( ml::Matrix J,
int  time 
)

◆ computeTjlJacobian() [2/2]

ml::Matrix& dynamicgraph::sot::dyninv::TaskDynLimits::computeTjlJacobian ( ml::Matrix J,
int  time 
)

◆ computeTjlJdot() [1/2]

◆ computeTjlJdot() [2/2]

ml::Matrix& dynamicgraph::sot::dyninv::TaskDynLimits::computeTjlJdot ( ml::Matrix Jdot,
int  time 
)

◆ DECLARE_SIGNAL_IN() [1/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( position  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [2/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( position  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [3/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( velocity  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [4/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( velocity  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [5/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( referencePosInf  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [6/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( referencePosInf  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [7/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( referencePosSup  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [8/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( referencePosSup  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [9/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( referenceVelInf  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [10/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( referenceVelInf  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [11/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( referenceVelSup  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [12/12]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_IN ( referenceVelSup  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_OUT() [1/4]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_OUT ( normalizedVelocity  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_OUT() [2/4]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_OUT ( normalizedVelocity  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_OUT() [3/4]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_OUT ( normalizedPosition  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_OUT() [4/4]

dynamicgraph::sot::dyninv::TaskDynLimits::DECLARE_SIGNAL_OUT ( normalizedPosition  ,
ml::Vector   
)

Member Data Documentation

◆ previousJ

ml::Matrix dynamicgraph::sot::dyninv::TaskDynLimits::previousJ
protected

◆ previousJset

bool dynamicgraph::sot::dyninv::TaskDynLimits::previousJset
protected