How To Install ROS
How To Install ROS
Then, just this once, run that file so that the changes take effect
4. Installation immediately (in your current Terminal window), as follows:
Do the actual installation of ROS. To do so, type the following two source ~/.bashrc
commands in a Terminal window. Each may take several (many?) From the above: Understand NOW what echo and source
minutes. The first command updates the file that Ubuntu uses to do in general. Ask questions as needed!
get software. The second command downloads the ROS files.
sudo apt-get update
sudo apt-get install ros-hydro-desktop-full 7. Getting rosinstall
rosinstall is a frequently used command-line tool in ROS that is
From the above: Understand NOW what apt-get does in
distributed separately. It enables you to easily download many
general. Ask questions as needed! source trees for ROS packages with one command. To get this
tool, type in a Terminal window:
5. Initialize rosdep sudo apt-get install python-rosinstall
Before you can use ROS, you will need to initialize rosdep, a tool
that enables you install system dependencies for source code that