To operate with Arduino on Ubuntu 16.04, we must install rosserial ROS packages and then set up the Arduino client, installing the libraries needed to communicate with ROS. We can install the rosserial packages on Ubuntu using the following commands:
- Install the rosserial package binaries, using apt-get:
$ sudo apt-get install ros-kinetic-rosserial-arduino ros-kinetic-rosserial-embeddedlinux ros-kinetic-rosserial-windows ros-kinetic-rosserial-server ros-kinetic-rosserial-python
- For installing the rosserial_client library called ros_lib in Arduino, we must download the latest Arduino IDE for Linux 32/64 bit. The following is the link for downloading the Arduino IDE: https://www.arduino.cc/en/main/software ...