dynamicgraph::sot::dyninv::TaskDynPassingPoint Class Reference

#include <task-dyn-passing-point.h>

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

Public Types

typedef TaskDynPassingPoint EntityClassName
 
typedef TaskDynPassingPoint 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< TaskDynPassingPoint >
typedef Ent EntityClassName
 
typedef Ent EntityClassName
 
typedef Ent EntityClassName
 

Public Member Functions

 TaskDynPassingPoint (const std::string &name)
 
virtual void display (std::ostream &os) const
 
 DECLARE_SIGNAL_IN (velocityDes, ml::Vector)
 
 DECLARE_SIGNAL_IN (duration, double)
 
 DECLARE_SIGNAL_IN (initialTime, double)
 
 DECLARE_SIGNAL_OUT (velocityCurrent, ml::Vector)
 
 DECLARE_SIGNAL_OUT (velocityDesired, ml::Vector)
 
 TaskDynPassingPoint (const std::string &name)
 
virtual void display (std::ostream &os) const
 
 DECLARE_SIGNAL_IN (velocityDes, ml::Vector)
 
 DECLARE_SIGNAL_IN (duration, double)
 
 DECLARE_SIGNAL_IN (initialTime, double)
 
 DECLARE_SIGNAL_OUT (velocityCurrent, ml::Vector)
 
 DECLARE_SIGNAL_OUT (velocityDesired, ml::Vector)
 
- 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 Member Functions

dg::sot::VectorMultiBoundcomputeTaskSOUT (dg::sot::VectorMultiBound &task, int iter)
 
dg::sot::VectorMultiBoundcomputeTaskSOUT (dg::sot::VectorMultiBound &task, int iter)
 
- 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)
 

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 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
 

Member Typedef Documentation

◆ EntityClassName [1/2]

◆ EntityClassName [2/2]

Constructor & Destructor Documentation

◆ TaskDynPassingPoint() [1/2]

◆ TaskDynPassingPoint() [2/2]

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

Constructor

Parameters
nameName of the task (string)

Member Function Documentation

◆ computeTaskSOUT() [1/2]

dg::sot::VectorMultiBound & dynamicgraph::sot::dyninv::TaskDynPassingPoint::computeTaskSOUT ( dg::sot::VectorMultiBound task,
int  iter 
)
protected

◆ computeTaskSOUT() [2/2]

dg::sot::VectorMultiBound& dynamicgraph::sot::dyninv::TaskDynPassingPoint::computeTaskSOUT ( dg::sot::VectorMultiBound task,
int  iter 
)
protected

◆ DECLARE_SIGNAL_IN() [1/6]

dynamicgraph::sot::dyninv::TaskDynPassingPoint::DECLARE_SIGNAL_IN ( velocityDes  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [2/6]

dynamicgraph::sot::dyninv::TaskDynPassingPoint::DECLARE_SIGNAL_IN ( velocityDes  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_IN() [3/6]

dynamicgraph::sot::dyninv::TaskDynPassingPoint::DECLARE_SIGNAL_IN ( duration  ,
double   
)

◆ DECLARE_SIGNAL_IN() [4/6]

dynamicgraph::sot::dyninv::TaskDynPassingPoint::DECLARE_SIGNAL_IN ( duration  ,
double   
)

◆ DECLARE_SIGNAL_IN() [5/6]

dynamicgraph::sot::dyninv::TaskDynPassingPoint::DECLARE_SIGNAL_IN ( initialTime  ,
double   
)

◆ DECLARE_SIGNAL_IN() [6/6]

dynamicgraph::sot::dyninv::TaskDynPassingPoint::DECLARE_SIGNAL_IN ( initialTime  ,
double   
)

◆ DECLARE_SIGNAL_OUT() [1/4]

dynamicgraph::sot::dyninv::TaskDynPassingPoint::DECLARE_SIGNAL_OUT ( velocityCurrent  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_OUT() [2/4]

dynamicgraph::sot::dyninv::TaskDynPassingPoint::DECLARE_SIGNAL_OUT ( velocityCurrent  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_OUT() [3/4]

dynamicgraph::sot::dyninv::TaskDynPassingPoint::DECLARE_SIGNAL_OUT ( velocityDesired  ,
ml::Vector   
)

◆ DECLARE_SIGNAL_OUT() [4/4]

dynamicgraph::sot::dyninv::TaskDynPassingPoint::DECLARE_SIGNAL_OUT ( velocityDesired  ,
ml::Vector   
)

◆ display() [1/2]

virtual void dynamicgraph::sot::dyninv::TaskDynPassingPoint::display ( std::ostream &  os) const
virtual

◆ display() [2/2]

void dynamicgraph::sot::dyninv::TaskDynPassingPoint::display ( std::ostream &  os) const
virtual