|
ROS2 Learning
|

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. | |