Skip to content

qboticslabs/ros_install_noetic

Repository files navigation

Quick ROS Noetic Install

This repository is having a simple bash script to install ROS Noetic Ninjemys and ROS 2 Humble.

Here is the detailed blog post on ROS Noetic and its installation.

Usage

You can just copy-paste the command below in your terminal for installing and uninstalling ROS Noetic. You have to enter your password while running the script. Execute the script as a normal user.

Single line ROS Humble Install

wget -c https://raw.githubusercontent.com/qboticslabs/ros_install_noetic/master/ros2_install_humble.sh && chmod +x ./ros2_install_humble.sh && ./ros2_install_humble.sh

Single line ROS Humble Uninstall

wget -c https://raw.githubusercontent.com/qboticslabs/ros_install_noetic/master/ros2_uninstall_humble.sh && chmod +x ./ros2_uninstall_humble.sh && ./ros2_uninstall_humble.sh

Single line ROS Noetic Install

wget -c https://raw.githubusercontent.com/qboticslabs/ros_install_noetic/master/ros_install_noetic.sh && chmod +x ./ros_install_noetic.sh && ./ros_install_noetic.sh

Single line ROS Noetic Uninstall

wget -c https://raw.githubusercontent.com/qboticslabs/ros_install_noetic/master/ros_uninstall_noetic.sh && chmod +x ./ros_uninstall_noetic.sh && ./ros_uninstall_noetic.sh

Tutorial Video

Click on the image to play the tutorial video

Tutorial Video

Bugs and improvements

Please report bugs if you find any. Also, create a pull request for any improvement in the script

Releases

No releases published

Packages

No packages published

Languages