Python library for controlling owi robotic arm edge
Project description
Python library for controlling owi robotic arm edge. Docs available on read the docs.
Installation
You can install stable version from pypi:
pip install roboarm
Or developer version from git:
git clone git@github.com:nvbn/roboarm.git
cd roboarm
python setup.py develop
Basic usage
For rotate arm clockwise, move elbow up and open grips:
from roboarm import Arm
arm = Arm()
arm.base.rotate_clock(timeout=3)
arm.elbow.up(timeout=1)
arm.grips.open(timeout=2)
Examples
examples/controller.py - simple gui tool for working with arm(require pygame)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
roboarm-1.0.tar.gz
(3.1 kB
view details)
File details
Details for the file roboarm-1.0.tar.gz
.
File metadata
- Download URL: roboarm-1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa2f49b203043047ca5df0d9ee6b7fdbafa74d67db5d0eaf753981fadd74f9c4 |
|
MD5 | 889b7ee73d45a30cfa0e96246293c3ba |
|
BLAKE2b-256 | 4fa5a65ae5531331962b3d670b314305524dc33c0d15e391da8d7fe308959d96 |