
Follow the course in order, code as you go, and complete projects before viewing solutions to learn why you’re doing what you do, starting with ROS 2 on Raspberry Pi.
Create a ros 2 python node on the raspberry pi by building a package, writing a temperature sensor, installing gpio zero, and running the node via a remote vscode setup.
Learn to create and run a ROS 2 launch file on a Raspberry Pi to start a node, a service server, and a temperature sensor publisher.
Create a ros2 node on the Raspberry Pi and a Python package to communicate with the Arduino over serial, using a ros2 timer to blink the led.
Publish Arduino temperature data on a ROS 2 topic using a Raspberry Pi publisher, reading serial data every second and publishing it as an int64.
Develop a ros2 node on the raspberry pi to control an arduino servo via serial communication. Implement a 0–180 degree sweep using a 100 Hz timer and verify the motion.
You have learned ROS 2 basics and want to create an embedded application for a robot?
Or maybe you already got a Raspberry Pi and have no idea how to run ROS 2 on it?
In this course, you will create a fully distributed ROS 2 application between a Raspberry Pi, your computer, and even an Arduino board. At the end of the course you will be able to adapt this knowledge to your own projects.
-- Why this course?
ROS 2 is a powerful robotics framework that you can use to bootstrap software for a new robot in no time.
Raspberry Pi is a tiny and relatively inexpensive board that you can easily embed on a robot, and it makes it easy to connect to different hardware components.
So, why not use the two together? That’s a perfect combo: running ROS 2 directly inside a robot, on a tiny computer that has direct access to hardware.
I have personally done that in the robotics startup I cofunded in the past. We produced a fully working 6 axis robotic arm, powered by ROS 2 running on a Raspberry Pi. If we could create (and sell!) such a robot, then imagine what you can achieve.
With this course I want to share my practical knowledge with you, so you can quickly get started with ROS 2 on a Raspberry Pi, and understand the different specificities so you can properly design your own applications for your own projects.
-- How do I teach?
If you’ve taken other ROS 2 courses from me you know that I’m not here to waste your time.
My teaching method is quite simple:
Step by step
Going to the point
Learn while doing
Also I strongly focus on the “why” behind what you learn. The goal is not just to make you blindly repeat some steps, but to understand why those steps matter.
And don’t take my word for it - here are some reviews from fellow students/researchers/engineers/teachers who took my ROS 2 courses on Udemy:
“Best course on ROS2 I’ve taken! Other courses (different sites/platforms) made it confusing but this course makes it so clear and easy to understand while letting you try on your own. I am definitely learning a lot in a painless and simple way. I should have gotten this course from the beginning.” - Miguel Martinez G.
“Overall very satisfied. I’ve a strong background in programming, but at a higher level (web mostly) and the elegant, fluent and clean approach of this course has leveraged my introduction to the ROS environment in a short amount of time, without the struggle of going through a lot of documentation” - Devis D.
“This is the best course in ROS2 I’ve ever seen” - Aleksandar K.
“Great course content, straight to the point and very easy to follow” - Kevin M.
-- What will you do and learn in the course?
This course is 100% hands-on. You need to have some ROS 2 basics to get started, but that’s it. From that, we will:
Install Ubuntu Server and ROS 2 on a Raspberry Pi
Set up a remove development environment with VS Code
Write, build, and run nodes on the Raspberry Pi
Create a fully distributed ROS 2 app between your computer and your Raspberry Pi
Add an Arduino board to the application and get closer to the hardware
Each section is built on top of the previous ones, and you will reinforce what you’ve learned with extra challenges to practice more.
So, to create amazing projects with ROS 2 and Raspberry Pi, wait no more and enroll in the course today!
You don’t take any risk as you get a 30-day money back guarantee if you’re not fully satisfied - no questions asked.
See you in the course!
Note - this course is not for you if:
You have never worked with ROS 2 before. You will need ROS 2 basics to understand this course.