Skip to content

Commit 488caa7

Browse files
committed
update the readme and add the setup
1 parent 9d59906 commit 488caa7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Python Code to drive the Maplin/OWI USB Robot arm
1+
Python Code to drive the Maplin/OWI "Edge" USB Robot arm. The main respository for this is https://github.com/orionrobots/python_usb_robot_arm.
22

33
[Video Demo](https://www.youtube.com/watch?v=dAvWBOTtGnU)
44

setup.py

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

33
setup(
44
name='UsbArm',
5-
version='0.1dev',
5+
version='0.1',
66
packages=['usb_arm',],
77
license='Creative Commons By Attribution Share-Alike v3.0',
88
long_description=open('readme.md').read(),

setup_arm.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/env bash
2+
# Raspbian setup
23
sudo apt-get install python3-libusb python3-pip
34
pip3 install pyusb
4-
pip3 install git+https://github.com/orionrobots/python_usb_robot_arm
5+
pip3 install git+https://github.com/orionrobots/python_usb_robot_arm
6+
sudo cat <<END
7+
SUBSYSTEM=="usb", ATTR{idVendor}=="1267", ATTR{idProduct}=="0000", MODE:="0666"
8+
END >/etc/udev/rules.d/42-usb-arm-permissions.rules

0 commit comments

Comments
 (0)