Skip to content

Commit f79de2c

Browse files
committed
Update links to the RTDE guide
The current one does not work anymore.
1 parent 7967284 commit f79de2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Currently, this library contains the following components:
5555
and provides only basic functionality. See [A word on the primary / secondary
5656
interface](#a-word-on-the-primary--secondary-interface) for further information about the primary
5757
interface.
58-
* **RTDE interface:** The [RTDE interface](https://www.universal-robots.com/articles/ur-articles/real-time-data-exchange-rtde-guide/)
58+
* **RTDE interface:** The [RTDE interface](https://www.universal-robots.com/articles/ur/interface-communication/real-time-data-exchange-rtde-guide)
5959
is fully supported by this library. See
6060
[RTDEClient](https://docs.universal-robots.com/Universal_Robots_ROS_Documentation/doc/ur_client_library/doc/architecture.html#rtdeclient)
6161
for further information on how

doc/architecture/rtde_client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RTDEClient
66
==========
77

88
The Real Time Data Exchange Client, ``RTDEClient``, class serves as a standalone
9-
`RTDE <https://www.universal-robots.com/articles/ur-articles/real-time-data-exchange-rtde-guide/>`_
9+
`RTDE <https://www.universal-robots.com/articles/ur/interface-communication/real-time-data-exchange-rtde-guide/>`_
1010
client. To use the RTDE-Client, you'll have to initialize and start it separately:
1111

1212
.. code-block:: c++
@@ -25,7 +25,7 @@ client. To use the RTDE-Client, you'll have to initialize and start it separatel
2525

2626
Upon construction, two recipe files have to be given, one for the RTDE inputs, one for the RTDE
2727
outputs. Please refer to the `RTDE
28-
guide <https://www.universal-robots.com/articles/ur-articles/real-time-data-exchange-rtde-guide/>`_
28+
guide <https://www.universal-robots.com/articles/ur/interface-communication/real-time-data-exchange-rtde-guide/>`_
2929
on which elements are available.
3030

3131
Inside the ``RTDEclient`` data is received in a separate thread, parsed by the ``RTDEParser`` and

0 commit comments

Comments
 (0)