You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The usbCameraRaw plugin installed by the YARP option ENABLE_yarpmod_usbCamera does not work correctly, and it is not shown correctly by the yarpdev --list .
To Reproduce
Install YARP and enable the usbCamera device. Then, run yarpdev --list, you get:
[INFO] |yarp.dev.Drivers| Here are devices listed for your system:
Error: |yarp.os.YarpPluginSettings| Error while opening /home/runner/work/robotology-superbuild/robotology-superbuild/build/install/lib/yarp/yarp_usbCamera.so:
/home/runner/work/robotology-superbuild/robotology-superbuild/build/install/lib/yarp/yarp_usbCamera.so: undefined symbol: usbCameraRaw
Error: |yarp.os.YarpPluginSettings| Error while opening /home/runner/work/robotology-superbuild/robotology-superbuild/build/install/lib/yarp/yarp_usbCamera.so:
/home/runner/work/robotology-superbuild/robotology-superbuild/build/install/lib/yarp/yarp_usbCamera.so: undefined symbol: usbCameraRaw
Error: |yarp.os.YarpPluginSettings| Error while opening /home/runner/work/robotology-superbuild/robotology-superbuild/build/install/lib/yarp/yarp_usbCamera.so:
/home/runner/work/robotology-superbuild/robotology-superbuild/build/install/lib/yarp/yarp_usbCamera.so: undefined symbol: usbCameraRaw
Error: |yarp.os.YarpPluginSettings| Error while opening /home/runner/work/robotology-superbuild/robotology-superbuild/build/install/lib/yarp/yarp_usbCamera.so:
/home/runner/work/robotology-superbuild/robotology-superbuild/build/install/lib/yarp/yarp_usbCamera.so: undefined symbol: usbCameraRaw
Warning: |yarp.dev.Drivers| Wrong library name for plugin usbCameraRaw
Expected behavior
I would expect yarpdev --list to work correctly as it does for all the other YARP devices.
Screenshots
Configuration (please complete the following information):
Indeed, enabling ENABLE_yarpmod_usbCameraRaw everything works as expected. I guess it is a bit counter intuitive that if you enable ENABLE_yarpmod_usbCamera and not ENABLE_yarpmod_usbCameraRaw you get a non-working usbCameraRaw installed, but for sure that is another problem.
Describe the bug
The
usbCameraRaw
plugin installed by the YARP optionENABLE_yarpmod_usbCamera
does not work correctly, and it is not shown correctly by theyarpdev --list
.To Reproduce
Install YARP and enable the usbCamera device. Then, run
yarpdev --list
, you get:Expected behavior
I would expect
yarpdev --list
to work correctly as it does for all the other YARP devices.Screenshots
Configuration (please complete the following information):
Additional context
I discovered this in https://github.com/robotology/robotology-superbuild/pull/521/checks?check_run_id=1425069998 .
Similar issues:
The text was updated successfully, but these errors were encountered: