Skip to content

Commit 9976bd4

Browse files
Update installation instructions for source build (#967) (#970)
* Update installation.rst * Fix git command (cherry picked from commit 2d5e315) Co-authored-by: Christoph Fröhlich <[email protected]>
1 parent 1e48ae3 commit 9976bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ur_robot_driver/doc/installation/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ building might fail occasionally.
4646
export COLCON_WS=~/workspace/ros_ur_driver
4747
mkdir -p $COLCON_WS/src
4848
49-
5. Clone relevant packages, install dependencies, compile, and source the workspace by using:
49+
5. Clone relevant packages (replace ``<branch>`` with ``humble``, ``iron`` or ``main`` for rolling), install dependencies, compile, and source the workspace by using:
5050

5151
.. code-block:: bash
5252
5353
cd $COLCON_WS
54-
git clone https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver.git src/Universal_Robots_ROS2_Driver
54+
git clone -b <branch> https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver.git src/Universal_Robots_ROS2_Driver
5555
vcs import src --skip-existing --input src/Universal_Robots_ROS2_Driver/Universal_Robots_ROS2_Driver-not-released.${ROS_DISTRO}.repos
5656
rosdep update
5757
rosdep install --ignore-src --from-paths src -y

0 commit comments

Comments
 (0)