Skip to content

Commit 57f5b49

Browse files
authored
Update instructions for merged and released description repo (#7)
* Update instructions for merged and released description repo * Update melodic to noetic
1 parent c4d7e9e commit 57f5b49

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ur_documentation/docs/source/examples/dual_robot/step_by_step.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In order to create a multi-robot workcell we basically have to consider three as
2020
Assembling the URDF
2121
-------------------
2222

23-
The ur_description_ package provides `macro files <https://github.com/ros-industrial/universal_robot/blob/melodic-devel-staging/ur_description/urdf/inc/ur5e_macro.xacro>`_ to generate an instance of a Universal Robots arm. We'll use this to assemble a description containing a Box with a UR3e and a UR10e ontop:
23+
The ur_description_ package provides `macro files <https://github.com/ros-industrial/universal_robot/blob/noetic-devel/ur_description/urdf/inc/ur5e_macro.xacro>`_ to generate an instance of a Universal Robots arm. We'll use this to assemble a description containing a Box with a UR3e and a UR10e ontop:
2424

2525
.. literalinclude:: ../../../../../ur_example_dual_robot/urdf/dual_robot.xacro
2626
:language: xml
@@ -212,5 +212,5 @@ Bonus: Use correct robot calibration with dual_robot setup
212212
----------------------------------------------------------
213213

214214

215-
.. _ur_description: https://github.com/ros-industrial/universal_robot/tree/melodic-devel-staging/ur_description
215+
.. _ur_description: https://github.com/ros-industrial/universal_robot/tree/noetic-devel/ur_description
216216
.. _joint_state_publisher: http://wiki.ros.org/joint_state_publisher#Subscribing_JointState_messages

ur_documentation/docs/source/examples/installation.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ First, create a catkin_workspace, clone the repositories and build them:
1414
mkdir -p catkin_ws/src && cd catkin_ws
1515
1616
# clone all necessary repositories
17-
git clone https://github.com/UniversalRobots/Universal_Robots_ROS_Driver.git
18-
git clone -b melodic-devel-staging https://github.com/ros-industrial/universal_robot.git
1917
git clone https://github.com/UniversalRobots/Universal_Robots_ROS_Tutorials.git
2018
2119
# install dependencies

0 commit comments

Comments
 (0)