#include <task-conti.hh>
Public Member Functions | |
VectorMultiBound & | computeContiDesiredVelocity (VectorMultiBound &task, const int &time) |
void | display (std::ostream &os) const |
virtual const std::string & | getClassName (void) const |
void | referenceTime (const unsigned int &t) |
const int & | referenceTime (void) |
TaskConti (const std::string &n) | |
Public Member Functions inherited from dynamicgraph::sot::Task | |
void | addControlSelection (const Flags &act) |
void | addFeature (FeatureAbstract &s) |
void | addFeatureFromName (const std::string &name) |
void | clearControlSelection (void) |
void | clearFeatureList (void) |
dynamicgraph::Vector & | computeError (dynamicgraph::Vector &error, int time) |
dynamicgraph::Vector & | computeErrorTimeDerivative (dynamicgraph::Vector &res, int time) |
dynamicgraph::Matrix & | computeJacobian (dynamicgraph::Matrix &J, int time) |
VectorMultiBound & | computeTaskExponentialDecrease (VectorMultiBound &errorRef, int time) |
void | display (std::ostream &os) const |
FeatureList_t & | getFeatureList (void) |
bool | getWithDerivative (void) |
void | initCommands (void) |
void | setControlSelection (const Flags &act) |
void | setWithDerivative (const bool &s) |
Task (const std::string &n) | |
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 | |
std::ostream & | displaySignalList (std::ostream &os) const |
Entity (const std::string &name) | |
const std::string & | getCommandList () const |
virtual std::string | getDocString () const |
LoggerVerbosity | getLoggerVerbosityLevel () |
LoggerVerbosity | getLoggerVerbosityLevel () |
const std::string & | getName () const |
command::Command * | getNewStyleCommand (const std::string &cmdName) |
CommandMap_t | getNewStyleCommandMap () |
SignalBase< int > & | getSignal (const std::string &signalName) |
const SignalBase< int > & | getSignal (const std::string &signalName) const |
SignalMap | getSignalMap () const |
double | getStreamPrintPeriod () |
double | getStreamPrintPeriod () |
double | getTimeSample () |
double | getTimeSample () |
bool | hasSignal (const std::string &signame) const |
Logger & | logger () |
Logger const & | logger () const |
Logger & | logger () |
Logger const & | logger () const |
void | sendMsg (const std::string &msg, MsgType t=MSG_TYPE_INFO, const std::string &lineId="") |
void | sendMsg (const std::string &msg, MsgType t=MSG_TYPE_INFO, const std::string &lineId="") |
void | setLoggerVerbosityLevel (LoggerVerbosity lv) |
void | setLoggerVerbosityLevel (LoggerVerbosity lv) |
bool | setStreamPrintPeriod (double t) |
bool | setStreamPrintPeriod (double t) |
bool | setTimeSample (double t) |
bool | setTimeSample (double t) |
virtual SignalBase< int > * | test () |
virtual void | test2 (SignalBase< int > *) |
virtual std::ostream & | writeCompletionList (std::ostream &os) const |
virtual | ~Entity () |
Public Attributes | |
dynamicgraph::SignalPtr< dynamicgraph::Vector, int > | controlPrevSIN |
Public Attributes inherited from dynamicgraph::sot::Task | |
dynamicgraph::SignalPtr< double, int > | controlGainSIN |
dynamicgraph::SignalPtr< Flags, int > | controlSelectionSIN |
dynamicgraph::SignalPtr< double, int > | dampingGainSINOUT |
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > | errorSOUT |
dynamicgraph::SignalTimeDependent< dynamicgraph::Vector, int > | errorTimeDerivativeSOUT |
Public Attributes inherited from dynamicgraph::sot::TaskAbstract | |
dynamicgraph::SignalTimeDependent< dynamicgraph::Matrix, int > | jacobianSOUT |
MemoryTaskAbstract * | memoryInternal |
dynamicgraph::SignalTimeDependent< VectorMultiBound, int > | taskSOUT |
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 | |
double | mu |
dynamicgraph::Vector | q0 |
int | timeRef |
Protected Attributes inherited from dynamicgraph::sot::Task | |
FeatureList_t | featureList |
bool | withDerivative |
Protected Attributes inherited from dynamicgraph::Entity | |
CommandMap_t | commandMap |
Logger | logger_ |
std::string | name |
SignalMap | signalMap |
Additional Inherited Members | |
Public Types inherited from dynamicgraph::sot::Task | |
typedef std::list< FeatureAbstract * > | FeatureList_t |
Public Types inherited from dynamicgraph::Entity | |
typedef std::map< const std::string, command::Command *> | CommandMap_t |
typedef std::map< std::string, SignalBase< int > *> | SignalMap |
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 | entityDeregistration () |
void | entityRegistration () |
void | signalDeregistration (const std::string &name) |
void | signalRegistration (const SignalArray< int > &signals) |
Definition at line 50 of file task-conti.hh.
|
protected |
Enumerator | |
---|---|
TIME_REF_UNSIGNIFICANT | |
TIME_REF_TO_BE_SET |
Definition at line 52 of file task-conti.hh.
TaskConti::TaskConti | ( | const std::string & | n | ) |
Definition at line 31 of file task-conti.cpp.
VectorMultiBound & TaskConti::computeContiDesiredVelocity | ( | VectorMultiBound & | task, |
const int & | time | ||
) |
Definition at line 41 of file task-conti.cpp.
|
virtual |
Reimplemented from dynamicgraph::Entity.
Definition at line 106 of file task-conti.cpp.
|
inlinevirtual |
Reimplemented from dynamicgraph::Entity.
Definition at line 60 of file task-conti.hh.
|
inline |
Definition at line 65 of file task-conti.hh.
|
inline |
Definition at line 66 of file task-conti.hh.
|
static |
Definition at line 59 of file task-conti.hh.
dynamicgraph::SignalPtr<dynamicgraph::Vector, int> dynamicgraph::sot::TaskConti::controlPrevSIN |
Definition at line 74 of file task-conti.hh.
|
protected |
Definition at line 55 of file task-conti.hh.
|
protected |
Definition at line 56 of file task-conti.hh.
|
protected |
Definition at line 54 of file task-conti.hh.