JSun950313 / ros_install_noetic

Installation script for ROS Noetic Ninjemys

Home Page:https://robocademy.com/2020/05/23/getting-started-with-new-ros-noetic-ninjemys/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick ROS Noetic Install

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

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 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

About

Installation script for ROS Noetic Ninjemys

https://robocademy.com/2020/05/23/getting-started-with-new-ros-noetic-ninjemys/


Languages

Language:Shell 100.0%