cbandera / rosparam_handler

An easy wrapper for using parameters in ROS
Other
47 stars 26 forks source link

[bug] generate_dynamic_reconfigure_options called with empty arguments... #13

Closed wsascha closed 7 years ago

wsascha commented 7 years ago

...when rosparam handler is used without having any .params files in the cfg directory See: https://github.com/cbandera/rosparam_handler/blob/master/cmake/rosparam_handler-macros.cmake#L67

We fixed this with:

list(APPEND ${PROJECT_NAME}_LOCAL_CFG_FILES "${_cfg}")
cbandera commented 7 years ago

Thanks for the hint!