All Projects → dorna-robotics → dorna

dorna-robotics / dorna

Licence: MIT license
Dorna Robotics API

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to dorna

RobotArmHelix
3D Simulation, forward and inverse kinematics of a robotic arm in C# using WPF and helix-toolkit
Stars: ✭ 84 (+115.38%)
Mutual labels:  robotic-arm
cAndroid
cAndroid is tool for control your PC by Android phone
Stars: ✭ 23 (-41.03%)
Mutual labels:  robot-api
TaichiGAME
GPU Accelerated Motion Engine based on Taichi Lang.
Stars: ✭ 35 (-10.26%)
Mutual labels:  motion-control
UDTStudio
UniSwarm Tools for UDT interface and CANOpen in Qt5
Stars: ✭ 13 (-66.67%)
Mutual labels:  motion-control
qualisys python sdk
Python implementation of the real-time protocol for Qualisys Track Manager
Stars: ✭ 24 (-38.46%)
Mutual labels:  motion-control
frankx
High-Level Motion Library for Collaborative Robots
Stars: ✭ 146 (+274.36%)
Mutual labels:  motion-control
Object-sorting-using-Robotic-arm-and-Image-processing
Sorting objects of different colors using robotic arm and using computer vision (image processing).
Stars: ✭ 21 (-46.15%)
Mutual labels:  robotic-arm
onine
ROS based service robot
Stars: ✭ 32 (-17.95%)
Mutual labels:  robotic-arm
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-56.41%)
Mutual labels:  robotic-arm

Dorna

Dorna is a 5-axis robotic arm, with industrial grade quality, offered at an affordable price for use in industrial or research applications. Dorna has maximum payload of about 1.1KG (2.5lbs) and reach of about 500mm (20in). 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.

Wiki

For the full documentation visit the dorna Wiki page.

Installation

GitHub
To install the Python package from GitHub, you need to clone the repository first.

git clone https://github.com/dorna-robotics/dorna.git

After download, go to the directory, and run:

python setup.py install

ROS

For implementing Dorna with ROS, please visit the rakutentech/dorna_arm_ros repository.

API initialization

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

from dorna import Dorna
robot = Dorna()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].