#include <cob_powercube_chain/simulatedArm.h>
#include <cob_powercube_chain/PowerCubeCtrl.h>
#include <vector>
#include <string>
#include <cob_powercube_chain/moveCommand.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 58 of file simulatedArm.cpp.