#include <cob_powercube_chain/PowerCubeCtrl.h>#include <string>#include <sstream>#include <time.h>#include <cmath>
Go to the source code of this file.
Defines | |
| #define | DEG 57.295779524 |
| #define | MANUAL_AXES0_OFFSET 1.8 |
| #define | MANUAL_AXES6_OFFSET 1.5 |
| #define | PCTRL_CHECK_INITIALIZED() |
| #define DEG 57.295779524 |
Definition at line 64 of file PowerCubeCtrl.cpp.
| #define MANUAL_AXES0_OFFSET 1.8 |
Definition at line 65 of file PowerCubeCtrl.cpp.
| #define MANUAL_AXES6_OFFSET 1.5 |
Definition at line 66 of file PowerCubeCtrl.cpp.
| #define PCTRL_CHECK_INITIALIZED | ( | ) |
if ( isInitialized()==false ) \ { \ m_ErrorMessage.assign("Manipulator not initialized."); \ return false; \ }
Definition at line 68 of file PowerCubeCtrl.cpp.