ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The problem is fixed. In the package.xml I removed the following lines:
<run_depend>pluginlib</run_depend>
<build_depend>pluginlib</build_depend>
And in the CMakeLists.txt remove the lines with 'pluginlib' in it.
And it worked...