Skip to content

Commit fb40441

Browse files
committed
Explicitly list PolyScope X compatibility
1 parent 276120d commit fb40441

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,11 @@ drivers.
1818
## Requirements
1919

2020
* **Polyscope** (The software running on the robot controller) version **3.14.3** (for CB3-Series),
21-
or **5.9.4** (for e-Series) or higher. If you use an older Polyscope version it is suggested to
22-
update your robot. If for some reason (please tell us in the issues why) you cannot upgrade your
23-
robot, please see the [version compatibility table](doc/polyscope_compatibility.rst) for a
24-
compatible tag.
21+
or **5.9.4** (for e-Series) or or **10.7.0** (For PolyScope X) or higher. If you use an older
22+
Polyscope version it is suggested to update your robot. If for some reason (please tell us in the
23+
issues why) you cannot upgrade your robot, please see the [version compatibility
24+
table](doc/polyscope_compatibility.rst) for a compatible tag.
2525
* The library requires an implementation of **POSIX threads** such as the `pthread` library
26-
* Socket communication is currently based on Linux sockets. Thus, this library will require Linux
27-
for building and using.
28-
* The [master](https://github.com/UniversalRobots/Universal_Robots_Client_Library/tree/master)
29-
branch of this repository requires a C++17-compatible compiler. For building this library without
30-
a C++17-requirement, please use the
31-
[boost](https://github.com/UniversalRobots/Universal_Robots_Client_Library/tree/boost) branch
32-
instead that requires the boost library.
3326

3427
## Build instructions
3528

doc/polyscope_compatibility.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Version-breaking changes
77
------------------------
88

99
The table below shows breaking changes in the library compared to |polyscope| versions. Compatibility
10-
is listed for CB3 robots (versions 3.x.y) and e-Series robots (versions 5.x.y) respectively.
10+
is listed for CB3 robots (versions 3.x.y) and e-Series robots (versions 5.x.y) respectively. For
11+
PolyScope X (versions 10.x.y) all currently available versions are supported.
1112

1213
It might be possible to use the library in a more recent version than the compatible versions listed
1314
below, but that might either require some manual modifications or not using a subset of features.

0 commit comments

Comments
 (0)