Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 871 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 871 Bytes

onrobot-vg

License: MIT repo size

Controller for OnRobot VG10 and VGC10 grippers.

Requirements

  • Python 3.7.3
    • pymodbus==2.5.3

Installation

git clone [email protected]:takuya-ki/onrobot-vg.git && cd onrobot-vg && pip install -r requirements.txt

Usage

  1. Connect the cable between Compute Box and Tool Changer.
  2. Connect an ethernet cable between Compute Box and your computer.
  3. Execute a demo script as below
python src/demo.py --ip 192.168.1.1 --port 502

Author / Contributor

Takuya Kiyokawa

License

This software is released under the MIT License, see LICENSE.