ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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
2 | No.2 Revision |
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