Merge pull request #38 from foohyfooh/master

Fixing README.md Markdown
This commit is contained in:
oroulet 2018-07-24 20:08:12 +02:00 committed by GitHub
commit d99e3219ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
urx is a python library to control the robots from 'Universal robot'. 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.
@ -75,7 +75,7 @@ o.rotate_yb(pi)
robot.set_orientation(o)
```
#O ther interactive methods/properties
# Other interactive methods/properties
```python
@ -95,7 +95,7 @@ rob.set_csys(csys)
urx can also control a Robotiq gripper attached to the UR robot. The robotiq class was primarily developed by [Mark Silliman](https://github.com/markwsilliman).
##Example use:
## Example use:
```python
import sys