Skip to content

Quick script to install ROS into Ubuntu 20 and Ubuntu 20 based operating systems.

Notifications You must be signed in to change notification settings

Napuh/ROS-ubuntu20-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ROS Ubuntu 20 install

Quick script to install ROS Noetic into Ubuntu 20.04 and Ubuntu 20.04 based operating systems. Right now, it works in Pop! OS 20.04 and Ubuntu 20.04. This script will NOT work in 20.10 based distros.

How to run

chmod +x ROS-install.sh
./ROS-installROS.sh

Problems you may encounter

If after running the script 'roscore' command does not work, you'll need to change the ~/.bashrc yourself. You can do this with this commands:

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

Note that this is only for bash shells.

About

Quick script to install ROS into Ubuntu 20 and Ubuntu 20 based operating systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages