ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I met the same issue, too.

In my case, I added <depend>costmap_2d</depend> into package.xml of the package containing costmap plugin source code, and it worked.

You can check whether your original plugin is working by typing the command below.

rospack plugins --attrib=plugin costmap_2d

If your plugin is working, your original costmap_plugins.xml path would be displayed.