Skip to content

Commit 9ae1102

Browse files
authored
Update README.md
1 parent 7743884 commit 9ae1102

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### Class_IgusRobolink.py
2-
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+
34
It has the following capabilities:
45
- Initialize and automatic check if the robot is already referenced. Otherwise it will automatically run an referencing sequence
56
- 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:
89
## Limitations
910
- Init and connect process is controlled via time.sleep (delay) and not based on an connected callback
1011
- if a position is not reached the system will hang in a while loop
12+
13+
## further Links
14+
https://wiki.cpr-robots.com/images/8/81/CPR_RobotInterfaceCRI_V17.pdf
15+
1116

0 commit comments

Comments
 (0)