robotology / yarp-device-xsensmt

YARP Device Driver for XSens MT* devices based on the MT Software Suite.
Other
5 stars 5 forks source link

The cmake calls yarp_configure_plugins_installation macro with a wrong argument #10

Closed traversaro closed 4 years ago

traversaro commented 6 years ago

yarp_configure_plugins_installation(yarp) would shadow the yarp.ini plugin manifest installed by YARP itself. In general every plugin manifest should have a different name.

cc @gabrielenava @lrapetti @diegoferigo

traversaro commented 4 years ago

Fixed in https://github.com/robotology/xsensmt-yarp-driver/pull/19 .