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
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Hi,
I'm trying to use Digit in the Docker container, but when I run demo_digit.py I get the following error:
ERROR:digit_interface.digit_handler:No DIGIT with serial number D20261 found
Traceback (most recent call last):
File "demo_digit.py", line 22, in <module>
digit = Digit("D20261", "Left Gripper")
File "/usr/local/lib/python3.8/dist-packages/digit_interface/digit.py", line 58, in __init__
self.populate(serial)
File "/usr/local/lib/python3.8/dist-packages/digit_interface/digit.py", line 234, in populate
raise Exception(f"Cannot find DIGIT with serial {self.serial}")
Exception: Cannot find DIGIT with serial D20261
although I can see the device with lsusb.
Is there any specific procedure I have to follow to use Digit in a Docker container?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to use Digit in the Docker container, but when I run
demo_digit.py
I get the following error:although I can see the device with
lsusb
.Is there any specific procedure I have to follow to use Digit in a Docker container?
The text was updated successfully, but these errors were encountered: