#include <dynamic-graph/all-commands.h>
#include <dynamic-graph/real-time-logger.h>
#include <sot/core/debug.hh>
#include <sot/core/factory.hh>
#include <sot/core/gripper-control.hh>
#include <sot/core/macros-signal.hh>
Go to the source code of this file.
Macros | |
#define | ENABLE_RT_LOG |
#define | SOT_FULL_TO_REDUCED(sotName) |
Functions | |
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN (GripperControlPlugin, "GripperControl") | |
Variables | |
const double | DT = 0.005 |
#define ENABLE_RT_LOG |
Definition at line 10 of file gripper-control.cpp.
#define SOT_FULL_TO_REDUCED | ( | sotName | ) |
Definition at line 29 of file gripper-control.cpp.
DYNAMICGRAPH_FACTORY_ENTITY_PLUGIN | ( | GripperControlPlugin | , |
"GripperControl" | |||
) |
const double DT = 0.005 |
Definition at line 42 of file gripper-control.cpp.