Skip to content

All Supported Tools

SUMMARY

Complete reference of all end-effector tools supported by Synapse. Each tool is accessible through a unified Python API for control, configuration, and integration with robot arms.

python
from telekinesis.synapse.tools.parallel_grippers import onrobot       # OnRobot parallel grippers
from telekinesis.synapse.tools.parallel_grippers import robotiq       # Robotiq parallel grippers
from telekinesis.synapse.tools.parallel_grippers import schunk        # Schunk parallel grippers

onrobot_gripper = onrobot.OnRobotRG2()
robotiq_gripper = robotiq.Robotiq2F85()
schunk_gripper = schunk.SchunkEGU50()

Supported Parallel Grippers

OnRobot RG6
OnRobot RG6
Robotiq 2F-85
Robotiq 2F-85
Schunk EGU-50
Schunk EGU-50

OnRobot

ModelClassMax Gripping Force (N)Stroke (mm)Weight (kg)
RG2OnRobotRG2401100.58
RG6OnRobotRG61201600.95

Robotiq

ModelClassMax Gripping Force (N)Stroke (mm)Weight (kg)
2F-85Robotiq2F85235850.92

Schunk

ModelClassInterface
EGU-50SchunkEGU50Modbus RTU

COMING SOON

Additional Schunk tool documentation is coming soon, including setup guides and usage examples.