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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ string from this function. If no answer is received, a `UrException` is thrown.
255
255
256
256
Note: In order to make this more useful developers are expected to wrap this bare interface into
257
257
something that checks the returned string for something that is expected. See the
258
-
[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.
258
+
[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.
259
259
260
260
## A word on the primary / secondary interface
261
261
Currently, this library doesn't support the primary interface very well, as the [Universal Robots
@@ -279,7 +279,7 @@ for details on how to set this up.
279
279
The RTDE receive thread will be scheduled to real-time priority automatically, if applicable. If
280
280
this doesn't work, an error is raised at startup. The main thread calling `getDataPackage` should be
281
281
scheduled to real-time priority by the application. See the
0 commit comments