You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the C++17 features, please use those minimum compiler versions:
38
+
39
+
| Compiler | min. version |
40
+
|-----------|--------------|
41
+
|**GCC**| 7 |
42
+
|**Clang**| 7 |
43
+
44
+
36
45
## Build instructions
37
46
### Plain cmake
38
47
To build this library standalone so that you can build you own applications using this library,
@@ -253,7 +262,7 @@ string from this function. If no answer is received, a `UrException` is thrown.
253
262
254
263
Note: In order to make this more useful developers are expected to wrap this bare interface into
255
264
something that checks the returned string for something that is expected. See the
256
-
[DashboardClientROS](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/blob/master/ur_robot_driver/include/ur_robot_driver/ros/dashboard_client_ros.h) as an example.
265
+
[DashboardClientROS](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/blob/master/ur_robot_driver/include/ur_robot_driver/dashboard_client_ros.h) as an example.
257
266
258
267
## A word on the primary / secondary interface
259
268
Currently, this library doesn't support the primary interface very well, as the [Universal Robots
@@ -277,7 +286,7 @@ for details on how to set this up.
277
286
The RTDE receive thread will be scheduled to real-time priority automatically, if applicable. If
278
287
this doesn't work, an error is raised at startup. The main thread calling `getDataPackage` should be
279
288
scheduled to real-time priority by the application. See the
0 commit comments