单步运动 motionFor(type) -> {void} 机器人运动控制 参数 名称 数据类型 说明 type MotionType 运动方式 返回值 无 示例 TypeScript1 2 3... axRobot.motionFor(MotionType.Forward); ...