class documentation

CAN message for controlling gripper position and effort.

Method __init__ Initialize gripper control message.
Constant ID Undocumented
Constant MAX_GRIPPER_EFFORT Undocumented
Constant MIN_GRIPPER_EFFORT Undocumented
def __init__(self, position: int, effort: int, *, enable: bool = False, clear_error: bool = False, set_zero: bool = False):

Initialize gripper control message.

Parameters
position:intTarget gripper position
effort:intEffort/force to apply
enable:boolEnable gripper control
clear_error:boolClear any error state
set_zero:boolSet current position as zero reference
ID: int =

Undocumented

Value
345
MAX_GRIPPER_EFFORT: int =

Undocumented

Value
5000
MIN_GRIPPER_EFFORT: int =

Undocumented

Value
0