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

I solved this by including the following in my package.xml:

<export> <nodelet plugin="${prefix}/nodelet_plugins.xml" /> </export>

I solved this by including the following in my package.xml:

<export> <nodelet plugin="${prefix}/nodelet_plugins.xml" /> </export>

(was incorrectly pluginlib before)

I solved this by including the following in my package.xml:

<export> <nodelet plugin="${prefix}/nodelet_plugins.xml" /> </export>

(was incorrectly pluginlib before)