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
Is the code you show above a copy-paste of what you did run?
I suspect you did run a copy-paste of the Quickstart code from readme.md.
That has a typo in it, it uses hl (for Husky Lens) in the definition, and then h1 (digit "one" instead of char L).
Then i guess, in the issue here, you typed a "corrected" version (h1 works too, but it was meant to be hl).
So, the code above should work.
i have latest firmware 0.5.3 A1 am working on a Jetson nano i got the library installed and i'm just running the basic code:
from huskylib import HuskyLensLibrary
h1 = HuskyLensLibrary("SERIAL", "/dev/ttyUSB0")
print(h1.knock())
and still get the error am working with usb
The text was updated successfully, but these errors were encountered: