with rosserial, changes to arduino library .h files have no effect
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.