takuya-ki / hand-e

Implementation of Robotiq Hand-E.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hand-e

ROS metapackage based on ros-industrial/robotiq

Requirements

  • Ubuntu 18.04
  • ROS melodic

Installation

$ mkdir -p catkin_ws/src && cd catkin_ws
$ git clone https://github.com/takuya-ki/hand-e.git src
$ rosdep install --from-paths src --ignore-src --rosdistro=melodic -y --os=ubuntu:bionic
$ sudo apt update && sudo apt install ros-melodic-joint-state-publisher-gui
$ catkin build
$ source catkn_ws/devel/setup.bash

Usage

# Connect the Hand E with usb cable to the controll computer

Interactive control

$ sudo usermod -a -G dialout username
$ ls -l /dev/ttyUSB0
$ sudo chmod +777 /dev/ttyUSB0
$ ./utils/demo.sh
$ ./utils/gui.sh

Author / Contributor

Takuya Kiyokawa

About

Implementation of Robotiq Hand-E.


Languages

Language:C++ 62.9%Language:Python 28.6%Language:CMake 8.0%Language:Shell 0.5%