HOME > Development > Robotics and ROS 2 Learn by Doing! Manipulators

Robotics and ROS 2 Learn by Doing! Manipulators

  • Development
  • Mar 16, 2025
SynopsisRobotics and ROS 2 – Learn by Doing! Manipulators, avai...
Robotics and ROS 2 Learn by Doing! Manipulators  No.1

Robotics and ROS 2 – Learn by Doing! Manipulators, available at $79.99, has an average rating of 4.61, with 112 lectures, 3 quizzes, based on 324 reviews, and has 2525 subscribers.

You will learn about Create a Real Robot, powered by ROS 2 Mastering ROS2, the last version of the Robot Operating System Robotics Theory Use Alexa to actuate the Robot Programming Arduino for Robotics Applications Create a Digital Twin Simulate the robot in Gazebo Robot Kinematics Trajectory Planning with MoveIt 2 Use the ros2_control library Master Rviz2 This course is ideal for individuals who are Makers and Hobbists keen on robotics or Software developers taht wants to learn ROS 2 and Robotics or Students or Engineers that wants to learn how to buid a robot from scratch or Developers that already knows ROS 2 and that want to use it in a real world application or ROS Developers that want to learn and migrate to ROS 2 It is particularly useful for Makers and Hobbists keen on robotics or Software developers taht wants to learn ROS 2 and Robotics or Students or Engineers that wants to learn how to buid a robot from scratch or Developers that already knows ROS 2 and that want to use it in a real world application or ROS Developers that want to learn and migrate to ROS 2.

Enroll now: Robotics and ROS 2 – Learn by Doing! Manipulators

Summary

Title: Robotics and ROS 2 – Learn by Doing! Manipulators

Price: $79.99

Average Rating: 4.61

Number of Lectures: 112

Number of Quizzes: 3

Number of Published Lectures: 111

Number of Published Quizzes: 3

Number of Curriculum Items: 117

Number of Published Curriculum Objects: 116

Original Price: $94.99

Quality Status: approved

Status: Live

