Skip to content

Commit f1ba868

Browse files
committed
Update documentation that the secondary interface isn't necessarily needed.
1 parent eb108f5 commit f1ba868

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ See [Architecture documentation](doc/architecture.rst)
8787

8888
Currently, this library doesn't support the primary interface very well, as the [Universal Robots
8989
ROS driver](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver) was built mainly upon
90-
the RTDE interface. Therefore, there is also no `PrimaryClient` for directly accessing the primary
91-
interface. This may change in future, though.
90+
the RTDE interface. The `PrimaryClient` for directly accessing the primary
91+
interface doesn't support all features of the primary interface.
9292

9393
The `comm::URStream` class can be used to open a connection to the primary / secondary interface
9494
and send data to it. The [producer/consumer](#producer--consumer-architecture) pipeline structure

doc/architecture/ur_driver.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When creating an instance of the ``UrDriver`` class, the created object will con
1414
- a :ref:`ScriptCommandInterface <script_command_interface>`
1515
- a :ref:`ScriptSender <script_sender>`
1616
- a :ref:`TrajectoryPointInterface <trajectory_point_interface>`.
17-
- a rudimentary client to the robot's secondary interface
17+
- a rudimentary client to the robot's primary interface
1818
- a couple of helper functions
1919

2020
As this page is not meant to be a full-blown API documentation, not every public method will be
@@ -42,7 +42,7 @@ given to this function. Connection to the primary interface is dropped afterward
4242
``sendScript(const std::string& program)``
4343
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4444

45-
This function sends given URScript code directly to the secondary interface. The
45+
This function sends given URScript code directly to the primary interface. The
4646
``sendRobotProgram()`` function is a special case that will send the script code given in the
4747
``RTDEClient`` constructor.
4848

doc/setup/robot_setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The robot needs to be prepared before it can be used with the client library.
3737
#. Go to the hamburger menu -> settings.
3838
#. Go to Security -> Services.
3939
#. Unlock the menu using the admin password.
40-
#. Enable the Dashboard Server, Primary Client Interface, Secondary Client Interface and Real-Time Data Exchange (RTDE) interfaces.
40+
#. Enable the Dashboard Server, Primary Client Interface and Real-Time Data Exchange (RTDE) interfaces.
4141
#. Lock the menu and press exit.
4242

4343
.. image:: ../images/initial_setup_images/services_polyscope5.png
@@ -52,7 +52,7 @@ The robot needs to be prepared before it can be used with the client library.
5252
#. Go to the hamburger menu -> settings.
5353
#. Go to Security -> Services.
5454
#. Unlock the menu using the admin password.
55-
#. Enable the Primary Client Interface, Secondary Client Interface and Real-Time Data Exchange (RTDE) interfaces.
55+
#. Enable the Primary Client Interface and Real-Time Data Exchange (RTDE) interfaces.
5656
#. Lock the menu and press exit.
5757

5858
.. image:: ../images/initial_setup_images/services_polyscopex.png

0 commit comments

Comments
 (0)