Giter Club home page Giter Club logo

ros_install_noetic's Introduction

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

ros_install_noetic's People

Contributors

qboticslabs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.