Skip to content

[B] Usage: Gripper

Jan edited this page May 13, 2016 · 1 revision

The basic usage for the gripper is the same as for the arm and base.

This tutorial only introduces the gripper-specific functions. ###Gripper commands

Open the gripper to the maximum width defined by the parameter module_gripper/max_gripper_width.

void open();

Set the gripper width to the specified value in meters.

void setWidth(double value)