RobotiqEPick
Inherits from:SuctionGripper
Communicates with the gripper directly, via socket with string commands, leveraging string names for variables.
Attributes:
ACT (str): Activate (1 while activated, can be reset to clear fault status)
GTO (str): Go to (will perform go to with the actions set in pos, for, spe)
ATR (str): Auto-release (emergency slow move)
MOD (str): Mode (0 = automatic, 1 = advanced)
FR (str): Minimum pressure
PR (str): Max/ target pressure
SP (str): Timeout for suction
STA (str): Status (0 = is reset, 1 = activating, 3 = active)
PRE (str): Position request (echo of last commanded position)
OBJ (str): Object detection
FLT (str): Fault (0=ok, see manual for errors if not zero)
init
connect
Arguments