NRC_PowerOff()
Servo power off
After successfully calling this function, the servo will be powered off and in a disabled state
Do not call this interface while the robot is in motion, as it may cause the robot to stop suddenly, resulting in violent shaking
Type
int=>Servo power off
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
None
Sample code
NRC_PowerOff();//Servo power off