Skip to content

Commit 1b9b562

Browse files
authored
Create README.md
1 parent 665ea70 commit 1b9b562

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Class_IgusRobolink.py
2+
This is a basic class to initialize and run the Igus Robolink Robot.
3+
It has the following capabilities:
4+
- Initialize and automatic check if the robot is already referenced. Otherwise it will automatically run an referencing sequence
5+
- run in cartesien coordinates to a relative (moveo) or absolute position (move). the callback is "done" if a defined position is done
6+
- control an digital IO (i have a magnet atteched
7+
8+
## Limitations
9+
- Init and connect process is controlled via time.sleep (delay) and not based on an connected callback
10+
- if a position is not reached the system will hang in a while loop
11+

0 commit comments

Comments
 (0)