Fixed-Point Motion moveTo(pose) -> {void} The robot moves to the specified position Parameters Name Data Type Description pose Pose pose Return Value none Example JavaScript1 2 3 4 5 6 7... axRobot.moveTo({ x: 0, y: 0, yaw: 0 }); ...