Skip to content

takuya-ki/hand-e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hand-e

support level: community repo size

ROS meta package based on ros-industrial/robotiq.

Requirements

Installation

mkdir -p catkin_ws/src && cd catkin_ws && git clone https://github.com/takuya-ki/hand-e.git src && sudo apt update && sudo apt install byobu ros-melodic-joint-state-publisher-gui ros-melodic-soem ros-melodic-socketcan-interface && catkin build && source catkn_ws/devel/setup.bash

Usage

  1. Connect the Hand E with usb cable to the controll computer
  2. Prepare the execution
sudo usermod -a -G dialout username && ls -l /dev/ttyUSB0 && sudo chmod +777 /dev/ttyUSB0
  1. Execute a script
./utils/gui.sh

A demonstration script

./utils/demo.sh

Author / Contributor

Takuya Kiyokawa

License

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