Skip to content

Commit

Permalink
move udev drivers from epos_hardware to epos_library package
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshito-okada committed Jun 7, 2018
1 parent 2cd2214 commit 9b3dfab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion epos_hardware/99-ftdi.rules → epos_library/99-ftdi.rules
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="a8b0", GROUP="users", MODE="0666"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="a8b0", GROUP="users", MODE="0666"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo ""
echo "This script copies a udev rule for epos devices"
echo ""

sudo cp `rospack find epos_hardware`/{99-ftdi.rules,99-epos4.rules} /etc/udev/rules.d
sudo cp `rospack find epos_library`/{99-ftdi.rules,99-epos4.rules} /etc/udev/rules.d


echo ""
Expand Down

0 comments on commit 9b3dfab

Please sign in to comment.