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
Dear Kaixiang, thank you for your effort making Thorlabs servos work on Linux. However, I tried the current version and it needed some fixes.
Originally, the library won't connect to my Thorlabs TDC001 controller, aborting with a message 'Manufacturer unknown, skipping'.
I could fix this by commenting out the raise command after
if not (dev.manufacturer == 'Thorlabs' or dev.manufacturer == 'FTDI'):
### raise Exception('No manufacturer found')
continue ### ... to a next device in the list
in stage/motor_ini.py. Obviously it found my USB webcam first, and it gave up too early.
Dear Kaixiang, thank you for your effort making Thorlabs servos work on Linux. However, I tried the current version and it needed some fixes.
I could fix this by commenting out the
raise
command afterin
stage/motor_ini.py
. Obviously it found my USB webcam first, and it gave up too early.This is actually fixed in very similar code at UniNE-CHYN/thorpy@e8f000b
The text was updated successfully, but these errors were encountered: