Hierarchical element of the stack of tasks. More...
#include <sot/core/task-abstract.hh>
Classes | |
class | MemoryTaskAbstract |
Public Member Functions | |
TaskAbstract (const std::string &n) | |
Public Attributes | |
MemoryTaskAbstract * | memoryInternal |
dg::SignalTimeDependent< VectorMultiBound, int > | taskSOUT |
dg::SignalTimeDependent< dg::Matrix, int > | jacobianSOUT |
Protected Member Functions | |
void | taskRegistration (void) |
Hierarchical element of the stack of tasks.
A task computes a value and a Jacobian as output signals. Once stacked into a solver, the solver will compute the control vector that makes the task values converge toward zero in the order defined by the priority levels.
TaskAbstract. The value and Jacobian of a Task are computed from the features that are stored in the task.
dynamicgraph::sot::TaskAbstract::TaskAbstract | ( | const std::string & | n | ) |
|
protected |
dg::SignalTimeDependent<dg::Matrix, int> dynamicgraph::sot::TaskAbstract::jacobianSOUT |
MemoryTaskAbstract* dynamicgraph::sot::TaskAbstract::memoryInternal |
dg::SignalTimeDependent<VectorMultiBound, int> dynamicgraph::sot::TaskAbstract::taskSOUT |