= Ubuntu install of Fuerte = We are building Debian packages for several Ubuntu platforms, listed below. These packages are more efficient than source-based builds and are our preferred installation method for Ubuntu. If you need to install from source ('''not recommended'''), please see [[/Source|source (download-and-compile) installation instructions]]. <> == Installation == <> === Installation === Make sure you have re-indexed the ROS.org server: {{{ sudo apt-get update }}} There are many different libraries and tools in ROS. We provided four default configurations to get you started. You can also install ROS stacks individually. '''Desktop-Full Install: (Recommended)''': ROS, [[rx]], [[rviz]], robot-generic libraries, 2D/3D simulators, navigation and 2D/3D perception {{{ sudo apt-get install ros-fuerte-desktop-full }}} or {{{#!rhtml click here }}} '''Desktop Install: ''' ROS, [[rx]], [[rviz]], and robot-generic libraries {{{ sudo apt-get install ros-fuerte-desktop }}} or {{{#!rhtml click here }}} '''ROS-Comm: (Bare Bones)''' ROS package, build, and communication libraries. No GUI tools. {{{ sudo apt-get install ros-fuerte-ros-comm }}} or {{{#!rhtml click here }}} '''Individual Stack:''' You can also install a specific ROS stack (replace underscores with dashes of the stack name): {{{ sudo apt-get install ros-fuerte-STACK }}} e.g. {{{ sudo apt-get install ros-fuerte-slam-gmapping }}} <> === Standalone tools === [[rosinstall]] and [[rosdep]] are frequently used command-line tools in ROS that are distributed separately. `rosinstall` enables you to easily download source trees for ROS packages and stacks. `rosdep` enables you to easily install system dependencies for source you are about to compile. To install these tools, run: {{{ sudo apt-get install python-rosinstall python-rosdep }}} <>