We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665ea70 commit 1b9b562Copy full SHA for 1b9b562
README.md
@@ -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