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

How to install a package urdf_tutorial

asked 2019-12-14 07:23:59 -0500

hrushi19 gravatar image

updated 2019-12-14 07:30:57 -0500

I am following the tutorials in the wiki step by step. I have encountered urdf tutorial wiki and I am supposed to install the urdf_tutrorial package. I am new to Ubuntu and ROS. Kindly help if possible. tutorial link package link github link

I tried to check out various questions but couldn't figure it out. I have a catkin workspace.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2019-12-14 07:41:26 -0500

fexner gravatar image

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/... 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.

edit flag offensive delete link more

Comments

Thanks, it worked! Is the debian package present in my system or is it installed from the net? What is a debian package?

hrushi19 gravatar image hrushi19  ( 2019-12-14 08:39:37 -0500 )edit
1

Related: #q320046.

gvdhoorn gravatar image gvdhoorn  ( 2019-12-14 09:46:14 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2019-12-14 07:23:59 -0500

Seen: 5,384 times

Last updated: Dec 14 '19