change licencing from GPL to LGPL
This commit is contained in:
parent
bfc4d31ac5
commit
33d226c82d
@ -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.
|
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.
|
||||||
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!
|
|
||||||
|
|
||||||
urx was primarily developed by [Olivier Roulet-Dubonnet](https://github.com/oroulet) for [Sintef Raufoss Manufacturing](http://www.sintef.no/manufacturing/).
|
urx was primarily developed by [Olivier Roulet-Dubonnet](https://github.com/oroulet) for [Sintef Raufoss Manufacturing](http://www.sintef.no/manufacturing/).
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ Originally Written by Morten Lind
|
|||||||
__author__ = "Morten Lind, Olivier Roulet-Dubonnet"
|
__author__ = "Morten Lind, Olivier Roulet-Dubonnet"
|
||||||
__copyright__ = "Copyright 2011, NTNU/SINTEF Raufoss Manufacturing AS"
|
__copyright__ = "Copyright 2011, NTNU/SINTEF Raufoss Manufacturing AS"
|
||||||
__credits__ = ["Morten Lind, Olivier Roulet-Dubonnet"]
|
__credits__ = ["Morten Lind, Olivier Roulet-Dubonnet"]
|
||||||
__license__ = "GPLv3"
|
__license__ = "LGPLv3"
|
||||||
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user