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.31.tar.gz
(18.3 kB
view details)
File details
Details for the file north_robots-0.0.31.tar.gz.
File metadata
- Download URL: north_robots-0.0.31.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.8.3 requests/2.27.1 setuptools/57.5.0 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c636e6bf85d2b49fb78ba084dc5aceec0a7fceb1ebc1b686b59ff440d5be644a
|
|
| MD5 |
9b3ae533e0f9d9c1c92a0508f19d732d
|
|
| BLAKE2b-256 |
e07a25620345b1673e3c45d26e3969d3f6f9b479c5a1d9fe77203f5961bca971
|