Skip to main content

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


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 hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page