ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

As a beginner, there are three things you really need to understand (IMHO):

  1. ROS nodes as independent computational units
  2. Messages and how they provide an interface between/among nodes
  3. The callback queue(s) and how to use spin/spinOnce for internal node operation

With those in hand, you'll be well prepared to build fairly complex systems.