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

michele's profile - activity

2018-03-21 08:38:06 -0500 received badge  Student (source)
2016-04-23 17:24:11 -0500 received badge  Notable Question (source)
2016-04-23 17:24:11 -0500 received badge  Famous Question (source)
2015-02-04 05:40:34 -0500 received badge  Popular Question (source)
2015-01-14 10:16:52 -0500 asked a question Hello world #include "ros/node_handle.h"

hi everyone. I am trying to setup the Arduino environment in ROS. However, I obtain the following mistake:

In file included from HelloWorld.pde:6:0: /home/wmr/sketchbook/libraries/ros_lib/ros.h:38:29: fatal error: ros/node_handle.h: No such file or directory #include "ros/node_handle.h"

I am using indigo. I copied the ros_lib file using roscd rosserial_arduino/src cp -r ros_lib <sketchbook>/libraries/ros_lib and I have the ros_lib copied both in the sketchbook in the homer directory and the libraries in the usr/share/arduino/libraries directory.

can someone help me?

thank you!