How to Manage Parameters in ROS 2 Using C++

👩🏻‍💻 Core Concepts, Practical Implementation, and CLI Tools In ROS 2 development, parameter management is a fundamental capability for building flexible, configurable, and adaptive robotic systems. Any autonomous robot must be able to modify its behavior without recompilation: sensor frequencies, maximum speed, module activation, safety limits, and numerous other factors depend on values that must […]

How to Create and Understand a URDF Model in ROS 2

When working with ROS 2, sooner or later you reach the point where you must describe the physical structure of your robot in detail. This is a fundamental requirement: every component of the ROS 2 ecosystem—RViz, Gazebo, Nav2, controllers, planning libraries—needs to know the dimensions, connections, and shape of each element that makes up the […]

Creating and Managing a Lifecycle Node in ROS 2 with C++

When developing complex robotic systems, managing the operational state of each node precisely is essential to ensure stability, safety, and predictability.ROS 2 introduces a key concept to meet this need: Lifecycle Nodes.   Unlike standard nodes, which start operating as soon as they are launched, Lifecycle Nodes allow you to explicitly control their behavior through […]

Managing and Creating Lifecycle Nodes in ROS 2

When developing complex robotic systems, the ability to precisely control the operational state of each node is essential to ensure reliability, safety, and maintainability. ROS 2 addresses this need through a key concept: Lifecycle Nodes.Unlike regular nodes that start operating as soon as they are launched, Lifecycle Nodes allow you to manage their life cycle […]

Building Smarter Robots with Behavior Trees in ROS 2

Discover how Behavior Trees can help you structure intelligent robot behaviors in ROS 2 using modular logic, clear control flow, and intuitive tools like Groot. 🤖 Why Behavior Matters in Robotics Robots that operate in the real world face much more than just navigation tasks. They need to handle dynamic environments, unpredictable humans, and ambiguous […]

Controlador Pure Pursuit

Introduction to Motion Planning Motion planning is a core component of autonomous robots that deals with finding and following a path for the robot to reach a goal safely. High-level (global) motion planners typically compute a static path through the environment, but real robots operate in dynamic environments where obstacles or conditions can change rapidly. […]

Mapeo con slam_toolbox

Autonomous mobile robots must both build a map of their unknown environment and localize themselves within it. Tackling mapping and localization as separate tasks often leads to drift and inconsistencies. The hard reality is: if you treat mapping and localization independently, your robot’s map will be unreliable, and localization will degrade over time. Simultaneous Localization […]

Autoconducción y ROS - ¡Aprenda con la práctica!
Odometría y control

Create a Self-Driving robot and learn about Robot Localization and Sensor Fusion using Kalman Filters. Enroll Now Get Started with Autonomous Mobile Robots Section 1 Introduction to ROS 2 Get started with ROS 2, the latest version of Robot Operating System! ROS is the most widely used framework for building all kinds of robots, from […]

Autoconducción y ROS 2 - ¡Aprenda con la práctica!
Odometría y control

Create a ROS2 Self-Driving robot with Python and C++. Master Odometry, Control and Sensor Fusion using Kalman Filters. Enroll Now Get Started with Autonomous Mobile Robots Section 1 Introduction to ROS 2 Get started with ROS 2, the latest version of Robot Operating System! ROS is the most widely used framework for building all kinds […]

es_ES

Discover BumperBot Kit

Assemble your robot and get started to learn Robotics!