Skip to content

Commit

Permalink
Update installation instructions for source build (#967)
Browse files Browse the repository at this point in the history
* Update installation.rst

* Fix git command
  • Loading branch information
christophfroehlich committed Apr 15, 2024
1 parent d16eaba commit 2d5e315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ur_robot_driver/doc/installation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ building might fail occasionally.
export COLCON_WS=~/workspace/ros_ur_driver
mkdir -p $COLCON_WS/src
5. Clone relevant packages, install dependencies, compile, and source the workspace by using:
5. Clone relevant packages (replace ``<branch>`` with ``humble``, ``iron`` or ``main`` for rolling), install dependencies, compile, and source the workspace by using:

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

0 comments on commit 2d5e315

Please sign in to comment.