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

Moritz Maus's profile - activity

2014-04-08 21:57:18 -0500 received badge  Famous Question (source)
2014-04-08 19:28:36 -0500 answered a question Arduino Galileo: compile error when using ros

No, I came to the conclusion that the Galileo-System does not operate well with ROS (at least currently), so we will potentially switch to another (Arduino?) platform.

I checked the general (non-Galileo) IDE - it does not seem to have any problem with ROS, that is, I can compile the ROS examples. However it does not support the Galileo-board :(

2014-04-08 17:04:59 -0500 received badge  Popular Question (source)
2014-04-08 17:04:59 -0500 received badge  Notable Question (source)
2014-02-17 02:05:41 -0500 asked a question Arduino Galileo: compile error when using ros

I've installed the Arduino IDE 1.5.3 for a Galileo-Board. Following the instructions on the wiki, I installed rosserial from github, and "catkin_make"ed and "catkin_make install"ed my ws. Everything worked fine.

When I came to run "rosrun rosserial_arduino make_libraries.py .", it stops with an error:

*** Warning, failed to generate libraries for the following packages: ***
    map_msgs

According to several posts and viewing the source of make_libraries.py, this should not be too bad, because generating the messages is the last thing done (correct?). Still, I'd be glad if someone knows how to fix this.

My actual problem is when I compile any of the ROS examples, I get something like

Arduino: 1.5.3 (Linux), Board: "Intel® Galileo"

done
xyz.cpp.o: In function `ArduinoHardware::init()':
/home/moritz/Arduino/libraries/ros_lib/ArduinoHardware.h:96: undefined reference to `HardwareSerial::begin(unsigned long)'
collect2: error: ld returned 1 exit status

To me this looks like a linker error(?), but that does not help me any further. Compiling simple examples and uploading them to the board works fine.

Any help would be appreciated!