get_robot_model
Retrieve the model of a Universal Robot by specifying its IP address. This tool provides essential robot information for effective control and monitoring.
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_robot_modelArguments",
"type": "object"
}