Update README.md

This commit is contained in:
Y. Dong 2018-08-14 10:30:35 +08:00 committed by oroulet
parent a46197774b
commit a05418eb97

View File

@ -1,10 +1,3 @@
# The customed URX library of HAIR lab ur platform
### adding get joints velocity vector ability in the following way, must in RT monitor mode.
```python
import urx
r = urx.Robot('192.168.10.1', use_rt=True)
qd = r.rtmon.qd_actual()
```
urx is a python library to control the robots from [Universal Robots](https://www.universal-robots.com/). It is published under the LGPL license and comes with absolutely no guarantee. urx is a python library to control the robots from [Universal Robots](https://www.universal-robots.com/). It is published under the LGPL license and comes with absolutely no guarantee.
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.