-
I am trying to use the
Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I am not sure, but I think the driver to use depends on the version of the USB dongle you have. The old "gray" mini USB dongle uses the ecan and the driver you found, the newer device (blue) uses the socket can device driver and the corresponding YARP driver: https://github.com/robotology/icub-main/tree/master/src/libraries/icubmod/socketCan |
Beta Was this translation helpful? Give feedback.
-
To my knowledge only the new |
Beta Was this translation helpful? Give feedback.
To my knowledge only the new
ESDCAN2
https://esd.eu/en/products/can-usb2 is supported by Ubuntu. You need to use thesocketcan
yarp wrapper driver. You don't kneed a specific linux driver, it's built-in in the kernel. Ssome instructions here: http://wiki.icub.org/wiki/IKart#Esdcan_driver