#include <sot/core/task-pd.hh>
Public Member Functions | |
virtual const std::string & | getClassName (void) const |
TaskPD (const std::string &n) | |
dg::Vector & | computeErrorDot (dg::Vector &error, int time) |
VectorMultiBound & | computeTaskModif (VectorMultiBound &error, int time) |
void | initCommand (void) |
![]() | |
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) |
dg::Vector & | computeError (dg::Vector &error, int time) |
VectorMultiBound & | computeTaskExponentialDecrease (VectorMultiBound &errorRef, int time) |
dg::Matrix & | computeJacobian (dg::Matrix &J, int time) |
dg::Vector & | computeErrorTimeDerivative (dg::Vector &res, int time) |
void | display (std::ostream &os) const |
virtual std::ostream & | writeGraph (std::ostream &os) const |
![]() | |
TaskAbstract (const std::string &n) | |
Public Attributes | |
dg::Vector | previousError |
double | beta |
dg::SignalTimeDependent< dg::Vector, int > | errorDotSOUT |
dg::SignalPtr< dg::Vector, int > | errorDotSIN |
![]() | |
dg::SignalPtr< double, int > | controlGainSIN |
dg::SignalPtr< double, int > | dampingGainSINOUT |
dg::SignalPtr< Flags, int > | controlSelectionSIN |
dg::SignalTimeDependent< dg::Vector, int > | errorSOUT |
dg::SignalTimeDependent< dg::Vector, int > | errorTimeDerivativeSOUT |
![]() | |
MemoryTaskAbstract * | memoryInternal |
dg::SignalTimeDependent< VectorMultiBound, int > | taskSOUT |
dg::SignalTimeDependent< dg::Matrix, int > | jacobianSOUT |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Additional Inherited Members | |
![]() | |
typedef std::list< FeatureAbstract * > | FeatureList_t |
![]() | |
DYNAMIC_GRAPH_ENTITY_DECL () | |
![]() | |
void | taskRegistration (void) |
![]() | |
FeatureList_t | featureList |
bool | withDerivative |
dynamicgraph::sot::TaskPD::TaskPD | ( | const std::string & | n | ) |
dg::Vector& dynamicgraph::sot::TaskPD::computeErrorDot | ( | dg::Vector & | error, |
int | time | ||
) |
VectorMultiBound& dynamicgraph::sot::TaskPD::computeTaskModif | ( | VectorMultiBound & | error, |
int | time | ||
) |
|
inlinevirtual |
void dynamicgraph::sot::TaskPD::initCommand | ( | void | ) |
double dynamicgraph::sot::TaskPD::beta |
|
static |
dg::SignalPtr<dg::Vector, int> dynamicgraph::sot::TaskPD::errorDotSIN |
dg::SignalTimeDependent<dg::Vector, int> dynamicgraph::sot::TaskPD::errorDotSOUT |
dg::Vector dynamicgraph::sot::TaskPD::previousError |