Skip to content

Commit 44df2c6

Browse files
committed
updated udev rule to reflect current interface boards and ftdi components
1 parent baa15ff commit 44df2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎rover_driver/rules/rover.rules‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
KERNEL=="ttyUSB*", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", SYMLINK+="lidar"
99
KERNEL=="ttyUSB*", ATTRS{idProduct}=="6001", ATTRS{idVendor}=="0403", SYMLINK+="imu"
10-
SUBSYSTEM=="tty", ATTRS{serial}=="DM3U53QW", SYMLINK+="rover"
10+
KERNEL=="ttyUSB", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", MODE:="0777", SYMLINK+="rover", RUN+="/bin/setserial /dev/%k low_latency"

0 commit comments

Comments
 (0)