|
ROS2 Learning
|
A basic ROS2 node that spins and printouts a string based on a timer. Not good practice, just for instance. More...
#include "rclcpp/rclcpp.hpp"
Functions | |
| void | TimerCallback () |
| int | main (int argc, char **argv) |
Variables | |
| std::shared_ptr< rclcpp::Node > | node = nullptr |
A basic ROS2 node that spins and printouts a string based on a timer. Not good practice, just for instance.