Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robot udev rule #86

Closed
ripleymj opened this issue Dec 18, 2017 · 1 comment
Closed

Robot udev rule #86

ripleymj opened this issue Dec 18, 2017 · 1 comment
Assignees
Labels
cs 354 Affects CS 354 or Robotics Club packages
Milestone

Comments

@ripleymj
Copy link
Member

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"
@ripleymj ripleymj added this to the Fall 2018 milestone Dec 18, 2017
@ripleymj ripleymj modified the milestones: Fall 2018, Spring 2019 Jul 8, 2018
@laurelmay laurelmay added the cs 354 Affects CS 354 or Robotics Club packages label Oct 19, 2018
@ripleymj
Copy link
Member Author

57-kobuki.rules is identical to the issue text. I'll draft a PR later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cs 354 Affects CS 354 or Robotics Club packages
Projects
None yet
Development

No branches or pull requests

2 participants