Skip to content

Commit 82d8508

Browse files
committed
Add a note about resetting the frequency
1 parent 89a4fcc commit 82d8508

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/architecture.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ sure to
6363
* run it from the package's main folder, as for simplicity reasons it doesn't use any sophisticated
6464
method to locate the required files.
6565

66+
.. note::
67+
The ``URDriver`` class creates a ``RTDEClient`` during initialization using the provided
68+
recipes and utilizing the robot model's maximum frequency. If you would like to use a different
69+
frequency, please use the ``resetRTDEClient()`` method after the ``UrDriver`` object has been
70+
created.
6671

6772
RTDEWriter
6873
^^^^^^^^^^

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# -- Project information -----------------------------------------------------
2828

2929
project = "ur_client_library"
30-
copyright = "2022, Felix Exner"
30+
copyright = "2022, Universal Robots A/S"
3131
author = "Felix Exner"
3232

3333
# The short X.Y version

0 commit comments

Comments
 (0)