|
#include "TrajectoryPlayer.h"
#include <ArmarXCore/core/system/ArmarXDataPath.h>
#include <ArmarXCore/core/system/cmake/CMakePackageFinder.h>
#include <SimoxUtility/math/convert.h>
Go to the source code of this file.
Macros | |
#define | STATE_ACCELERATION 2 |
#define | STATE_POSITION 0 |
#define | STATE_VELOCITY 1 |
#define STATE_ACCELERATION 2 |
Definition at line 33 of file TrajectoryPlayer.cpp.
#define STATE_POSITION 0 |
Definition at line 31 of file TrajectoryPlayer.cpp.
#define STATE_VELOCITY 1 |
Definition at line 32 of file TrajectoryPlayer.cpp.