File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,22 @@ Before running the script, ensure that you have the following:
17
17
18
18
1 . Clone this repository to your local machine:
19
19
20
- [ git clone https://github.com/yourusername /ur10-python-control.git ] ( https://github.com/codershiyar/ur10-python-control ) https://github.com/codershiyar/ur10-python-control
20
+ [ git clone https://github.com/codershiyar /ur10-python-control.git ] ( https://github.com/codershiyar/ur10-python-control ) https://github.com/codershiyar/ur10-python-control
21
21
22
22
2 . Navigate to the repository directory:
23
23
24
24
cd ur10-python-control
25
25
26
26
3 . Open the ` ur10_control.py ` file and replace ` "192.168.1.100" ` with the IP address of your UR10 robot.
27
27
28
- 4 . Run the script:
28
+ 4: Install
29
+ - ` pip install urx `
30
+ - ` pip install RPi.GPIO `
31
+
32
+ https://pypi.org/project/urx/0.9.0/
33
+ https://pypi.org/project/RPi.GPIO/
34
+
35
+ 5 . Run the script:
29
36
30
37
python ur10_control.py
31
38
You can’t perform that action at this time.
0 commit comments