We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0197d42 commit 1987913Copy full SHA for 1987913
doc/architecture.rst
@@ -63,6 +63,11 @@ sure to
63
* run it from the package's main folder, as for simplicity reasons it doesn't use any sophisticated
64
method to locate the required files.
65
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.
71
72
RTDEWriter
73
^^^^^^^^^^
0 commit comments