🚧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 - spinmethod of the executor.
Last updated
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