#include <motion.h>
Public Attributes | |
int | duration |
Pause (in milliseconds) between this and the next key frame. | |
int | current |
Elapsed time (in milliseconds). | |
bool | checkCollision |
Run Collision Check. | |
CMatrix | pose |
Pose of limb. | |
float | angles [AX12_COUNT] |
Values of joint angles belonging to pose (only the angles of the limb are set). |
The pose will be used as a stopover (for one limb) in the interpolation process, see CMotionContainer.
TODO: rethink.
int CPoint::duration |
Pause (in milliseconds) between this and the next key frame.
int CPoint::current |
Elapsed time (in milliseconds).
Run Collision Check.
Pose of limb.
float CPoint::angles[AX12_COUNT] |
Values of joint angles belonging to pose (only the angles of the limb are set).