ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You basically have two options:

  1. Install the debian package (Requires sudo rights): sudo apt-get install ros-melodic-urdf-tutorial
  2. Clone the source-code directly into your workspace and then rebuild your workspace. See http://wiki.ros.org/catkin/Tutorials/using_a_workspace as a guide to do this.

If you just want to get urdf_tutorial installed, the first option is probably the better and easier choice.