diff --git a/README.md b/README.md index 294978736..5d534689b 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,8 @@ $ mkdir -p catkin_ws/src && cd catkin_ws # clone the driver $ git clone https://github.com/UniversalRobots/Universal_Robots_ROS_Driver.git src/Universal_Robots_ROS_Driver -# clone fork of the description. This is currently necessary, until the changes are merged upstream. -$ git clone -b calibration_devel https://github.com/fmauch/universal_robot.git src/fmauch_universal_robot +# clone the description. Currently, it is necessary to use the melodic-devel-staging branch. +$ git clone -b melodic-devel-staging https://github.com/ros-industrial/universal_robot.git # install dependencies $ sudo apt update -qq @@ -155,7 +155,7 @@ $ source /opt/ros//setup.bash $ mkdir -p catkin_ws/src && cd catkin_ws $ git clone -b boost https://github.com/UniversalRobots/Universal_Robots_Client_Library.git src/Universal_Robots_Client_Library $ git clone https://github.com/UniversalRobots/Universal_Robots_ROS_Driver.git src/Universal_Robots_ROS_Driver -$ git clone -b calibration_devel https://github.com/fmauch/universal_robot.git src/fmauch_universal_robot +$ git clone -b melodic-devel-staging https://github.com/ros-industrial/universal_robot.git src/universal_robot $ sudo apt update -qq $ rosdep update $ rosdep install --from-paths src --ignore-src -y