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

Where do I get urdf_sim_tutorial package

asked 2017-08-21 10:02:51 -0500

alienmon gravatar image

I am doing this tutorial

One of the instructions is to run:

 roslaunch urdf_sim_tutorial gazebo.launch

However I do not have urdf_sim_tutorial package.

I tried to install it, but it failed:

~$ sudo apt-get install ros-indigo-urdf_sim_tutorial
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ros-indigo-urdf_sim_tutorial

Searched it on github, but couldn't find it.

Can anyone tell me where can I get the package?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-08-21 10:33:28 -0500

gvdhoorn gravatar image

I am doing this tutorial

One of the instructions is to run:

roslaunch urdf_sim_tutorial gazebo.launch

However I do not have urdf_sim_tutorial package.

That seems like an omission from the tutorial (and would be nice if you could correct it).

I tried to install it, but it failed:

~$ sudo apt-get install ros-indigo-urdf_sim_tutorial

That is almost correct: underscores (_) in ROS package names are replaced with dashes (-) in Debian/Ubuntu package names. The following should work:

sudo apt-get install ros-indigo-urdf-sim-tutorial
edit flag offensive delete link more

Comments

This happens with some of the tutorials that I've encountered. You're instructed to install the package in the first of the series so if you're going through them from start to finish you're fine. If you just jump into one from the middle you may end up a little lost.

jayess gravatar image jayess  ( 2017-08-21 10:50:50 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-08-21 10:02:51 -0500

Seen: 642 times

Last updated: Aug 21 '17