A small python3 library made to control the 3 DoF robotic arm made by the Rusty Ducks team for the 2019 french robotic cup.
- Clone this repo
git clone [email protected]:rustyducks/armothy-python.git
- Install it
cd armothy-python && python3 setup.py install --user
- Use it !
- Go into the repository folder
cd PATH/TO/armothy-python
- Update the sources
git pull
- Update the install
python3 setup.py install