does rclcpp support GuardCondition callbacks?

asked 2021-11-05 02:31:55 -0500

BrettRD gravatar image

rclpy and rclc both allow the user to attach a callback to a GuardCondition, but all of the examples I can find for rclcpp show a polling interface instead.

How can I trigger execution of a callback in a specific callback queue from another thread in the same process?

edit retag flag offensive close merge delete