What You Will Learn

  • Create a Real Robot, powered by ROS 2
  • Mastering ROS2, the last version of the Robot Operating System
  • Robotics Theory
  • Use Alexa to actuate the Robot
  • Programming Arduino for Robotics Applications
  • Create a Digital Twin
  • Simulate the robot in Gazebo
  • Robot Kinematics
  • Trajectory Planning with MoveIt 2
  • Use the ros2_control library
  • Master Rviz2
  • Who Should Attend

  • Makers and Hobbists keen on robotics
  • Software developers taht wants to learn ROS 2 and Robotics
  • Students or Engineers that wants to learn how to buid a robot from scratch
  • Developers that already knows ROS 2 and that want to use it in a real world application
  • ROS Developers that want to learn and migrate to ROS 2
  • Target Audiences

  • Makers and Hobbists keen on robotics
  • Software developers taht wants to learn ROS 2 and Robotics
  • Students or Engineers that wants to learn how to buid a robot from scratch
  • Developers that already knows ROS 2 and that want to use it in a real world application
  • ROS Developers that want to learn and migrate to ROS 2
  • Would you like to learn ROS 2 , the second and last version of Robot Operating System by building a real robot?

    The philosophy of this course is the Learn by Doing and quoting the American writer and teacher Dale Carnegie

    Learning is an Active Process. We learn by doing, only knowledge that is used sticks in your mind.

    In order for you to master the concepts covered in this course and use them in your projects or, why not, also in your future job, I will guide you through the learning of all the functionalities of ROS both from the theoretical and practical point of view.

    Each section is composed of three parts:

  • Theoreticalexplanation of the concept and functionality

  • Usage of the concept in a simple Practicalexample

  • Application of the functionality in a real Robot

  • I almost forgot! We need one more, essential and exciting part of this course for your active learning!

  • Experiment, Developand Testyour ideas in the Robot (real or simulated in your PC)

  • In each Section of the course, I’ll introduce you a new concept and then we will use it to add new functionalities to the robot:

    1. Introduction to the Course

    2. Setup the Environment: Install Ubuntu and ROS Noetic

    3. Introduction to ROS: What is ROS and why is so important in Robotics.

      Create the first ROS node

      1. ROS Publisher/Subscriber

    4. Digital Twin: Use a simulator to develop and test the functionalities of the robot without the need of any hardware device

      1. URDF

      2. Gazebo

      3. Parameters

      4. RViz2

      5. Launch Files

    5. Control: How to create a Control System for Robot actuators

      1. Timer

      2. Services

      3. ros2_control

    6. Kinematics: Use the package MoveIt! for the Trajectory Planning

      1. TF2

      2. MoveIt! 2

    7. Application: Interface and make available all the functionalities of the robot to other software to create more complex applications and functionalities

      1. Actions

    8. Alexa: Use the Alexa Voice Assistant to actuate the robot with the voice

    9. Build the Robot: Build the real robot and migrate all the functionalities from a simulated robot to a real one

      1. Arduino IDE

      2. Serial Communication

    10. Conclusion and Summary of the course

    To facilitate your learning and help you join the robotic world, the code lessons are available both in C++ and in Python and you can decide which language to use during the course.

    Anyway, I would suggest you to follow both in order to complete your Robotics Software Developer profile!

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Course Motivation

    Lecture 2: Meet your Teacher

    Lecture 3: [BONUS]: Boost your Robotics Software Developer Career

    Lecture 4: Get the Most out of the Course

    Lecture 5: Project Architecture

    Lecture 6: Course Presentation

    Lecture 7: Course Material

    Chapter 2: Setup

    Lecture 1: Install Ubuntu on Virtual Machine

    Lecture 2: Install Ubuntu on Dual Boot

    Lecture 3: Install ROS 2 on Ubuntu

    Lecture 4: Configure the Development Environment

    Chapter 3: Introduction to ROS 2

    Lecture 1: Why a Robot Operating System?

    Lecture 2: What is ROS 2

    Lecture 3: Why a NEW Robot Operating System?

    Lecture 4: ROS 2 Architecture

    Lecture 5: Hardware Abstraction

    Lecture 6: Low-Level Device Control

    Lecture 7: Messaging Between Process

    Lecture 8: Package Management

    Lecture 9: Architecture of a ROS 2 Application

    Lecture 10: <LAB>Create and Activate a Workspace</LAB>

    Lecture 11: <PY>Simple Publisher</PY>

    Lecture 12: <C++>Simple Publisher</C++>

    Lecture 13: <PY>Simple Subscriber</PY>

    Lecture 14: <C++>Simple Subscriber</C++>

    Chapter 4: Digital Twin

    Lecture 1: Robot Description

    Lecture 2: URDF

    Lecture 3: <LAB>Create the URDF Model</LAB>

    Lecture 4: <LAB>Complete the URDF Model</LAB>

    Lecture 5: RViz 2

    Lecture 6: Parameters

    Lecture 7: <PY>Parameters</PY>

    Lecture 8: <C++>Parameters</C++>

    Lecture 9: <LAB>ROS 2 Parameter CLI</LAB>

    Lecture 10: <LAB>Visualize the Robot</LAB>

    Lecture 11: Launch Files

    Lecture 12: <LAB>Visualize the Robot with Launch Files</LAB>

    Lecture 13: Gazebo

    Lecture 14: <LAB>Simulate the Robot</LAB>

    Lecture 15: <LAB>Launch the Simulation</LAB>

    Chapter 5: Control

    Lecture 1: ROS 2 Control

    Lecture 2: Control Types

    Lecture 3: <LAB>ros2_control with Gazebo</LAB>

    Lecture 4: YAML Configuration File

    Lecture 5: <LAB>Configure ros2_control</LAB>

    Lecture 6: <LAB>Launch the Controller</LAB>

    Lecture 7: <LAB>ros2_control CLI</LAB>

    Chapter 6: Kinematics

    Lecture 1: Robot Kinematics

    Lecture 2: Pose of a Robot Arm

    Lecture 3: Translation Vector

    Lecture 4: Elementary Rotations

    Lecture 5: Rotation Matrix

    Lecture 6: Transformation Matrix

    Lecture 7: Forward Kinematics

    Lecture 8: TF2 Library

    Lecture 9: <LAB>TF2 Tools</LAB>

    Lecture 10: ROS 2 Services

    Lecture 11: <PY>Service Server</PY>

    Lecture 12: <C++>Service Server</C++

    Lecture 13: Static and Dynamic Transformations

    Lecture 14: <PY>Service Client</PY>

    Lecture 15: <C++>Service Client</C++>

    Lecture 16: Angle Representations

    Lecture 17: Euler Angles

    Lecture 18: Quaternion

    Lecture 19: <PY>Euler to Quaternion Service</PY>

    Lecture 20: <C++>Euler to Quaternion Service</C++>

    Lecture 21: Inverse Kinematics

    Lecture 22: MoveIt! 2

    Lecture 23: <LAB>Configure MoveIt! 2</LAB>

    Lecture 24: <LAB>Launch MoveIt! 2</LAB>

    Chapter 7: Application

    Lecture 1: Application Layer

    Lecture 2: ROS 2 Actions

    Lecture 3: <PY>Create an Action Server</PY>

    Lecture 4: <C++>Create an Action Server</C++>

    Lecture 5: <PY>Create an Action Client</PY>

    Lecture 6: <C++>Create an Action Client</C++>

    Lecture 7: MoveIt! 2 API

    Lecture 8: <C++>MoveIt! 2 API</C++>

    Lecture 9: Task Server

    Lecture 10: <C++>Task Server</C++>

    Chapter 8: Alexa Integration

    Lecture 1: Alexa Skill

    Lecture 2: <LAB>Develop Alexa Skills</LAB>

    Lecture 3: <LAB>Integrate Alexa Skills<LAB>

    Lecture 4: <LAB>Interface the Robot with Alexa</LAB>

    Lecture 5: <LAB>Voice Interaction Model</LAB>

    Lecture 6: <LAB>Launch the Simulation of the Robot</LAB>

    Instructors

  • Robotics and ROS 2 Learn by Doing! Manipulators  No.2
    Antonio Brandi
    Robot Autonomous Navigation Engineer
  • Rating Distribution

  • 1 stars: 3 votes
  • 2 stars: 4 votes
  • 3 stars: 17 votes
  • 4 stars: 92 votes
  • 5 stars: 209 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!