openroberta-lab
openroberta-lab copied to clipboard
Edison V3 cannot be programmed with Ubuntu
Describe the bug I cannot program an Edison V3 Robot via WebUSB.
To Reproduce When I click on the upload button, a popup shows up "Edison V3 verbinden" and when I select that robot an presss "Verbinden" nothing happens
Device information
- Edison V3 -OS: Ubuntu 24.04.03 LTS -Browser: Chromium Version 142.0.7444.175 (Offizieller Build) snap (64-Bit)
Additional context The udev-rules are set:
cat /etc/udev/rules.d/49-edisonv3.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="1207", MODE:="0666"
Is there a command line tool to directly check the connection within the console? Is there a python script to be run from the command line?