Skip to content

开始控制运动

beginControl() -> {void}

开启机器人移动控制

参数

返回值

示例

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