Skip to content

Commit

Permalink
Update instructions for merged and released description repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Apr 24, 2024
1 parent c4d7e9e commit 4a54e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In order to create a multi-robot workcell we basically have to consider three as
Assembling the URDF
-------------------

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:
The ur_description_ package provides `macro files <https://github.com/ros-industrial/universal_robot/blob/melodic-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:

.. literalinclude:: ../../../../../ur_example_dual_robot/urdf/dual_robot.xacro
:language: xml
Expand Down Expand Up @@ -212,5 +212,5 @@ Bonus: Use correct robot calibration with dual_robot setup
----------------------------------------------------------


.. _ur_description: https://github.com/ros-industrial/universal_robot/tree/melodic-devel-staging/ur_description
.. _ur_description: https://github.com/ros-industrial/universal_robot/tree/melodic-devel/ur_description
.. _joint_state_publisher: http://wiki.ros.org/joint_state_publisher#Subscribing_JointState_messages
2 changes: 0 additions & 2 deletions ur_documentation/docs/source/examples/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ First, create a catkin_workspace, clone the repositories and build them:
mkdir -p catkin_ws/src && cd catkin_ws
# clone all necessary repositories
git clone https://github.com/UniversalRobots/Universal_Robots_ROS_Driver.git
git clone -b melodic-devel-staging https://github.com/ros-industrial/universal_robot.git
git clone https://github.com/UniversalRobots/Universal_Robots_ROS_Tutorials.git
# install dependencies
Expand Down

0 comments on commit 4a54e1b

Please sign in to comment.