Skip to content

Commit 5bd63c5

Browse files
author
Felix Exner
committed
Corrected links to driver's files
1 parent 8e1d4c1 commit 5bd63c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ string from this function. If no answer is received, a `UrException` is thrown.
255255
256256
Note: In order to make this more useful developers are expected to wrap this bare interface into
257257
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.
259259
260260
## A word on the primary / secondary interface
261261
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.
279279
The RTDE receive thread will be scheduled to real-time priority automatically, if applicable. If
280280
this doesn't work, an error is raised at startup. The main thread calling `getDataPackage` should be
281281
scheduled to real-time priority by the application. See the
282-
[ur_robot_driver](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/blob/master/ur_robot_driver/src/ros/hardware_interface_node.cpp)
282+
[ur_robot_driver](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/blob/master/ur_robot_driver/src/hardware_interface_node.cpp)
283283
as an example.
284284
285285
## Producer / Consumer architecture

0 commit comments

Comments
 (0)