sot-core
4.11.8
Hierarchical task solver plug-in for dynamic-graph.
|
#include <sot/core/task-conti.hh>
Public Member Functions | |
virtual const std::string & | getClassName (void) const |
TaskConti (const std::string &n) | |
void | referenceTime (const unsigned int &t) |
const int & | referenceTime (void) |
VectorMultiBound & | computeContiDesiredVelocity (VectorMultiBound &task, const int &time) |
void | display (std::ostream &os) const |
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_t & | getFeatureList (void) |
void | setControlSelection (const Flags &act) |
void | addControlSelection (const Flags &act) |
void | clearControlSelection (void) |
void | setWithDerivative (const bool &s) |
bool | getWithDerivative (void) |
dynamicgraph::Vector & | computeError (dynamicgraph::Vector &error, int time) |
VectorMultiBound & | computeTaskExponentialDecrease (VectorMultiBound &errorRef, int time) |
dynamicgraph::Matrix & | computeJacobian (dynamicgraph::Matrix &J, int time) |
dynamicgraph::Vector & | computeErrorTimeDerivative (dynamicgraph::Vector &res, int time) |
void | display (std::ostream &os) const |
virtual std::ostream & | writeGraph (std::ostream &os) const |
Public Member Functions inherited from dynamicgraph::sot::TaskAbstract | |
TaskAbstract (const std::string &n) | |
Public Attributes | |
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > | controlPrevSIN |
Public Attributes inherited from dynamicgraph::sot::Task | |
dynamicgraph::SignalPtr< double, int > | controlGainSIN |
dynamicgraph::SignalPtr< double, int > | dampingGainSINOUT |
dynamicgraph::SignalPtr< Flags, int > | controlSelectionSIN |
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > | errorSOUT |
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > | errorTimeDerivativeSOUT |
Public Attributes inherited from dynamicgraph::sot::TaskAbstract | |
MemoryTaskAbstract * | memoryInternal |
dynamicgraph::SignalTimeDependent< VectorMultiBound, int > | taskSOUT |
dynamicgraph::SignalTimeDependent< dynamicgraph::Matrix, int > | jacobianSOUT |
Static Public Attributes | |
static const std::string | CLASS_NAME |
Protected Types | |
enum | TimeRefValues { TIME_REF_UNSIGNIFICANT = -1 , TIME_REF_TO_BE_SET = -2 } |
Protected Attributes | |
int | timeRef |
double | mu |
dynamicgraph::Vector | q0 |
Protected Attributes inherited from dynamicgraph::sot::Task | |
FeatureList_t | featureList |
bool | withDerivative |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::sot::Task | |
typedef std::list< FeatureAbstract * > | FeatureList_t |
Protected Member Functions inherited from dynamicgraph::sot::Task | |
DYNAMIC_GRAPH_ENTITY_DECL () | |
Protected Member Functions inherited from dynamicgraph::sot::TaskAbstract | |
void | taskRegistration (void) |
|
protected |
dynamicgraph::sot::TaskConti::TaskConti | ( | const std::string & | n | ) |
VectorMultiBound& dynamicgraph::sot::TaskConti::computeContiDesiredVelocity | ( | VectorMultiBound & | task, |
const int & | time | ||
) |
void dynamicgraph::sot::TaskConti::display | ( | std::ostream & | os | ) | const |
|
inlinevirtual |
|
inline |
|
inline |
|
static |
dynamicgraph::SignalPtr<dynamicgraph::Vector, int> dynamicgraph::sot::TaskConti::controlPrevSIN |
|
protected |
|
protected |
|
protected |