Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
using ParameterList = std::list<matrix::Matrix>; More...
#include <parametrizable.h>
Public Member Functions | |
virtual | ~Parametrizable () |
virtual ParameterList | getParameters () const =0 |
Returns a list of matrices that parametrize the controller. More... | |
virtual int | setParameters (const ParameterList ¶ms)=0 |
sets the parameters. More... | |
using ParameterList = std::list<matrix::Matrix>;
Interface for parametrizable controller. Which expose a set of parameters that be set from outside.
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
sets the parameters.
The list must have the same length as returned by getParameters() The matrix dimensions must fit those given by getParameters()