#include <sot/core/control-gr.hh>
Public Member Functions | |
| ControlGR (const std::string &name) | |
| void | init (const double &step) |
| virtual void | display (std::ostream &os) const |
| virtual const std::string & | getClassName (void) const |
Public Attributes | |
| SignalPtr< ml::Matrix, int > | matrixASIN |
| SignalPtr< ml::Vector, int > | accelerationSIN |
| SignalPtr< ml::Vector, int > | gravitySIN |
| SignalTimeDependent < ml::Vector, int > | controlSOUT |
Static Public Attributes | |
| static const double | TIME_STEP_DEFAULT |
| static const std::string | CLASS_NAME |
Protected Member Functions | |
| double & | setsize (int dimension) |
| ml::Vector & | computeControl (ml::Vector &tau, int t) |
Protected Attributes | |
| double | TimeStep |
| double | _dimension |
| dynamicgraph::sot::ControlGR::ControlGR | ( | const std::string & | name | ) |
| ml::Vector& dynamicgraph::sot::ControlGR::computeControl | ( | ml::Vector & | tau, |
| int | t | ||
| ) | [protected] |
| virtual void dynamicgraph::sot::ControlGR::display | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from dynamicgraph::Entity.
| virtual const std::string& dynamicgraph::sot::ControlGR::getClassName | ( | void | ) | const [inline, virtual] |
Implements dynamicgraph::Entity.
| void dynamicgraph::sot::ControlGR::init | ( | const double & | step | ) |
| double& dynamicgraph::sot::ControlGR::setsize | ( | int | dimension | ) | [protected] |
double dynamicgraph::sot::ControlGR::_dimension [protected] |
const std::string dynamicgraph::sot::ControlGR::CLASS_NAME [static] |
const double dynamicgraph::sot::ControlGR::TIME_STEP_DEFAULT [static] |
double dynamicgraph::sot::ControlGR::TimeStep [protected] |