get_actual_joint_pose
Retrieve the current joint angles of a specified robotic arm by providing its IP address using the nUR MCP Server.
Instructions
获取指定IP机器人的当前关节角度 IP:机器人地址
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ip | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ip": {
"title": "Ip",
"type": "string"
}
},
"required": [
"ip"
],
"title": "get_actual_joint_poseArguments",
"type": "object"
}