Olivier R-D 16750f79f4 cleanup
2013-01-14 11:19:35 +01:00
2013-01-13 15:03:41 +01:00
2013-01-14 11:19:35 +01:00
2013-01-08 12:02:03 +01:00
2013-01-08 11:26:54 +01:00
2013-01-08 12:02:03 +01:00

High level driver to control a Universal Robot robot from python through its TCP/IP interface
urx.py is the main file in this repository. It is a python library to control an UR robot from python. Internally it uses URSCript.
urx can optionally use the math3d library to receive and send transformation matrices to the robot
urparser.py is only the parser for the binary data frmo the UR
urrtmon.py is a parser for the "real-time" interface of the robot. It is hardcoded for some controller versions and therefore disabled by default
Description
Python library to control a robot from 'Universal Robots' http://www.universal-robots.com/ with added getl_rt() call for faster positional updates.
Readme 298 KiB
Languages
Python 100%