16.xarm_set_collision_rebound

192.168.1.66:18333/ws

设置碰撞回弹参数接口: 设置碰撞回弹参数功能。

Message:

#设置碰撞回弹为打开
{
    "cmd": "xarm_set_collision_rebound",
    "data": {
        'on': True,    
        'save': True,
    },
    "id": "1"
}

\

Request:

请求类型:Application/json

  • cmd

    • string,必填,请求接口

  • date

    • json,必填,请求数据

  • id

    • string,必填,请求序列号

\

Respons:

code=0->成功;
code!=0->失败,详情参考xArm_Python_SDK/xarm_api_code.md文档。

\

请求参数

Last updated