Code Monkey home page Code Monkey logo

tools-for-ros's Introduction

Tools-For-ROS

10 THINGS TO DO BEFORE STARTING WITH ROS | Setting Up Ubuntu with Useful Tools for ROS Installation

Check out the full video tutorial by clicking on the image:
IMAGE ALT TEXT HERE

If you find these steps useful, please give a โญ to this repository by clicking on the option on top-right corner of the page ๐Ÿ™‚

Updating & Upgrading Ubuntu

sudo apt-get update && sudo apt-get upgrade

Solving Time Issue After Dual Boot

timedatectl set-local-rtc 1 --adjust-system-clock

Install Terminator

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get install terminator

Install Sublime Text

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt-get update
sudo apt-get install sublime-text
subl

Important Linux Packages

sudo apt-get install libavcodec-dev libsdl1.2-dev xsltproc libbullet-dev libsdl1.2-dev libgoogle-glog-dev protobuf-compiler python-wstool

Install Gazebo

If you are using Ubuntu 16.04, download Gazebo 7

sudo apt-get install gazebo7 libgazebo7-*

Or else if you are using Ubuntu 18.04, download Gazebo 9

sudo apt-get install gazebo9 libgazebo9-*

Install Arduino IDE

Open up a terminal in arduino folder and then type this command

sudo ./install.sh

Install GIT

sudo apt-get install git

If you have reached till here and found these steps helpful,
please give a โญ to this repository by clicking on the option on top-right corner of the page ๐Ÿ™‚
This will help me make more such useful tutorials for you. Thank You! โœŒ๐Ÿป

tools-for-ros's People

Contributors

pranshutople avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.