Skip to content

All Supported Suction Grippers

SUMMARY

Complete reference of all suction (vacuum) 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.suction_grippers import piab  # Piab vacuum grippers

piab_gripper = piab.PiabPiCobotElectric()
python
from telekinesis.synapse.tools.suction_grippers import custom  # Simulated vacuum gripper

sim_gripper = custom.SuctionGripper()

Browse Supported Suction Grippers