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

Installing Packages

asked 2016-12-31 03:53:13 -0500

Werewolf_86 gravatar image

updated 2022-02-13 17:05:55 -0500

lucasw gravatar image

Hi,

I was trying to learn ros3djs web interfacing. In the tutorial ( http://wiki.ros.org/ros3djs/Tutorials... ), it was written to install the following packages: interactive_marker_tutorials, interactive_marker_proxy, rosbridge_server, tf2_web_republisher.

How do i install them ? (I'm using Ubuntu 14.04 and ROS Indigo)

Thanks and regards !

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-12-31 05:03:31 -0500

Wolf gravatar image

updated 2016-12-31 05:04:55 -0500

For most released ros packages you can install them via apt-get.

The signature is in general:

sudo apt-get install ros-<your distro>-<meta package name with underscores (_) replaced by dashes (-) >

So for instance for your first package interactive_marker_tutorials the package wiki tells you that it is hosted inside the metapackage visualization_tutorials ( http://wiki.ros.org/visualization_tut... ) . visualization_tutorials is released so we can install it via apt-get. For your distro indigo the command would then be:

sudo apt-get install ros-indigo-visualization-tutorials
edit flag offensive delete link more

Comments

1

Note that you can install individual packages also using apt-get. No need to install the entire metapackage.

gvdhoorn gravatar image gvdhoorn  ( 2016-12-31 06:01:21 -0500 )edit

Thank you !

Werewolf_86 gravatar image Werewolf_86  ( 2016-12-31 06:06:34 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-12-31 03:53:13 -0500

Seen: 447 times

Last updated: Dec 31 '16