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
Copy file name to clipboardExpand all lines: README.md
+47-20Lines changed: 47 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# RTDE client library - Python
2
2
Library implements API for Universal Robots RTDE realtime interface.
3
3
4
-
Full RTDE description is available on [Universal Robots support site](https://www.universal-robots.com/support/)
4
+
Full RTDE description is available on [Universal Robots documentation site](https://docs.universal-robots.com/tutorials/communication-protocol-tutorials/rtde-guide.html)
5
5
# Project structure
6
6
## rtde
7
7
RTDE core library
@@ -22,18 +22,24 @@ Copy rtde_control_loop.urp to the robot. Start python script before starting pro
22
22
- example_plotting.py - example for using csv_reader, and plotting selected data.
23
23
24
24
### Running examples
25
-
It's recommended to run examples in [virtual environment](https://docs.python.org/3/library/venv.html).
26
-
Some require additional libraries.
27
-
```
25
+
It's recommended to run examples in [virtual environment](https://docs.python.org/3/library/venv.html) or [devcontainer](#using-devcontainer).
26
+
```bash
27
+
# Example for recording realtime data from the robot
28
+
# NOTE: RTDE interface has to be enabled in the robot security settings
0 commit comments