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
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
north_robots-0.0.9.tar.gz
(10.3 kB
view details)
File details
Details for the file north_robots-0.0.9.tar.gz
.
File metadata
- Download URL: north_robots-0.0.9.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a50acf598c84b624fe0d9179bbba16328faf9f0c63157d5a8837b3d3e1f7a1c |
|
MD5 | 1ee3a0b536618f8c36509ccceecab022 |
|
BLAKE2b-256 | 21ca74c40a56971b1a23c45d5bdbfecde0c041bb0dd4fc237ba4aafbfbf96a2f |