![]() |
NexMotion
1.4.0
Open Robots & Machines [WIP]
|
The data structure to descibe the transformmed reslationship between two coordinate system. More...
#include <NexMotionDef.h>
Public Attributes | |
F64_T | pose [NMC_MAX_POSE_DATA_SIZE] |
pose[0-2] define the relative translation distance in x, y, and z axis. More... | |
The data structure to descibe the transformmed reslationship between two coordinate system.
It is used to describe the coordinate transformation between two coordinate systems: (x, y, z, roll, pitch, yaw)
F64_T CoordTrans_T::pose[NMC_MAX_POSE_DATA_SIZE] |
pose[0-2] define the relative translation distance in x, y, and z axis.
pose[3-5] define the relative rotation angle in x, y, and z axis.