OpenCR Software Setup

asked 2017-10-06 00:21:20 -0500

seeggel gravatar image

updated 2017-10-06 02:25:21 -0500

gvdhoorn gravatar image

Can’t add TurtleBot3 Firmware to OpenCR following Docs, get error. What could be the problem?

Arduino: 1.8.5 (Linux), Board: “OpenCR Board, OpenCR Bootloader”

In file included from /home/seeggel/Arduino/libraries/ros_lib/ros.h:39:0,
from sketch/turtlebot3_core_config.h:24,
from /home/seeggel/.arduino15/packages/OpenCR/hardware/OpenCR/1.0.13/libraries/turtlebot3/turtlebot3_burger/turtlebot3_core/turtlebot3_core.ino:19:
/home/seeggel/Arduino/libraries/ros_lib/ArduinoHardware.h: In constructor ‘ArduinoHardware::ArduinoHardware()’:
/home/seeggel/Arduino/libraries/ros_lib/ArduinoHardware.h:76:16: error: cannot convert ‘USBSerial*’ to ‘HardwareSerial*’ in assignment
iostream = &Serial;
^
Multiple libraries were found for "ros.h"
Used: /home/seeggel/Arduino/libraries/ros_lib
Not used: /home/seeggel/.arduino15/packages/OpenCR/hardware/OpenCR/1.0.13/libraries/turtlebot3_ros_lib
exit status 1
Error compiling for board OpenCR Board.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
edit retag flag offensive close merge delete

Comments

Please always use the Preformatted Text button (the one with 101010 on it) when copy-pasting console text or any other form of fixed-width output. That makes things much easier to read.

Thanks.

gvdhoorn gravatar image gvdhoorn  ( 2017-10-06 02:26:36 -0500 )edit

ok! thanks!

seeggel gravatar image seeggel  ( 2017-10-06 04:31:18 -0500 )edit