Mô tả

(Updated with ROS Noetic - This course is now valid for ROS Kinetic, ROS Melodic, and ROS Noetic)

Learning ROS is hard, and you know it. But why should it be that way?

There is a lack of structured resources for beginners. You can find some explanations and programming tutorials online about Robot Operating System, but they won’t really tell you which path to follow when you begin, where to go, what to focus on, etc.

That’s why I’ve created this course, that I wish I had when I begun. So you can learn ROS much faster than I did.

The goal of this course is to remove the big learning curve that you face when you start to learn ROS by yourself. I will show you, step by step, what you need to know to get started and master ROS basics.

This course is:

  • Structured in a way that is easy to follow for a beginner

  • Going through all ROS core concepts that you need, step by step

  • Going to the point. No useless and over-complicated stuff that you won’t use anyway.

  • Full of practice and challenges to make you progress faster

Now, why should you choose my course?

In the past I have developed a complete ROS software for an entire 6 axis robotic arm. I’m telling you that because by developing this robot, I learned (the hard way) what I really needed to know to build things that actually work.

My experience with ROS is not only about university work or a weekend hobby: I actually co-founded a business with a robot powered by ROS. By doing so, I had to focus on going to the point, finding what is useful, and what is not.

So today, with the practical vision that I’ve developed, I know exactly what you need to learn at the beginning if you want to get serious about building robotic applications.

What is this course about?

This course will guide you, step by step, through all the ROS core functionalities. We’ll focus on ROS basics, communication tools, and also on how to build a scalable application with Robot Operating System.

For each section, I will explain one concept in a way that is easy to understand, and then you will practice with me by writing, building, and running some code. I will show you what you need to pay attention to, what you need to focus on, and how to avoid common mistakes.

And, more importantly, I will give you some activities and challenges to make you practice on the concepts that you’ve just seen.

Note that all the code written in this course will be both in Python and C++, so you can decide to learn ROS with those 2 languages, or only one of them.

So.. Start your learning today and build awesome robotic applications with ROS !

After installing ROS on a Ubuntu OS, you will learn the following ROS key concepts :

  • Nodes

  • Topics

  • Services

  • Msg and Srv definitions

  • Parameters

  • Launch Files

  • And much more!

By mastering those concepts, you will be 100% ready to start any other robotic application and build complete software from scratch using Robot Operating System.

You will also learn how to :

  • Debug your program

  • Use command-line tools for each key concept

  • Build your application

  • Correctly set up and manage your project structure

And as I want to make you develop great (not just good, because “good” is not good enough) and scalable robotic applications, I will share with you the best practices that I’ve learned from my own experience.

UPDATE:

Note: this course targets the first version of ROS, or "ROS1". This is not a ROS2 course.

- Should you learn ROS1 or ROS2?

Well, ROS2 is the future of ROS, that's for sure. And as of today, ROS2 is stable enough, with most of the stacks and plugins ready to be used. So, as a general advice, I now recommend to start with ROS2 if you want to learn ROS.

However, learning ROS1 will allow you to work on any ROS legacy project (there are a lot), and this can be a good skillset to have for a job search. Another argument is that learning both ROS2 and ROS1 will give you a better idea of the global picture.

Finally, once you have the basics with ROS1 and a few projects under your belt, switching to ROS2 actually won't be that hard. Most of the concepts are identical for the 2 versions.

The best option would be to learn ROS1, AND ROS2. So you can work with any existing ROS project, and also work with the new framework.

All in all, don't hesitate too much: the best thing you can do is to start learning ROS today, whether it's ROS1 and ROS2.

Bạn sẽ học được gì

Master ROS basics

Create, build, run, and debug your ROS program

Master ROS core functionalities

Learn ROS best practices to make your application readable and scalable

Create reusable code for any robot powered by ROS

Write ROS code with both Python and C++

Learn by doing, not just watching

Yêu cầu

  • Basic programming knowledge (Python or C++)
  • You are familiar with Linux and how to use a terminal

Nội dung khoá học

9 sections

Introduction

3 lectures
Welcome !
03:13
What is ROS, When to use it, and Why ?
06:35
How to get the most out of this course
01:41

Install ROS and Setup Your Environment

7 lectures
Intro
00:46
[UPDATE] Quick note on versions - please read
00:42
Which ROS Version to Use ? Kinetic, Melodic, Noetic ? What about ROS2?
03:38
Install Ubuntu 20.04 on a Virtual Machine
19:06
Install ROS Noetic on Ubuntu 20.04
05:55
Launch Your First ROS Master
02:01
Section Conclusion
00:24

Run Your First ROS Program

11 lectures
Intro
00:42
Create a Catkin Workspace
03:54
Additional Note about Setting Up your ROS Environment
00:48
Create a ROS Package
04:33
What is a Node ?
08:09
Your First Python Node
07:34
Your First C++ Node
11:06
Debug Your Nodes With Command Line Tools
05:57
Visualize Your ROS Graph With rqt_graph
01:58
Experiment on Nodes With Turtlesim
04:52
Section Conclusion
00:45

Communicate With ROS Topics

13 lectures
Intro
00:33
What is a Topic ?
09:10
Create a Python Publisher
09:25
Create a Python Subscriber
06:02
Create a C++ Publisher
07:52
Create a C++ Subscriber
06:33
Use Anonymous Nodes to Launch Multiple Publishers/Subscribers
08:42
Debug Topics With Command Line Tools
05:09
Visualize Topics With rqt_graph
03:43
Experiment on Topics With Turtlesim
03:59
Topic Activity
01:50
Topic Activity - Solution
14:16
Section Conclusion
00:39

Communicate With ROS Services

10 lectures
Intro
00:48
What is a Service ?
07:36
Create a Python Service Server
08:25
Create a Python Service Client
06:34
Create a C++ Service Server & Client
18:12
Debug Services With Command Line Tools
03:58
Experiment on Services With Turtlesim
05:50
Service Activity
01:24
Service Activity - Solution
10:02
Section Conclusion
00:29

Customize Your Application With Msg and Srv Files

9 lectures
Intro
00:45
What are Msg and Srv Definitions ?
07:40
Create and Build Your Own Custom Msg
08:20
Use Your Custom Msg in Your Code
06:37
Create Your Own Custom Srv
04:59
Debug Msg and Srv With Command Line Tools
06:04
Msg & Srv Activity
01:37
Msg & Srv Activity - Solution
20:32
Section Conclusion
00:40

Make Your Application Scalable With ROS Params and Launch Files

8 lectures
Intro
00:43
What is a ROS Parameter ?
02:26
Manipulate Parameters With Command Line Tools
02:43
Handle Parameters With Python
06:27
Handle Parameters With C++
06:55
What is a Launch File ?
03:01
Create a Launch File to Start all Your Parameters and Nodes
08:58
Section Conclusion
00:37

Extra

4 lectures
Replay a Topic With ROS Bags
04:01
Use OOP With ROS - Python
03:47
Use OOP With ROS - C++
04:16
Work With Multiple Catkin Workspaces
08:00

Conclusion

4 lectures
What You've Learned
01:02
What to Do Next ?
01:41
Useful Resources
01:37
Bonus Lecture
02:29

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.