Skip to content

End Control Motion

endControl() -> {void}

Turn off robot movement control

Parameters

none

Return Value

none

Example

JavaScript
1
2
3
...
axRobot.endControl();
...