leddartech / LeddarSDK

SDK to communicate with LeddarTech sensors
19 stars 20 forks source link

Couldnt load CAN-komodo library #25

Open a-albano90 opened 3 years ago

a-albano90 commented 3 years ago

When I try to use the LeaddarExample executable after connecting with CAN, I get the following error: Exception: Couldnt load CAN-komodo library. Is there a library a should install?

dominiqueplourde commented 3 years ago

Hi Antonio,

Thanks for reaching out. Could we get more information on which sensor you are using and on what platform (Linux/Windows)? Having the serial number of your unit could be useful to us for troubleshooting.

Also make sure you used correctly the parameters in the LeddarExample.

It is mandatory to select the correct connection method according to your sensor and communication parameters.

For Vu8/M16 sensors with CAN BUS communication

dev.connect(Baud rate (kbps), Type of sensor, Tx ID (optionnal), Rx ID (optionnal))

dev.connect('1000', leddar.device_types["M16Komodo"])

dev.connect('1000', leddar.device_types["Vu8Komodo"])

Do not hesitate to contact us here : https://leddartech.com/customer-support/ to have a more direct and personal support if you still have issues.

Dominique