Case Studies – How Robotnik Trains Their Interns in ROS

Case Studies – How Robotnik Trains Their Interns in ROS

 

Robotnik is a company that sells service robots and robot applications. Main products include mobile bases of different types and mobile manipulators, all of them working under the ROS framework. They are also the creators of ROS Components, a shop that sells robot parts which are certified to work with ROS off-the-shelf (ROS plug-and-play).

As you may understand, Robotnik engineers spend a lot of time developing ROS based software. Sometimes, their engineers need to gather more knowledge about a specific ROS subject. Sometimes the team needs to incorporate more engineers with ROS knowledge.

In order to speed things up, since July 2017 Robotnik decided to use Robot Ignite Academy to train their teams in ROS, specially the newly incorporated engineers that have no prior knowledge of ROS.

We spoke to Román Navarro, CTO of the company, and Alex and David, the two latest interns, about their experience learning ROS fast using Robot Ignite Academy.

 

How many people are you training ROS at Robotnik?

ROMAN: At present, there are two people, the interns Alex and David. Our goal was that they learnt ROS very fast with a smooth learning curve, and, specially, that they do not take time from the other engineers while learning, so we do not waste time of our engineers in teaching them and resolving their doubts. We though that Robot Ignite Academy was the perfect tool for this purpose.RB-1_Imagen_Destacada2

Why did you decide to use the Robot Ignite Academy instead of using the many ROS tutorials that exist all over the net?

ROMAN: Internet ROS tutorials in general are an excellent material once you know what to look for. One of the drawbacks of those tutorials is that they are not structured like a progressive course, but instead, as a series of scattered material, each one around a central concept. ROS tutorials are excellent tools for learning how a specific package or tool can be used, but it requires that you know already about ROS. If you don’t have prior knowledge of ROS you may have a tough time understanding it.
ALEX: What happened to us is that, once we learnt at the Robot Ignite Academy how ROS works we were able to go to the ROS official tutorials and clearly understand what they meant, and use them as a reference.

CyafZo3W8AETVmN

Which courses have you taken at the Robot Ignite Academy?

ALEX and DAVID: ROS Basics in 5 days, ROS navigation in 5 days and TF ROS 101.

What is their purpose at learning ROS at Robotnik?

ROMAN: Alex and David are ending their Computer Science degree. We would like to incorporate them into our software department. And for that it is essential that they know ROS, and I would say that they need to have a solid knowledge of it.

But did you know ROS beforehand?

ALEX and DAVID: No, we had no idea about it.

banner-ros-autonomous-car-101-rds

And what do you think about the ROS learning curve?

ALEX: Well, we do not know about the experience of using the official tutorials, because we went straight into the Academy. So by using the Academy, we found the learning curve quite smooth. It was very helpful that the learning was structured step by step towards achieving a goal. Also, you cannot go to the next step unless you have done the exercises before, because each step builds on the previous.
DAVID: The videos available, besides the tutorials, help to clarify the concepts. In my case, sometimes I got stuck into some concepts explained in the text. Then I switched to the videos and found easier to understand.
ROMAN: Additionally, we found that the courses of the Academy are very interesting not only for the beginners but also to proficient ROS engineers. Sometimes we have one of our expert engineers that need to refresh some concepts or need to learn an advanced subject that he did not have. For that purpose, the Ignite courses were very useful.

What was your training schedule?

DAVID: Well, we started in the morning and continued through the day trying to follow the schedule you propose in the Academy. By dedicating full days to training, we achieved to do the ROS Basics in 5 days and the ROS Navigation in 5 days, in a little bit more of two weeks. By that moment, we were able to start doing jobs at Robotnik, creating and modifying ROS packages.
ROMAN: Yes that is right, because after those two weeks, we were able to send them works. At the end, with less time, we obtained better results than reading books or tutorials. The Academy approach is a more dynamic way of learning, because you combine the tutorials with the environment to develop and test the programs, everything online. This makes a fast learning experience because you can practice and see results on the spot.

Screenshot from 2017-06-13 18:58:10

 

Have you applied what you learned to real works?

ALEX: We created a package to control an arm robot based on Dynamixel servos. We worked on how to set them up and how to control the servos through par control.
DAVID: We also changed the information published through Diagnostics and changed it to be published into topics for easier later use by other nodes.
ROMAN: Since they are beginners, we are putting them now more in the configuration side, and in contact with the hardware and the electronics. ROS is only one part of the robotics picture (the programming side) and we need them to know them all.

What was the thing you liked the most of this type of training?

ALEX: In each chapter you show at the beginning what one will be able to do at the end of the chapter. Then you teach step by step how, and by the end we are able to do it and see the result on the simulated robot. This motivates us a lot to continue and try to do the next chapter.
DAVID: I liked the step-by-step guide towards achieving the robot to do something. The course is very well guided so we do not get lost in the wild of the full scope of ROS.

