Skip to content

All Supported Parallel Grippers

SUMMARY

Complete reference of all parallel grippers supported by Synapse. Each gripper 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

onrobot_gripper = onrobot.OnRobotRG2()
python
from telekinesis.synapse.tools.parallel_grippers import robotiq  # Robotiq parallel grippers

robotiq_gripper = robotiq.Robotiq2F85()
python
from telekinesis.synapse.tools.parallel_grippers import schunk  # Schunk parallel grippers

schunk_gripper = schunk.SchunkEGU50()

Browse Supported Parallel Grippers

COMING SOON

Schunk EGP, PZN-plus, and PZV 64 are supported in Isaac Sim only; hardware control is coming soon.