Skip to content

Commit

Permalink
Fix package name in calibration example
Browse files Browse the repository at this point in the history
The example was referencing the library package where it should have been
referencing the driver package.
  • Loading branch information
fmauch committed Jul 22, 2021
1 parent 9b289f3 commit 44858fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ur_calibration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ respective launchfile in the driver:
```bash
# Replace your actual catkin_ws folder
$ cd <catkin_ws>/src/example_organization_ur_launch/launch
$ roscp ur_client_library ur10_bringup.launch ex-ur10-1.launch
$ roscp ur_robot_driver ur10_bringup.launch ex-ur10-1.launch
```

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

0 comments on commit 44858fb

Please sign in to comment.