Skip to content

Commit b304c50

Browse files
committed
Fix two ftdi permision issue
1 parent 5f33a7b commit b304c50

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
-8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

rosbot_utils/udev/99-rosbot.rules

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# USB access (pyftdi / libusb)
1+
# ROSbot
22
SUBSYSTEM=="usb", ATTR{idVendor}=="0403", ATTR{idProduct}=="6015", MODE="0666"
3-
4-
# Serial port + stable name
53
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", SYMLINK+="rosbot", MODE="0666", GROUP="dialout"
4+
5+
# Manipulator
6+
SUBSYSTEM=="usb", ATTR{idVendor}=="0403", ATTR{idProduct}=="6014", MODE="0666"
7+
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", SYMLINK+="manipulator", MODE="0666", GROUP="dialout"

0 commit comments

Comments
 (0)