Skip to content

Commit

Permalink
fix dependency for the organization calibration package (UniversalRob…
Browse files Browse the repository at this point in the history
…ots#549)

Replace the documentation dependency `ur_client_library` with the
`ur_robot_driver` package.
  • Loading branch information
captain-yoshi authored Dec 6, 2022
1 parent f66aea5 commit 2f60c0d
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 @@ -31,7 +31,7 @@ exist)
```bash
# Replace your actual catkin_ws folder
$ cd <catkin_ws>/src
$ catkin_create_pkg example_organization_ur_launch ur_client_library \
$ catkin_create_pkg example_organization_ur_launch ur_robot_driver \
-D "Package containing calibrations and launch files for our UR robots."
# Create a skeleton package
$ mkdir -p example_organization_ur_launch/etc
Expand Down

0 comments on commit 2f60c0d

Please sign in to comment.