ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I've seen this happen when the class name that is generated doesn't match the file name that generated it.
2 | No.2 Revision |
I've seen this happen when the class name that is generated doesn't match the file name that generated it.
This is noted in the tutorial that you link to:
"NOTE: The third parameter should be equal to the cfg file name, without extension. Otherwise the libraries will be generated in every build, forcing a recompilation of the nodes which use them."