Skip to content

结束控制运动

endControl() -> {void}

关闭机器人移动控制

参数

返回值

示例

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