You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a basic class to initialize and run the Igus Robolink Robot. In my case it is an RL-DCi-5S-M
2
+
This is a basic class to initialize and run the Igus Robolink Robot based on the CRI Interface from Common Place Robotics. In my case it is an RL-DCi-5S-M
3
+
3
4
It has the following capabilities:
4
5
- Initialize and automatic check if the robot is already referenced. Otherwise it will automatically run an referencing sequence
5
6
- run in cartesien coordinates to a relative (moveo) or absolute position (move). the callback is "done" if a defined position is done
@@ -8,4 +9,8 @@ It has the following capabilities:
8
9
## Limitations
9
10
- Init and connect process is controlled via time.sleep (delay) and not based on an connected callback
10
11
- if a position is not reached the system will hang in a while loop
0 commit comments