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

Revision history [back]

click to hide/show revision 1
initial version

Generator scripts can't be called directly, you'll need to check your CMakeLists.txt file and make sure it contains the following line:

generate_dynamic_reconfigure_options(cfg/ffcam.cfg)

However, ParameterGenerator should output a more helpful message, I filed a ticket at https://github.com/ros/dynamic_reconfigure/issues/32

Generator scripts can't be called directly, you'll need to check your CMakeLists.txt file and make sure it your CMakeLists.txt file contains the following line:

generate_dynamic_reconfigure_options(cfg/ffcam.cfg)

However, ParameterGenerator should output a more helpful message, I filed a ticket at https://github.com/ros/dynamic_reconfigure/issues/32