Skip to content

EdygerM/ur-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UR Dashboard

A library in progress to control a Universal Robot using the Dashboard server

Installation

pip install ur-dashboard

Get started

from ur_dashboard import URDashboard

robot1 = URDashboard("127.0.0.1")

print(robot1.connect())