ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

hello i work for me with arduino1.6.8 i change in ros_lib the file ArduinoHardware.h

if defined(USBCON) and !(defined(USE_USBCON))

  /* Leonardo support */
  iostream = &Serial1;

to

if defined(USBCON) and !(defined(USE_USBCON))

  /* Leonardo support */
  iostream = &Serial;