You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
CONFIG_INSTALL_POSE
This is a structure information to set the install pose, and consists of the following fields.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Gradient of robot base on the ground (tilt or incline angle) |
|
4 |
|
|
Rotation angle of robot base about the vertical axis |
Total size: 8 bytes
Defined in: DRFS.h
typedef struct _CONFIG_INSTALL_POSE
{
/* robot gradient on ground */
float _fGradient;
/* robot rotation angle */
float _fRotation;
} CONFIG_INSTALL_POSE, *LPCONFIG_INSTALL_POSE;