Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yunlongdong authored and oroulet committed Dec 20, 2018
1 parent a461977 commit a05418e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

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.
Expand Down

0 comments on commit a05418e

Please sign in to comment.