#include <sot/core/sot-h.hh>
Classes | |
| class | MemoryTaskSOTH |
Public Member Functions | |
| virtual const std::string & | getClassName (void) const |
| Returns the name of this class. | |
| SotH (const std::string &name) | |
| Default constructor. | |
| ~SotH (void) | |
| virtual void | commandLine (const std::string &cmdLine, std::istringstream &cmdArgs, std::ostream &os) |
| This method deals with the command line. The command given in argument is send to the stack of tasks by the shell. The command understood by sot are: | |
| virtual void | defineNbDof (const unsigned int &nbDof) |
Methods to compute the control law following the | |
recursive definition of the stack of tasks. | |
| virtual ml::Vector & | computeControlLaw (ml::Vector &control, const int &time) |
| Compute the control law. | |
Static Public Attributes | |
| static const std::string | CLASS_NAME |
| Specify the name of the class entity. | |
Protected Attributes | |
| sotRotationComposedInExtenso | Qh |
| bubMatrix | Rh |
| SolverHierarchicalInequalities::ConstraintList | constraintH |
| SolverHierarchicalInequalities | solverNorm |
| SolverHierarchicalInequalities * | solverPrec |
| bool | fillMemorySignal |
| dynamicgraph::sot::SotH::SotH | ( | const std::string & | name | ) |
Default constructor.
| dynamicgraph::sot::SotH::~SotH | ( | void | ) |
| virtual void dynamicgraph::sot::SotH::commandLine | ( | const std::string & | cmdLine, |
| std::istringstream & | cmdArgs, | ||
| std::ostream & | os | ||
| ) | [virtual] |
This method deals with the command line. The command given in argument is send to the stack of tasks by the shell. The command understood by sot are:
Reimplemented from dynamicgraph::sot::Sot.
| virtual ml::Vector& dynamicgraph::sot::SotH::computeControlLaw | ( | ml::Vector & | control, |
| const int & | time | ||
| ) | [virtual] |
Compute the control law.
Reimplemented from dynamicgraph::sot::Sot.
| virtual void dynamicgraph::sot::SotH::defineNbDof | ( | const unsigned int & | nbDof | ) | [virtual] |
Reimplemented from dynamicgraph::sot::Sot.
| virtual const std::string& dynamicgraph::sot::SotH::getClassName | ( | void | ) | const [inline, virtual] |
Returns the name of this class.
Reimplemented from dynamicgraph::sot::Sot.
const std::string dynamicgraph::sot::SotH::CLASS_NAME [static] |
Specify the name of the class entity.
Reimplemented from dynamicgraph::sot::Sot.
bool dynamicgraph::sot::SotH::fillMemorySignal [protected] |
bubMatrix dynamicgraph::sot::SotH::Rh [protected] |