Skip to content

Commit ed96360

Browse files
urfeexurmahpurrsk
authored
Apply suggestions from code review
Co-authored-by: Mads Holm Peters <[email protected]> Co-authored-by: Rune Søe-Knudsen <[email protected]>
1 parent 0b2b2c7 commit ed96360

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/architecture/reverse_interface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ meaning:
4444
1-6 Current motion target. depending on the control mode, this can be interpreted as
4545

4646
- joint positions (SERVOJ)
47-
- joint velocities (SPEEDL)
47+
- joint velocities (SPEEDJ)
4848
- trajectory instructions (FORWARD)
4949

5050
- field 1: Trajectory control mode(1: TRAJECTORY_MODE_RECEIVE, -1: TRAJECTORY_MODE_CANCEL)

doc/architecture/rtde_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RTDEClient
44
==========
55

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

doc/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ As a minimal example, take the following “project”:
6969
As a minimal executable, we'll create a client for the dashboard server and ask for the
7070
PolyscopeVersion.
7171

72-
.. note:: This will not work on Polyscope X versions, as the dashboard server is not available
72+
.. note:: This will not work on PolyScope X versions, as the dashboard server is not available
7373
there.
7474

7575
.. code-block:: cpp

0 commit comments

Comments
 (0)