#include <schunk_powercube_chain/simulatedArm.h>
#include <schunk_powercube_chain/simulatedMotor.h>
#include <math.h>
Go to the source code of this file.
Defines | |
#define | PSIM_CHECK_INITIALIZED() |
#define PSIM_CHECK_INITIALIZED | ( | ) |
if (isInitialized() == false) \ { \ m_ErrorMessage.assign("Manipulator not initialized."); \ return false; \ }
Definition at line 22 of file simulatedArm.cpp.