Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/real-stanford/minwsg

Minimal code for controlling Schunk WSG grippers
https://github.com/real-stanford/minwsg

gripper-control schunk wsg wsg32 wsg50

Last synced: 2 days ago
JSON representation

Minimal code for controlling Schunk WSG grippers

Awesome Lists containing this project

README

        

# minWSG
Minimal code for controlling schunk wsg grippers. [wsg.py](wsg.py) contains the following functionalities:
- Move fingers to home (fully open) state
- Move fingers to desired position
- Grip (grasp) with desired force
- Release

The controller communicates with a WSG gripper via its text-based interface. It is required to enable Settings -> Command Interface -> Use text based interface through your gripper's web interface.

For demo, connect the wsg gripper and simply run:
```
python demo.py
```

To extend this library for more functionalities, please checkout the "GCL Gripper Control Language Reference Manual" by clicking Help -> Documentation -> GCL Reference Manual on your gripper's web interface.