I am trying to add a dynamic_reconfigure server to my node. `catkin_make` is successful, including the generation of the .h file for my .cfg file, but `catkin_make install` generates the error:
`file INSTALL cannot find "/devel/include/customConfigFile.h"`
The `customConfigFile.h` is generated in my package, but is not ever moved over to devel/. I could not find anything relevant mentioned in the dynamic_reconfigure tutorials. How should I install the generated header file?
I'm running Indigo and Ubuntu 14.04.
↧