
I tried to run the ros_lib HelloWorld program on an Arduino Uno, but got the following error:
In file included from /home/turtlebot/sketchbook/libraries/ros_lib/ros.h:38:0,
from button_example.cpp:5:
/home/turtlebot/sketchbook/libraries/ros_lib/ros/node_handle.h: In member function ‘void ros::NodeHandle_::logdebug(const char*)’:
/home/turtlebot/sketchbook/libraries/ros_lib/ros/node_handle.h:414:13: error: ‘DEBUG’ is not a member of ‘rosserial_msgs::Log’
Background: I have groovy installed on my netbook . I used the instructions here with the rosbuild option to build rosserial_arduino on the netbook. I then moved the ros_lib libraries to the relevant Arduino folder and tried to run the example sketches on the Arduino.
Originally posted by PKG on ROS Answers with karma: 365 on 2013-04-05
Post score: 0
Original comments
Comment by Balakumar on 2013-07-17:
Did you find a solution? I am stuck with the same error.