We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)