绝对移动
move_toRelocate the robot end-effector to specified absolute Cartesian coordinates in millimeters. Set X, Y, Z and optional speed to achieve precise positioning.
Instructions
将机械臂末端移动到指定笛卡尔绝对坐标 (mm)。返回目标坐标和速度的确认信息。
X: +右 −左 | Y: +前 −后 | Z: +上 −下 X 范围 [-300, 300] Y 范围 [-300, 300] Z 范围 [50, 200] speed 范围 [10, 200] mm/s,不传则用默认 100
如果要基于当前位置偏移,用 move_relative。如果只是查询位置,用 get_status(只读)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| z | Yes | ||
| speed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |