
/usr/share/arduino/libraries/ros_lib/ros.h:38:29: fatal error: ros/node_handle.h: No such file or directory compilation terminated.
Originally posted by Hasitha on ROS Answers with karma: 19 on 2013-11-01
Post score: 1

/usr/share/arduino/libraries/ros_lib/ros.h:38:29: fatal error: ros/node_handle.h: No such file or directory compilation terminated.
Originally posted by Hasitha on ROS Answers with karma: 19 on 2013-11-01
Post score: 1

You must run rosrun rosserial_arduino make_libraries.py PathToYourSketchbookLibraries ?
Originally posted by tonybaltovski with karma: 2549 on 2013-11-03
This answer was ACCEPTED on the original site
Post score: 5
Comment by Hasitha on 2013-11-07:
Thank you Balto for answering. I'm using ROS Fuerte. So there is no rosserial_arduino or I couldn't find it. Then I manually copy & paste the things inside ros_lib folder to /usr/share/arduino/libraries/ros_lib/ & gave permissions. Then it worked.
Comment by Sood on 2016-04-10:
Hasitha could you tell me what permissions you used to get it to run? I am having the same problem.