相对移动
move_relativeMove the robot arm by relative offsets (dx, dy, dz) from its current position to make precise incremental adjustments. Optionally set speed in mm/s for controlled movement.
Instructions
相对当前位置偏移移动机械臂末端 (mm)。返回目标坐标和速度的确认信息。
dx: +右 −左 | dy: +前 −后 | dz: +上 −下 这是最常用的移动工具。用户说「向右 100mm」→ dx=100。 speed 范围 [10, 200] mm/s,不传则用默认 100
如果要移动到固定坐标,用 move_to。如果只是查询位置,用 get_status(只读)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dx | Yes | ||
| dy | Yes | ||
| dz | Yes | ||
| speed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |