Skip to content

14.xarm_set_bio_gripper_pos_force

Control of Xarm Bio gripper position and clamping force

Message

json

{
    "cmd": "xarm_set_bio_gripper_pos_force",
    "data": {
        "pos": "150",
        "speed": "3000",
        "force": "100",
        "wait": false
    },
    "id": "1"
}

Request:

datatypeRequired fieldsDescriptionExample value
posStringyesSet the position of the Bio gripper150(71~150)
speedStringyesSet the speed of the Bio gripper3000(1~4500)
forceStringyesSet the gripping force of the bio gripper100(10~100)
waitboolyesSet whether to wait for the bio gripperfalse

Response

code=0->success;
code!=0->Failed, refer to xarm_api_code;