Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
ROS Basics: Program Robots!
Rating: 4.3 out of 5(1,204 ratings)
20,276 students

ROS Basics: Program Robots!

Learn the fundamentals behind the open source robotics framework - ROS
Created bySurya Prakash
Last updated 1/2018
English

What you'll learn

  • Master the basics of ROS
  • Build distributed software and drivers for a robot
  • Learn to program robots in a professional way

Course content

2 sections22 lectures1h 2m total length
  • Introduction2:51

    We discuss in brief what purpose an operating system serves and use it to break the myth surrounding its name, 'Robot Operating System'. You will also get introduced to ROS' architecture, usage and learn the purpose of this course.


  • VirtualBox Installation5:24

    This lecture is optional if you are a Ubuntu user.

    Learn how to install and configure VirtualBox with Ubuntu.

  • Exercise: Install VirtualBox on your computer0:15
  • ROS Installation5:00

    You are taken on an exciting run on installing Robot Operating System! Seriously, who doesn't love installations?!

    In this lecture, you get your exercise on navigating through the Wiki pages, which will serve as your guide throughout the duration of this course. 

    At the end of this lecture, you will know how to use commands from Wiki pages, simple terminal commands for installing ROS and other post installation actions such as testing whether your installation works.

  • Exercise: Install ROS on your machine0:26
  • Packages7:18

    You are walked through your first package creation in ROS! Learn what makes up a catkin workspace; the kind that ROS needs to save, build and develop robotics code. Also, you will familiarize yourself with some of the vital terminal commands for getting around a ROS package. Finally, the package manifests file of a ROS package is introduced and explained.

  • Exercise: Create and build your own ROS package0:57
  • Buildsystem6:16

    We briefly discuss the evolution of build systems and why catkin came to existence. We write some basic C++ code, stage it for build and use catkin's tools do achieve the same. 

  • Exercise: Write your own code and build it with catkin1:10
  • Computational Graph6:27

    This lecture introduces some of the key aspects of ROS' architecture. With illustrated examples, you will learn the building blocks of ROS and this will shed some light into the upcoming lectures.

  • End of Part 10:11

Requirements

  • You should be able to get around a linux based operating system
  • You should at least have beginner level experience with a programming language

Description

ROS is a robotic middleware which offers a collection of packages for commonly used functionality, low level control, hardware abstraction and message passing. 

ROS is all you need to transition from a hobbyist to a professional developer in the robotics domain! ROS is currently being used by hundreds of universities and tech start-ups around the world. 

ROS powers a huge number of wheeled mobile robots, manipulators, aerial vehicles and much more! Basically, any kind of robot can be integrated to run with ROS. Research & Development is not the only place where ROS plays a major role. In real products, ROS has been successfully deployed in hundreds of robots. The current list of companies using ROS includes major players like Segway, ABB, Clearpath Robotics etc. and is growing every day!

This course covers the basics of ROS. It introduces you to the world of professional robotics programming! You will learn the tools and services that the ROS ecosystem offers in a structured and power-packed manner. If you master the content presented in this course, there is nothing to stop you from learning to program and use ANY robot that runs the ROS core libraries. It can be integrated with popular computer vision libraries like OpenCV and Deep Learning frameworks like Tensorflow, Caffe, perception library like PCL and motion planning library like MoveIt!

What this course doesn't cover:

  • Robotics concepts
  • Algorithms for planning, perception etc. We won't dive deeply into what kind of algorithms are implemented in each of the ros libraries
  • Robotics hardware

The basics of ROS is already presented in the course. You can expect new content to be added regularly! This will include

  • GUI tools
  • URDF, TF
  • Using pose estimation, localization and navigation libraries
  • Model a robot using a 3D design software and export it for usage in ROS
  • Simulation of a robot model in a real physics environment using Gazebo, vrep etc
  • Visualize a robot's states like velocity, position, sensory information using rviz

Who this course is for:

  • Anyone who wants to build and program robots with Robot Operating System
  • Robotics enthusiasts and hobbyists
  • Well suited for electronics and computer science students