Table of Contents

Function Definition: roboticArm.setgripperangle(OPEN, CLOSE = 50)

Parameters

NameTypeDescriptionExpected ValuesDefault Value
OPENintThe value for the angle at which the gripper should open.0 to 1800
CLOSEintThe value for the angle at which the gripper should closed.0 to 18050

Description

This function takes two parameters – a value for the angle at which the gripper should open and a value for the angle at which the gripper should close – and sets the angles for the gripper on a robotic arm.

Example

There are no examples documented for this article.