Skip to content

Commit 82b678e

Browse files
author
Felix Exner (fexner)
authored
Add ur_calibration to installation instructions (#728)
Since there is no direct dependency from the driver to the calibration package (It only needs a valid calibration file to work), the calibration package isn't automatically installed with the driver. Hence, we should add it to the installation instructions.
1 parent 12b8e41 commit 82b678e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ noetic. If you want to use a UR robot arm with ROS 2, please see the
103103
[ROS 2 driver](https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/).
104104
2. Install the driver using
105105
```bash
106-
sudo apt install ros-${ROS_DISTRO}-ur-robot-driver
106+
sudo apt install ros-${ROS_DISTRO}-ur-robot-driver ros-${ROS_DISTRO}-ur-calibration
107107
```
108108
## Building from source
109109

0 commit comments

Comments
 (0)