Skip to content

Commit

Permalink
Add ur_calibration to installation instructions (#728)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
fmauch authored Oct 5, 2024
1 parent 12b8e41 commit 82b678e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ noetic. If you want to use a UR robot arm with ROS 2, please see the
[ROS 2 driver](https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/).
2. Install the driver using
```bash
sudo apt install ros-${ROS_DISTRO}-ur-robot-driver
sudo apt install ros-${ROS_DISTRO}-ur-robot-driver ros-${ROS_DISTRO}-ur-calibration
```
## Building from source

Expand Down

0 comments on commit 82b678e

Please sign in to comment.