Robotics StackExchange | Archived questions

Rospack cant detect the custom plugin

The Rospack is not showing my custom plugin. I did add dependencies on nav_core i.e;

<build_depend>nav_core</build_depend>
<run_depend>nav_core</run_depend>

but it still didn't resolve the issue, still Rospack is unable to show my custom plugin.

Asked by Iffat on 2020-02-01 06:12:27 UTC

Comments

Did you also export the plugin in your manifest?

I'd recommend showing your package manifest.

Asked by gvdhoorn on 2020-02-02 12:23:15 UTC

Answers