Skip to content

Commit 9fe2c73

Browse files
committed
Update README: Add spacing for improved readability and remove unnecessary import statement
1 parent 86bf54c commit 9fe2c73

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ A unified Python interface for controlling a variety of industrial and hobbyist
99
The `armctl` library currently supports the following manufacturers and robot models:
1010

1111
### [Universal Robots](https://www.universal-robots.com)
12+
1213
- **Supported Models:** UR3, UR5, UR5e, UR10, UR16 <br>
1314
<img src=https://raw.githubusercontent.com/MGross21/armctl/main/assets/gifs/ur5.gif alt="UR5" width="400">
1415

1516
### [Vention](https://vention.io)
17+
1618
- **Supported Models:** 7th Axis Plate <br>
1719
<img src="https://raw.githubusercontent.com/MGross21/armctl/main/assets/gifs/vention.gif" alt="Vention Plate" width="400">
1820

1921
### [Elephant Robotics](https://www.elephantrobotics.com/en/)
22+
2023
- **Supported Models:** myCobot Pro600 <br>
2124
<img src="https://raw.githubusercontent.com/MGross21/armctl/main/assets/gifs/elephant_pro600.gif" alt="Elephant myCobot Pro600" width="400">
2225

@@ -208,7 +211,6 @@ Logger.disable()
208211
#### Re-Enabling
209212

210213
```python
211-
from armctl import *
212214
Logger.enable()
213215
```
214216

0 commit comments

Comments
 (0)