Sep 2017
Serial interface for ros

Festo Gripper, ICD/ITKE (ITECH) Reseach Pavilion 2016/2017, University of Stuttgart, 2017
Festo Gripper, ICD/ITKE (ITECH) Reseach Pavilion 2016/2017, University of Stuttgart, 2017

Combination of Arduino with a ROS based ecosystem has kept coming to my day to day projects in the last two years of my ITECH studies which pushed me to finally organize and publish SERIAL_IO package.

SERIAL_IO is a ROS package initially has been developed for controlling different Arduino based actuator in our research pavilion. It contains two different nodes:

  • serial_interface which is a simple bidirectional interface for a serial port.
  • serialsmartinterface is the matured version of serial_io node which provides a mechanism for assigning right COM port to different topics. This node has been developed in response to the dilemma of using multiple Arduino with different functionality on the same computer.

You can find this package on Github or use the following command to clone the repository in your ROS workspace.

cd ~/catkin_ws/src/
git clone https://github.com/behrooz-tahanzadeh/serial_io.git
cd ..
catkin_make