У нас вы можете посмотреть бесплатно Introduction to ROS Part 1: What is the Robot Operating System? | DigiKey или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Welcome to the first episode in our ROS 2 tutorial series for beginners! In this video, we introduce the Robot Operating System (ROS), an open-source middleware framework that helps developers build complex and scalable robotic applications. Whether you're working on autonomous vehicles, robotic arms, or hobbyist bots, ROS provides the tools, libraries, and communication infrastructure you need to get started. The written guide for this episode can be found here: https://www.digikey.com/en/maker/tuto... The GitHub repository containing the Docker image and example code for this series can be found here: https://github.com/ShawnHymel/introdu... This 12-part course will walk you through everything from basic ROS 2 concepts to writing your own nodes, services, and interfaces. We’ll also cover advanced topics like TF2 transformations and microcontroller integration. By the end of the series, you should have a good understanding of how to build ROS applications using nodes, topics, services, parameters, and launch files. For a bit of history, ROS started as a Stanford project and was later developed by Willow Garage. It grew into the standard for robotic middleware and is now maintained by Open Robotics. With ROS 1 reaching end-of-life, this series focuses exclusively on ROS 2 (Jazzy Jalisco), the latest long-term support version. While ROS 1 was a game-changer for research and prototyping, ROS 2 brings much-needed upgrades for commercial and industrial robotics. In this episode, we explore key differences between ROS 1 and ROS 2, the advantages of using a decentralized messaging system (DDS), and why ROS 2 is now the standard for new projects. You'll also learn about the officially supported programming languages, Python and C++, and when to use each one. At the end of the episode, we’ll show you how to set up the Docker image made for the course, which comes with ROS 2 pre-installed. This video is the perfect starting point for students, engineers, and hobbyists looking to learn ROS 2 development. Be sure to subscribe and follow along as we dive into code, tools, and real-world examples of how ROS is used across the robotics industry. Maker Link https://www.digikey.com/en/maker/tuto... eXperiential Robotics Platform (XRP): https://www.digikey.com/short/dwf9fh5t Introduction to Zephyr: • Introduction to Zephyr Part 1: Getting Sta... Introduction to Docker: • Intro to CI/CD Part 1: Getting Started wit... Learn More Maker.io - https://www.digikey.com/en/maker DigiKey’s Blog – TheCircuit https://www.digikey.com/en/blog Connect with DigiKey on Facebook / digikey.electronics And follow us on X: https://x.com/digikey Chapters 0:00 Intro 0:55 Syllabus 4:21 micro-ROS 5:27 History of ROS 8:03 ROS Fundamentals 10:44 ROS Documentation 13:56 Prerequisites 15:01 Python vs. C++ 18:19 Alternatives to ROS 18:31 Examples of ROS in the Real World 20:01 Installing the Course Docker Image 28:37 Conclusion