🚧How to spin nodes

There two ways to spin nodes:

  • use rclcpp::spin

  • create an executor, add nodes to the executor, and then call the spin method of the executor.

Last updated