Skip to content

my-programs/install-Ros-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Setup-Ros-ubuntu

here i will explain how to install ros on ubuntu

image

  • select Typical

image

  • select installer disc image file (iso) and upload the ubunto iso file

image

  • then write Name and passowrd

image

  • and write the virtual name and change the file Location if you want

image

  • then you can change the disk size by defult it will be 20.0 .

image

  • after setup Ubuntu we open terminal , and for we setup ros we need to write this command on terminal

  • sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'

  • sudo apt install curl # if you haven't already installed curl curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -

  • sudo apt-get update

  • sudo apt-get install ros-kinetic-desktop-full

  • echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc source ~/.bashrc

  • then we write roscore, to make sure that the installation process was successful

About

i will explain how to install ros on ubuntu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published