Skip to main content

A high-level library for controlling and programming North robots

Project description

North Robots

The north_robots library provides a high-level API for interacting with North Robotics robots and components.

Installation

Install the north_robots library

pip install git+https://gitlab.com/north-robotics/north_robots

Import the C9Controller and N9Robot classes

from north_c9.controller import C9Controller
from north_robots.n9 import N9Robot

Now create instances of the controller and robot

controller = C9Controller()
robot = N9Robot(controller)

Now you can home and move the N9 robot arm around

robot.home()
robot.move(0, 150)
robot.move(0, 150, 200)
robot.move(gripper=90)
robot.elbow.move_degrees(-90)

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

north_robots-0.0.19.tar.gz (14.6 kB view details)

Uploaded Source

File details

Details for the file north_robots-0.0.19.tar.gz.

File metadata

  • Download URL: north_robots-0.0.19.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.10

File hashes

Hashes for north_robots-0.0.19.tar.gz
Algorithm Hash digest
SHA256 6c92ae0d8e26dc8a9ac2990d255189e99c5fe1a5646e5ae1e8c587d5815a71ef
MD5 c5c08215e0a51868995cb23ac7d13b1f
BLAKE2b-256 922e80ea2eb002ab7c4f34504645b6649b1aa1652dc7df9834c5eb0ad488e2b0

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