Skip to content

Commit 6ced4e9

Browse files
committed
Fix writing of PolyScope
1 parent d2b4900 commit 6ced4e9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ When you want to use this library in other cmake projects, make sure to
6767
As a minimal example, take the following “project”:
6868

6969
As a minimal executable, we'll create a client for the dashboard server and ask for the
70-
PolyscopeVersion.
70+
PolyScope version.
7171

7272
.. note:: This will not work on PolyScope X versions, as the dashboard server is not available
7373
there.

doc/polyscope_compatibility.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
Polyscope version compatibility
1+
|polyscope| version compatibility
22
===============================
33

4-
The table below shows breaking changes in the library compared to Polyscope versions. Compatibility
4+
The table below shows breaking changes in the library compared to |polyscope| versions. Compatibility
55
is listed for CB3 robots (versions 3.x.y) and e-Series robots (versions 5.x.y) respectively.
66

77
It might be possible to use the library in a more recent version than the compatible versions listed
88
below, but that might either require some manual modifications or not using a subset of features.
99
For that reason the breaking changes are also listed inside the table. Please note that choosing a
1010
higher library version than recommended happens on your own risk and will not be supported.
1111

12-
If your Polyscope version is less than the minimum required version for the latest library version,
12+
If your |polyscope| version is less than the minimum required version for the latest library version,
1313
we suggest to upgrade your robot's software. Please refer to the robot's user manual how to update
1414
your robot.
1515

1616
.. list-table::
1717
:header-rows: 1
1818

19-
* - Polyscope version
19+
* - |polyscope| version
2020
- Max. version
2121
- Max. tag
2222
- Breaking changes
@@ -25,3 +25,4 @@ your robot.
2525
- `polyscope_compat_break_1 <https://github.com/UniversalRobots/Universal_Robots_Client_Library/tree/polyscope_compat_break_1>`_
2626
- `tcp_offset in RTDE interface <https://github.com/UniversalRobots/Universal_Robots_Client_Library/pull/110>`_
2727

28+
.. |polyscope| replace:: PolyScope

0 commit comments

Comments
 (0)