-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
cs 354Affects CS 354 or Robotics Club packagesAffects CS 354 or Robotics Club packages
Milestone
Description
We probably need a udev rule for the robots. This is what is used on the lab laptops:
# On precise, for some reason, USER and GROUP are getting ignored.
# So setting mode = 0666 for now.
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="kobuki*", MODE:="0666", GROUP:="dialout", SYMLINK+="kobuki"
# Bluetooth module (currently not supported and may have problems)
# SUBSYSTEM=="tty", ATTRS{address}=="00:00:00:41:48:22", MODE:="0666", GROUP:="dialout", SYMLINK+="kobuki"
Metadata
Metadata
Assignees
Labels
cs 354Affects CS 354 or Robotics Club packagesAffects CS 354 or Robotics Club packages