Fixing README.md Markdown
This commit is contained in:
parent
e19cefaf33
commit
c6e3d5dfa6
@ -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'. 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.
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ o.rotate_yb(pi)
|
|||||||
robot.set_orientation(o)
|
robot.set_orientation(o)
|
||||||
```
|
```
|
||||||
|
|
||||||
#O ther interactive methods/properties
|
# Other interactive methods/properties
|
||||||
|
|
||||||
```python
|
```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).
|
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
|
```python
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user