How to make rclpy.spin_once to spin on an specific callback?

asked 2021-10-25 19:31:53 -0500

JollyRogers gravatar image

Let's say that I have multiple topics in a node, for every time that I run rclpy.spin_once it runs all the callbacks of each topic. I would like to know a way of rclpy.spin_once to run only one specific callback.

edit retag flag offensive close merge delete