sot-core
4.11.8
Hierarchical task solver plug-in for dynamic-graph.
|
Go to the documentation of this file.
10 #include <dynamic-graph/all-signals.h>
11 #include <dynamic-graph/entity.h>
14 #include <dynamic-graph/linear-algebra.h>
23 namespace matrixConstant {
38 void setValue(
const dynamicgraph::Matrix &inValue);
45 SignalTimeDependent<dynamicgraph::Matrix, int>
SOUT;
virtual ~MatrixConstant(void)
Definition: matrix-constant.hh:43
MatrixConstant(const std::string &name)
Definition: abstract-sot-external-interface.hh:17
Definition: matrix-constant.hh:28
int rows
Definition: matrix-constant.hh:35
friend class command::matrixConstant::Resize
Definition: matrix-constant.hh:29
static const std::string CLASS_NAME
Definition: matrix-constant.hh:32
SignalTimeDependent< dynamicgraph::Matrix, int > SOUT
Definition: matrix-constant.hh:45
virtual const std::string & getClassName(void) const
Definition: matrix-constant.hh:33
double color
Definition: matrix-constant.hh:36
void setValue(const dynamicgraph::Matrix &inValue)
int cols
Definition: matrix-constant.hh:35