Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt

Use this file to discover all available pages before exploring further.

ParallelJawGripper

Inherits from: ABC No class docstring.

init

ParallelJawGripper.__init__(*args, **kwargs)
No docstring provided.
Arguments
args
No description provided.
kwargs
No description provided.

initialize

ParallelJawGripper.initialize(*args, **kwargs)
Connect to the IP/port of the gripper and set it to an active state.
Arguments
args
No description provided.
kwargs
No description provided.

open

ParallelJawGripper.open()
Move the gripper to its widest position, with maximum speed and force (blocking).

close

ParallelJawGripper.close()
Move the gripper to its narrowest position, with maximum speed and force (blocking).

get_tool_center_wrt_arm

ParallelJawGripper.get_tool_center_wrt_arm() -> Pose
Get the Pose of the tool center with respect to the base of the gripper (attached to the arm).
Returns
returns
Pose