Microcontroller - lcrestini/yarp GitHub Wiki

Microcontroller

The first microcontroller used will be Arduino UNO R3

Hardware

1

Arduino Store

Arduino Software

To realize a ROS node starting from your sketch in Arduino, you need to install the rosserial library in your Arduino IDE.

  1. go to the sketch menu of your Arduino IDE
  2. go to include library menu --> manage libraries
  3. filter for rosserial and install it.