roboticslab-uc3m / questions-and-answers

A place for general debate and question&answer
https://robots.uc3m.es/developer-manual/appendix/repository-index.html
2 stars 0 forks source link

Install our YARP plugins elsewhere #45

Closed jgvictores closed 6 years ago

jgvictores commented 6 years ago

Install YARP plugins elsewhere: right now, in Ubuntu, our YARP plugins are installed in /usr/local/lib/yarp. However, icub plugins are installed in /usr/local/lib/icub.

PeterBowman commented 6 years ago

Example: https://github.com/roboticslab-uc3m/tools/commit/55ab32f776022806be29fe518e6684285deca71e.

PeterBowman commented 6 years ago

Done at:

PeterBowman commented 6 years ago

@roboticslab-uc3m/teo

It is advised to uninstall, pull and install again the projects listed in my previous comment, in case you are working with any of them. Alternatively, look for installed devices and their associated .ini descriptors at /usr/local/lib/yarp and /usr/local/share/yarp/plugins, respectively, and remove them "by hand". YARP's module loader will give priority to modules installed in the old path (common for its own devices, e.g. opencv_grabber and the like). You may use the yarpdev --list utility to check where your modules are located at (as seen by YARP) and apply this fix if needed.