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

How to find installed tutorials?

asked 2014-08-20 12:11:12 -0500

Andromeda gravatar image

Hello, today installed my package manager some new packages for ROS. As you can see there are new tutorials and myabe example files. Let s take for istance the URDF tutorial in the picture: image description Where are saved? How to call those tutorials?

In the description there was no entry.

Regards

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-08-20 12:23:16 -0500

emacsd gravatar image

Such packages you find them in /opt/ros/indigo/share If you want to get the path for a specific package, say urdf_tutorials, you can type: roscd urdf_tutorial/

edit flag offensive delete link more
2

answered 2014-08-20 12:21:45 -0500

Murilo F. M. gravatar image

Any ROS package you install using a package manager (e.g., apt-get) will be installed in the default ROS installation path (which would normally be /opt/ros/<distro>/).

If you know the name of the package, just run:

$ rospack find <package_name>

The ROS tutorial Navigating The Filesystem is a great source of information on how to use rosbash commands such as rospack.

Running nodes from those tutorial packages is exactly the same as running nodes from any other package.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-08-20 12:11:12 -0500

Seen: 205 times

Last updated: Aug 20 '14