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

The easiest and preferred way of installing packages is via

$ sudo apt-get install ros-<your distro>-<package name>

like e.g.

sudo apt-get install ros-indigo-hector-slam

If there is no debian build or you need the source version for some reason you clone the Github repo to the src folder of your catkin workspace.