Hello ROS Developers! In this post, we start summarizing our YouTube video series called “Exploring ROS with a 2 wheeled Robot”. That’s the part #03 and we hope to help you learning this amazing content by another media, our blog posts. Let’s start! In the last post,...
XACROs In this tutorial, we are going to explore the macros for URDF files, using XACRO files. At the end of this tutorial, we will have the same model organized in different files, in an organized way. STEP 1 With the first part done we have a simple robot...
Explore the basics of robot modeling using the URDF In this tutorial, we’re going to explore the basics of robot modeling using the Unified Robot Description Format (URDF). At the end of this tutorial, we will have a model ready and running in Gazebo...
Hello ROS Developers! In this post, we will see what the ROS_MASTER_URI is in just 5 minutes. We’ll see what it represents and how we use it in the entire ROS system. Let’s go! Step 1: Setup your development environment To follow this post, you need a...
Hello ROS Developers, welcome to this new post on the “ROS In 5 Minutes” series! In this post we are going to see how to publish the position of a robot with Python using the TransformBroadcaster. For that we are going to use Robot Ignite Academy, which is...
Welcome to this “ROS In 5 Minutes” videos series. In today’s videos we are going see 5 different ways if seeing tf data, which at the end is used to know the positions of robots in a given world, for example. But before we start, if you want to Learn...