ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I solved this by including the following in my package.xml:
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
2 | No.2 Revision |
I solved this by including the following in my package.xml:
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
(was incorrectly pluginlib
before)
3 | No.3 Revision |
I solved this by including the following in my package.xml:
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
(was incorrectly pluginlib
before)