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

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...