moved SecondaryMonitor to its own file together with the parser

This commit is contained in:
Olivier R-D
2013-02-03 21:12:52 +01:00
parent c2c8ab9941
commit 4ab7fd882c
4 changed files with 305 additions and 305 deletions

2
README
View File

@ -1,5 +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
ursecmon.py is a parser for the binary data from 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