AAEAAQAAAAAAAATWAAAAJGIxYjZhNDkyLTM5OGItNGI0ZC1hMWY2LTg0ZjI4ZTU2NzY0OA

What you did you like the least?

ALEX: Well the TF course was a little difficult to follow. We do not know what exactly was but we found it complex.
DAVID: For the exercises that you propose, since you do not provide the solution in order for us to find it, you may include some buttons that provide help when the student is stuck. This button can show hints, based on the recurrent questions that you may always have related to those exercises.

ROBOT IGNITE ACADEMY: That is actually a very good idea! We are definitely going to implement that in the platform!

Thanks a lot for your time Roman, David and Alex. We wish you 14 years more of successful service robots based on ROS.

And in case you are a company that needs to have people trained in ROS, try Robot Ignite Academy. No installation required. Any type of computer. Step by step online tutorials with simulation and development environment integrated. Give it a try and let us know what you think. This is at present, the fastest and easiest way to learn ROS.

ROS Tutorials | ROS Perception in 5 Days

ROS Tutorials | ROS Perception in 5 Days

 

  1. Introduction unit to this perception in ROS course using RobotIgniteAcademy platform. 

In this course you will learn to:

  • Use OpenCV with ROS
  • Make robots track objects by its colour blobs
  • Make robots navigate following floor lines with only RGB camera
  • Make robots detect human faces and track them
  • Make robots recognise different faces
  • Make robots track a person through a 3D enviroment
  • Make robots recognise flat surfaces like tables where object might be placed
  • Make robots recognise objects and track them in 3D space with PointCloudSensors

You can learn the full course in www.robotigniteacademy.com

 

2. Here you will learn how to do blob tracking with cmvision and the robot Mira.

In this unit you will start using cameras in ROS and use the cmvision package for blob tracking. Once you get the hang of it then in Unit2 you will go deeper in how this blob tracking is done and how the image can be processed.

 

3. Follow Line with OpenCV

Learn about OpenCV in ROS with a following line Kobuki

 

4. Object Recognition and flat surfaces

Here you will learn how to recognise objects and flat surfaces in ROS.

5. Face Detection

Learn how to detect multiple human faces in ROS.

 

6.  Face Recognition

Learn about Face Recognition in ROS

7. People Tracking

Learn how to do people tracking in ROS.

8. ROS Perception Project: Perception with Aibo ERS7

Practice all you have learned in the previous units in a new environment with the Aibo ERS7 simplified with depth sensor. Also see what to do next once you have finished this course.

 

ROS Q&A | Dealing with ByteMultiArray messages

ROS Q&A | Dealing with ByteMultiArray messages

 

In this video tutorial, we are showing how to deal with MultiArray data, but using a specific case, ByteMultiArray data. We are creating a publisher and a subscriber, it’s possible to see how to start and work with this kind of data.

Top 10 Robot Operating System (ROS) Books

Top 10 Robot Operating System (ROS) Books

This post shows all of the world’s existing ROS books, including the latest version and different language versions:

(Click on the picture for more information and to buy books)

  • Programming Robot with ROS

 

  • A Gentle Introduction to ROS

 

  • Learning ROS for Robotics Programming – Second Edition

 

  • ROS IN 5 DAYS Book Collection
    ros-basics

 

  • ROS Robotics By Example

 

  • ROS Robotics Projects

 

  • Mastering ROS for Robotics Programming – Second Edition

 

  • Effective Robotics Programming with ROS – Third Edition

 

  • Robot Operating System (ROS): The Complete Reference

 

  • A Systematic Approach to Learning Robot Programming with ROS

 

ROS Resources in other languages:

  • Robot Operating System Testing Technology(Chinese Edition)

 

  • ROS Robot Programming – Second Edition (in Korean): ROS 로봇 프로그래밍
  • ros-book-in-korean

 

  • ROS Robot Programming (in Japanese): Free PDF Download
    ros robot programming japanese

 

  • Robot Programming by ROS (in Japanese) ROSではじめる ロボットプログラミング
    ros books japanese

 

  • ROS Robot Programming (in Korean) ROS 로봇 프로그래밍

ros robot programming in korean

 

  • ROSBook KR (in Korean)

ROSBook KR korean

 

  • A Gentle Introduction to ROS (Chinese Version)机器人操作系统(ROS)浅析

ros

 

  • 基于ROS的机器人理论和应用

ros chinese

 

  • ROS机器人程序设计

ros chinese3

 

  • 机器人操作系统ROS原理与应用

ros chinese4

 

  • 开源机器人操作系统 – ROS

ros chinese5

 

Pin It on Pinterest