帮助中心
帮助中心主页
HTTP API
Roboview
Modbus API
常见问题
设置机器人货叉高度

请求

  • 功能:设置机器人货叉高度
  • 方法:POST
  • 接口说明:/setForkHeight
json
POST "http://host:8088/setForkHeight"
1

请求数据

NameTypeDescriptionRequired
vehiclestring机器人名
heightnumber货叉高度, 单位 m
针对地牛:1=上升;0=下降

请求示例

json
{
    "vehicle": "2000-1""height": 0.15
}
1
2
3
4

响应

响应数据

NameTypeDescription
codeintAPI 错误码,详情见 API 错误码
msgstringAPI 错误码信息
create_onstringAPI 上传时间戳

响应数据示例

Responses Code 200

成功响应
json
{
    "code": 0,
    "create_on": "2022-10-20T13:49:09.556+0800",
    "msg": "ok"
}
1
2
3
4
5
最近更新 2023/07/01
文章内容

请求

请求数据

请求示例

响应

响应数据

响应数据示例

Responses Code 200