inital cleanup for publishing

This commit is contained in:
Olivier R-D
2013-01-08 11:26:54 +01:00
commit 7bbc069f8c
10 changed files with 924 additions and 0 deletions

5
README Normal file
View File

@ -0,0 +1,5 @@
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