#include <motion.h>
Public Member Functions | |
CMotionData () | |
~CMotionData () | |
Public Attributes | |
float | angles [AX12_COUNT] |
Joint angles. | |
CMatrix * | pose |
Array of TCP position & orientation of all limbs. | |
int | pause |
Stores all joint angles and the cartesian pose of all limbs (redundant).
CMotionData::CMotionData | ( | ) |
CMotionData::~CMotionData | ( | ) |
float CMotionData::angles[AX12_COUNT] |
Joint angles.
Array of TCP position & orientation of all limbs.
Will be allocated in constructor.