Skip to content

单步运动

motionFor(type) -> {void}

机器人运动控制

参数

名称 数据类型 说明
type MotionType 运动方式

返回值

示例

TypeScript
1
2
3
...
axRobot.motionFor(MotionType.Forward);
...