Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 269 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 269 Bytes

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())