BLOG 4: A Glimpse into ROS 2 Basics

Posted on 26/09/2023 by RobotShop in Blog, Software and Apps

In the realm of robotics, there's a universe of software and systems that make our favorite robots come to life. One such system is ROS 2, the Robot Operating System. Today, we'll delve into a fundamental concept of ROS 2: Nodes. If you're 16 or 60, this guide aims to make the complex world of robotics a tad simpler for you.

What is a Node in ROS 2?

In the vast ecosystem of ROS 2, a node is like an individual worker. Each node has a specific job, ensuring that the entire system functions smoothly. Think of it as a musician in an orchestra. While one musician plays the violin, another might be on the drums. Each contributes a unique sound, but together, they create a symphony.

Similarly, in ROS 2, each node serves a single, modular purpose. It could be controlling the wheel motors of a robot or publishing data from a sensor, like a laser range-finder.

How do Nodes Communicate?

Nodes aren't isolated; they need to communicate to function cohesively. Here's how they do it:

  • Topics: The primary means of communication between nodes. It's like a chat room where nodes can 'talk'. A node can send (or "publish") messages to a topic, and any other node can listen to (or "subscribe to") this topic to receive those messages.

  • Services: Sometimes, a node doesn't just want to chat; it wants to request something specific from another node. That's where services come in. It's like asking, "Hey, can you give me the current temperature?"

  • Actions: For more extended tasks, nodes use actions. Imagine asking a robot to move from point A to B. The robot not only starts moving but also provides feedback like "I'm halfway there!" or "I've reached!"

  • Parameters: These are like settings or configurations for nodes. For instance, you could have a parameter that sets the maximum speed of a robot.

A Practical Example:

Let's consider a simple robotic scenario to understand nodes better.

Imagine you have a robot with a camera and wheels. You want the robot to move forward when it sees a green light.

  • Camera Node: This node captures images and detects colors. When it sees green, it sends a message on a topic called "green_light_detected."

  • Wheel Motor Node: This node listens to the "green_light_detected" topic. When it detects a specific message in this topic, it starts the wheel motors, making the robot move forward.

In this scenario, the Camera Node "publishes" a message to the "green_light_detected" topic, and the Wheel Motor Node "subscribes" to that topic. When the message is received, the action (moving forward) is executed.

Wrapping Up:

Nodes are the heartbeat of ROS 2, ensuring that robots function as intended. They encapsulate specific functionalities and communicate seamlessly, making robotics appear like magic to the outside world. But as we've seen, it's not just magic; it's a symphony of well-coordinated nodes.

For a deeper dive and hands-on examples, the ROS 2 documentation provides a plethora of information on topicsservicesparametersactions, and nodes.

If you would help implementing this or with any other marketing, branding, selling, pitching, or closing task go to the Create More Customers Agency.

LikedLike this to see more

Spread the word

Flag this post

Thanks for helping to keep our community civil!


Notify staff privately
It's Spam
This post is an advertisement, or vandalism. It is not useful or relevant to the current topic.

You flagged this as spam. Undo flag.Flag Post