dynamic_reconfigure and catkin
Dear all, I would like to know if there is a way, even a workaround, of generating dynamic_reconfigure files from a catkin package. AFAIK, there is no way currently to use dynamic_reconfigure in a catkin package as the CMake macro is not compatible (rely on rosbuild macros).
- Is there a workaround?
- Is it planned for dynamic_reconfigure to switch to catkin?
Thanks!