ROS2 Learning
01 Start with simple nodes Directory Reference
Directory dependency graph for 01 Start with simple nodes:
CPP/01 Start with simple nodes

Files

file  my_first_node.cpp
 A basic ROS2 node that spins and printouts a string waiting for a killing request.
 
file  node_timer_without_class.cpp
 A basic ROS2 node that spins and printouts a string based on a timer. Not good practice, just for instance.
 
file  node_with_class.cpp
 A basic ROS2 node implemented with class that spins and printouts a string waiting for a killing request.