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.
JTS_PARAM_DATA
This structure defines the joint torque sensor (JTS) calibration parameters, including offset and scale values per joint.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
JTS offset for each joint |
|
24 |
|
|
JTS scale factor for each joint |
Total size: 48 bytes
Defined in: DRFS.h
typedef struct _JTS_PARAM_DATA
{
/* jts offset */
float _fOffset[NUMBER_OF_JOINT];
/* jts scale */
float _fScale[NUMBER_OF_JOINT];
} JTS_PARAM_DATA, *LPJTS_PARAM_DATA;
typedef JTS_PARAM_DATA
CALIBRATE_JTS_RESPONSE, *LPCALIBRATE_JTS_RESPONSE;