Skip to content

Commit 44858fb

Browse files
Felix Exnerfmauch
authored andcommitted
Fix package name in calibration example
The example was referencing the library package where it should have been referencing the driver package.
1 parent 9b289f3 commit 44858fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ur_calibration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ respective launchfile in the driver:
5353
```bash
5454
# Replace your actual catkin_ws folder
5555
$ cd <catkin_ws>/src/example_organization_ur_launch/launch
56-
$ roscp ur_client_library ur10_bringup.launch ex-ur10-1.launch
56+
$ roscp ur_robot_driver ur10_bringup.launch ex-ur10-1.launch
5757
```
5858

5959
Next, modify the parameter section of the new launchfile to match your actual calibration:

0 commit comments

Comments
 (0)