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.0dev.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file roboarm-1.0dev.tar.gz.

File metadata

  • Download URL: roboarm-1.0dev.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for roboarm-1.0dev.tar.gz
Algorithm Hash digest
SHA256 6140a75cf5eb357e9de8df422cdfba891eccce4af368c106b59b57dc8643f413
MD5 3bb4cd3325917ddaea07390c14ed6c19
BLAKE2b-256 ade1896966d1ac94aeeb3e3406c6827c4756117a8344a43e377792c5691dabba

See more details on using hashes here.

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