sot-core  4.11.8
Hierarchical task solver plug-in for dynamic-graph.
device.hh File Reference
#include <pinocchio/fwd.hpp>
#include <dynamic-graph/linear-algebra.h>
#include <dynamic-graph/all-signals.h>
#include <dynamic-graph/entity.h>
#include <sot/core/matrix-geometry.hh>
#include "sot/core/api.hh"
#include "sot/core/periodic-call.hh"
Include dependency graph for device.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dynamicgraph::sot::Device
 

Namespaces

 dynamicgraph
 
 dynamicgraph::sot
 

Enumerations

enum  dynamicgraph::sot::ControlInput { dynamicgraph::sot::CONTROL_INPUT_NO_INTEGRATION = 0 , dynamicgraph::sot::CONTROL_INPUT_ONE_INTEGRATION = 1 , dynamicgraph::sot::CONTROL_INPUT_TWO_INTEGRATION = 2 , dynamicgraph::sot::CONTROL_INPUT_SIZE = 3 }
 Define the type of input expected by the robot. More...
 

Variables

const std::string dynamicgraph::sot::ControlInput_s [] = {"noInteg", "oneInteg", "twoInteg"}