movel
Move a robot's TCP to a target pose with linear motion. Requires IP address and pose; optional acceleration, velocity, time, and blend radius.
Instructions
发送新的TCP位置到指定IP的机器人,使TCP移动到指定位置,移动期间TCP作直线移动。 IP:机器人地址 pose:TCP位置 a:加速度(米每平方秒) v:速度(米每秒) t:移动时长(秒) r:交融半径(米)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | ||
| pose | Yes | ||
| a | No | ||
| v | No | ||
| t | No | ||
| r | No |