Public Types |
typedef std::list
< FeatureAbstract * > | FeatureList_t |
Public Member Functions |
| | Task (const std::string &n) |
| void | initCommands (void) |
| void | addFeature (FeatureAbstract &s) |
| void | addFeatureFromName (const std::string &name) |
| void | clearFeatureList (void) |
| FeatureList_t & | getFeatureList (void) |
| void | setControlSelection (const Flags &act) |
| void | addControlSelection (const Flags &act) |
| void | clearControlSelection (void) |
| void | setWithDerivative (const bool &s) |
| bool | getWithDerivative (void) |
| ml::Vector & | computeError (ml::Vector &error, int time) |
| VectorMultiBound & | computeTaskExponentialDecrease (VectorMultiBound &errorRef, int time) |
| ml::Matrix & | computeJacobian (ml::Matrix &J, int time) |
| ml::Vector & | computeErrorTimeDerivative (ml::Vector &res, int time) |
| void | display (std::ostream &os) const |
| virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
| virtual std::ostream & | writeGraph (std::ostream &os) const |
Public Attributes |
| 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 |
Protected Member Functions |
| | DYNAMIC_GRAPH_ENTITY_DECL () |
Protected Attributes |
| FeatureList_t | featureList |
| bool | withDerivative |