Robot Operating System — Installing ROS

1 minute publication
2 min readAug 9, 2022
Photo by Andy Kelly on Unsplash

This tutorial will put the commands sequentially to install ROS — Noetic in a Ubuntu 20.04.4 LTS.

I will only put the bare minimum commands to get things installed. If you want details, please visit the ROS WiKi Page

Lets get started. Open the Terminal in Ubuntu and type the following commands .

Just COPY & PASTE 1st line Below

Then Press ENTER

Go to the Next line(Exclude the 3 Dots)

COPY & PASTE the Line

Repeat……

COMMANDS STARTS BELOW:

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

curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -

sudo apt update

sudo apt install ros-noetic-desktop-full

source /opt/ros/noetic/setup.bash

echo “source /opt/ros/noetic/setup.bash” >> ~/.bashrc

source ~/.bashrc

COMMANDS ENDS ABOVE

Now you have successfully installed ROS. To test it out type the Following

roscore

You will see the following lines atleast if ROS is running

SUMMARY
========

PARAMETERS
* /rosdistro: noetic
* /rosversion: 1.15.14

NODES

auto-starting new master

To Stop ROS just Press CTRL + C

I ALWAYS TRY TO WRITE TOPICS CONCISELY AND DON’T WANT TO WASTE YOUR TIME LIKE A BUNCH OF CLICK & BAIT CHANNELS.

IF YOU LIKE THIS CHANNEL PLEASE FOLLOW.

Want to keep reading amazing Medium Articles? Sign Up for Medium Membership by clicking here https://1minutepublication.medium.com/membership

1 minute publication

MY GOAL IS TO CREATE CONCISE CONTENT AND NOT TO WASTE YOUR TIME LIKE A BUNCH OF CLICK & BAIT CHANNELS.