dorna

Dorna Python API


Keywords
motion-control, robot-api, robotic-arm, robotics
License
MIT
Install
pip install dorna==1.4.1

Documentation

Dorna

Dorna is a 5-axis robotic arm (www.dorna.ai), with industrial grade quality, offered at an affordable price for use in industrial or research applications. Dorna has maximum payload of about 2.5lbs (1.1KG), accuracy of 0.001in (0.02mm) and reach of about 20in (500mm). Dorna uses g2core firmware for its motor control and motion planning. On this Github repo you will find the API of Dorna that can be used to control the robot in Python and is used to send commands to its firmware.

Wiki

For the full documentation visit the dorna Wiki page.

Quick start

Installation

The latest version of the API is available on GitHub.

GitHub
Check the latest release page for download. Download the compressed source code file ( for example Source code.zip or Source code.tar.gz).
After download, decompress the file, go to the directory, and run:

python setup.py install

API initialization

Import the module and create a Dorna object for interacting with the API:

from dorna import Dorna
robot = Dorna()