Skip to main content

3 docs tagged with "nodes"

View all tags

Nodes, Topics, and Services

Learn how ROS2 nodes communicate through topics (pub/sub) and services (request/response), and understand when to use each communication pattern for coordinating robot behaviors.

Python rclpy Bridge

Learn how to connect Python programming to ROS2 using the rclpy library, creating nodes, publishers, and subscribers to bring robot communication patterns to life in actual code.

ROS2 Fundamentals

Learn what ROS2 is, why it's essential for humanoid robotics, and how it enables modular, distributed robot systems through nodes, topics, and publish-subscribe communication.