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

Revision history [back]

Finally, after hours I have an answer..

The problem is in the cfg files.

You must be sure that the filename matches the third parameter of the last line of the file, the one with the exit statement.

For example if the last line is:

exit(gen.generate(PACKAGE, "dummy", "myNameIsImportant"))

the file name must be myNameIsImportant.cfg

I did not find this information in the documentation/tutorials...