#include <schunk_powercube_chain/PowerCubeSim.h>
#include <string>
#include <sstream>
Go to the source code of this file.
◆ DEG
◆ MANUAL_AXES0_OFFSET
| #define MANUAL_AXES0_OFFSET 1.8 |
◆ MANUAL_AXES6_OFFSET
| #define MANUAL_AXES6_OFFSET 1.5 |
◆ PCTRL_CHECK_INITIALIZED
| #define PCTRL_CHECK_INITIALIZED |
( |
| ) |
|
Value:
{ \
m_ErrorMessage.assign("Manipulator not initialized."); \
return false; \
}
Definition at line 34 of file PowerCubeSim.cpp.
◆ SIM_CLOCK_FREQUENCY
| #define SIM_CLOCK_FREQUENCY 10.0 |
◆ SimThreadRoutine()
| void* SimThreadRoutine |
( |
void * |
threadArgs | ) |
|