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

It is related to #q203700 (thanks to @gvdhoorn).

In short: The error was inside the .cfg:

# In this line here:
exit(gen.generate(PACKAGE, "<package_name>", "<name_of_cfg>"))

So the <name_of_cfg> should be exactly as the .cfg file name! E.g.:

# Filename: SomeConfiguration.cfg
exit(gen.generate(PACKAGE, "<package_name>", "SomeConfiguration"))