ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
As a general rule of thumb, use the deb installation method.
Only build from source if you want to modify or debug the package or if you need an urgent bug fix.
If you need to install from source, clone the repository into your catkin workspace source folder and do a catkin_make. Take care of the dependencies.