|
| TaskDynJointLimits (const std::string &name) |
|
| DECLARE_SIGNAL_IN (position, dg::Vector) |
|
| DECLARE_SIGNAL_IN (velocity, dg::Vector) |
|
| DECLARE_SIGNAL_IN (referenceInf, dg::Vector) |
|
| DECLARE_SIGNAL_IN (referenceSup, dg::Vector) |
|
| DECLARE_SIGNAL_OUT (normalizedPosition, dg::Vector) |
|
dg::sot::VectorMultiBound & | computeTaskDynJointLimits (dg::sot::VectorMultiBound &res, int time) |
|
dg::Matrix & | computeTjlJacobian (dg::Matrix &J, int time) |
|
dg::Matrix & | computeTjlJdot (dg::Matrix &Jdot, int time) |
|
| TaskDynJointLimits (const std::string &name) |
|
| DECLARE_SIGNAL_IN (position, dg::Vector) |
|
| DECLARE_SIGNAL_IN (velocity, dg::Vector) |
|
| DECLARE_SIGNAL_IN (referenceInf, dg::Vector) |
|
| DECLARE_SIGNAL_IN (referenceSup, dg::Vector) |
|
| DECLARE_SIGNAL_OUT (normalizedPosition, dg::Vector) |
|
dg::sot::VectorMultiBound & | computeTaskDynJointLimits (dg::sot::VectorMultiBound &res, int time) |
|
dg::Matrix & | computeTjlJacobian (dg::Matrix &J, int time) |
|
dg::Matrix & | computeTjlJdot (dg::Matrix &Jdot, int time) |
|
| TaskDynPD (const std::string &name) |
|
| DECLARE_SIGNAL_IN (Kv, double) |
|
| DECLARE_SIGNAL_IN (qdot, dg::Vector) |
|
| DECLARE_SIGNAL_IN (dt, double) |
|
| DECLARE_SIGNAL_OUT (errorDot, dg::Vector) |
|
| DECLARE_SIGNAL_OUT (KvAuto, double) |
|
| DECLARE_SIGNAL_OUT (Jdot, dg::Matrix) |
|
| DECLARE_SIGNAL_OUT (taskVector, dg::Vector) |
|
void | resetJacobianDerivative (void) |
|
| TaskDynPD (const std::string &name) |
|
| DECLARE_SIGNAL_IN (Kv, double) |
|
| DECLARE_SIGNAL_IN (qdot, dg::Vector) |
|
| DECLARE_SIGNAL_IN (dt, double) |
|
| DECLARE_SIGNAL_OUT (errorDot, dg::Vector) |
|
| DECLARE_SIGNAL_OUT (KvAuto, double) |
|
| DECLARE_SIGNAL_OUT (Jdot, dg::Matrix) |
|
| DECLARE_SIGNAL_OUT (taskVector, dg::Vector) |
|
void | resetJacobianDerivative (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) |
|
virtual std::ostream & | writeGraph (std::ostream &os) const |
|
| TaskAbstract (const std::string &n) |
|
| Entity (const std::string &name) |
|
virtual | ~Entity () |
|
const std::string & | getName () const |
|
virtual const std::string & | getClassName () const |
|
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::Command * | getNewStyleCommand (const std::string &cmdName) |
|
SignalMap | getSignalMap () const |
|
void | sendMsg (const std::string &msg, MsgType t=MSG_TYPE_INFO, const char *file="", int line=0) |
|
void | setLoggerVerbosityLevel (LoggerVerbosity lv) |
|
LoggerVerbosity | getLoggerVerbosityLevel () |
|
bool | setTimeSample (double t) |
|
double | getTimeSample () |
|
bool | setStreamPrintPeriod (double t) |
|
double | getStreamPrintPeriod () |
|