movej
Send a joint pose to a Universal Robot by specifying target joint angles, acceleration, velocity, duration, and blend radius for controlled movement.
Instructions
发送新的关节姿态到指定IP的机器人,使每个关节都旋转至指定弧度。 IP:机器人地址, q:各关节角度, a:加速度(米每平方秒), v:速度(米每秒), t:移动时长(秒), r:交融半径(米)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | ||
| q | Yes | ||
| a | No | ||
| v | No | ||
| t | No | ||
| r | No |