ROS meta package based on ros-industrial/robotiq.
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
- Connect the Hand E with usb cable to the controll computer
- Prepare the execution
sudo usermod -a -G dialout username && ls -l /dev/ttyUSB0 && sudo chmod +777 /dev/ttyUSB0
- Execute a script
./utils/gui.sh
./utils/demo.sh
This software is released under the MIT License, see LICENSE.