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

with rosserial, changes to arduino library .h files have no effect

asked 2013-08-18 21:00:59 -0500

dan gravatar image

I successfully setup and am using rosserial, but want to make some changes to the .h files located in the arduino library, for example

...sketchbook/libraries/ros_lib/ros.h

or

...sketchbook/libraries/ros_lib/ros/nodehandle.h

but for some reason, changes to those files do not get incorporated into the build made with the arduino IDE. I have tried closing the IDE, rebooting, etc. It seems as if the library files are coming from some other location.

I have a lot of experience with arduino and custom libraries and this one has me completely baffled.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-08-19 11:45:11 -0500

dan gravatar image

Based on ferg's answer to a related question, in the arduino IDE I went to File, Preferences and selected verbose build. With that I discovered that the IDE was using an old, backup copy of ros_lib. I thought it would not do that since I had renamed the folder ros_lib_old, but forgot that odd things happen in arduino libraries that have more than one file with the same name, even if they are in different directories.

So just moving the backup copy from the libraries folder fixed the problem.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-08-18 21:00:59 -0500

Seen: 311 times

Last updated: Aug 19 '13