Skip to content

Commit

Permalink
[modify] Arduinoが認識されないことがあるので変更
Browse files Browse the repository at this point in the history
  • Loading branch information
RyodoTanaka committed Nov 6, 2015
1 parent 27f1f28 commit 588fb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .documents/udev/91-third-robot.rules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ttyACM0: Arduino, ttyACM1: LRF(bottom), ttyACM2: LRF(top), ttyACM3: LRF(rear), urbtc0: iMCs01
KERNEL=="ttyACM* SUBSYSTEMS=="usb" ATTRS{idVendor}=="2341" ATTRS{idProduct}=="0043" NAME="ttyACM0" MODE="0777"
SUBSYSTEMS=="usb", ATTRS{idProduct}=="0043", ATTRS{idVendor}=="2341", NAME="ttyACM0", MODE="0777", SYMLINK+="arduino arduino_uno_$attr{serial}"

KERNEL=="ttyACM[0-9]*", ACTION=="add", ATTRS{idVendor}=="15d1", MODE="0777", GROUP="dialout", PROGRAM="/opt/ros/indigo/env.sh rosrun hokuyo_node getID %N q", SYMLINK+="sensors/hokuyo_%c"

Expand Down

0 comments on commit 588fb5d

Please sign in to comment.