diff --git a/README.md b/README.md index a13a09e..f21fdc3 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ urx is a python library to control the robots from 'Universal robot'. It is publ It is meant as an easy to use module for pick and place operations, although it has been used for welding and other sensor based applications that do not require high control frequency. - -Both the 'secondary port' interface and the real-time/matlab interface of the UR controller are used. urx can optionally use the [python-math3d](https://github.com/mortlind/pymath3d)(GPL) library to receive and send transformation matrices to the robot urx is known to work with all release robots from Universal Robot. Python-math3d is a very good library and is advised to anybody programming robots using python! +Both the 'secondary port' interface and the real-time/matlab interface of the UR controller are used. urx can optionally use the [python-math3d](https://github.com/mortlind/pymath3d)(GPL) library to receive and send transformation matrices to the robot urx is known to work with all release robots from Universal Robot. urx was primarily developed by [Olivier Roulet-Dubonnet](https://github.com/oroulet) for [Sintef Raufoss Manufacturing](http://www.sintef.no/manufacturing/). diff --git a/urx/urrtmon.py b/urx/urrtmon.py index ac87966..5928df4 100644 --- a/urx/urrtmon.py +++ b/urx/urrtmon.py @@ -8,7 +8,7 @@ Originally Written by Morten Lind __author__ = "Morten Lind, Olivier Roulet-Dubonnet" __copyright__ = "Copyright 2011, NTNU/SINTEF Raufoss Manufacturing AS" __credits__ = ["Morten Lind, Olivier Roulet-Dubonnet"] -__license__ = "GPLv3" +__license__ = "LGPLv3" import logging