NRC_GetMaxTrackingError(double maxTrackingError[])
Get max tracking error
Type
int =>Get max tracking error
Return value | Description |
---|---|
0 | The function is called successfully |
-101 | Invalid input parameter |
-102 | The target object does not exist. This typically occurs when the system initialization is incomplete, and calling other functions may return this value |
-103 | The target object is currently in an inoperable state |
Parameter Option
Parameter | Type | Description |
---|---|---|
maxTrackingError | double [] | The max tracking error will be returned through an array, and the number of array members should not be less than the number of axes of the robot |
Sample code
double maxTrackingError[];
NRC_GetMaxTrackingError(maxTrackingError);