Robotics StackExchange | Archived questions

Library path argument in plugin.xml

Hi,

In the tutorials, it says that the plugin.xml should start with:

<library path="src">

Which implies that in my_pkg/src/my_pkg there is a plugin. However, in some other codes out there I see something like

<library path="lib/libmy_pkg">

Which one is supposed to be correct?

In fact, sometimes src is enough but some other times I have to write src/my_pkg or it will not be able to load the plugin. Some further explanation on this would be great.

Thanks!

Asked by Javier V. Gómez on 2016-02-04 10:43:08 UTC

Comments

Answers