11.xarm_set_bio_gripper_enable

192.168.1.66:18333/ws

使能Xarm Bio机械爪接口

Message

# 使能Xarm Bio机械爪
{
    "cmd": "xarm_set_bio_gripper_enable",
    "data": {
        "enable": true
    },
    "id": "1"
}

Request:

请求类型:Application/json

  • cmd

    • string,必需,请求接口

  • data

    • json,必需,请求数据

  • id

    • string,必需,请求序列号

Respons:

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

Last updated