Giter VIP home page Giter VIP logo

ros_install's Introduction

ROS Install

Collection on bash scripts to automate ROS installation and setup on workstation/PC/Laptops or Robots Computing board

NOTE: intended for ROS Melodic on Ubuntu 18.04.xx but you can install any distro with it.

ROS Install on Workstation/PC or Laptop

  1. This will install ROS desktop version with gazebo and setup your catkin workspace
    $ ./install_ros_melodic_full_with_catkin_ws
  1. This will install ROS desktop version with gazebo
    $ ./install_ros_melodic_full

ROS Install on a Robot Computer

This will install ROS base version on computer board such as Nvidia Jetson

$ ./install_ros_melodic_minimum
NOTE: You can modify the above script to install 
ros-melodic-desktop-full/ros-melodic-desktop-full
or any ros distro to your machine
and also install your specific packages

ROS Network Setup

Scripts to setup ROS local network

Configuration 1: ROS Master on the Robot computer

        Master                      Slave
+--------------------+      +-------------------+
|                    |      |                   |
|  Robot Computer    |      |  Workstation/PC   |
|                    |      |                   |
+--------------------+      +-------------------+ 

1. run this on the Robot Computer
    $ ./setup_ros_network_master 

# save the hostname printed in the terminal to use it as robothostname

2. run this on the Workstation/PC
    $ ./setup_ros_network_slave robothostname

Configuration 1: ROS Master on the Workstation/PC


        Master                      Slave
+--------------------+      +-------------------+
|                    |      |                   |
|   Workstation/PC   |      |   Robot Computer  |
|                    |      |                   |
+--------------------+      +-------------------+ 

1. run this on the Workstation/PC
    $ ./setup_ros_network_master 

# save the hostname printed in the terminal to use it as localhostname

2. run this on the Robot Computer 
    $ ./setup_ros_network_slave localhostname

robothostname: OS host name on the robot computing board

localhostname: OS host name on personal computer/workstation

The master hostname could be the robot hostname or the workstation hostname

The slave hostname could be the robot hostname or the workstation hostname

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.