You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Generalize callbacks to subscriptions
By implementing a trait (SubscriptionCallback) on valid function signatures,
and making subscriptions accept callbacks that implement this trait, we can now
* Receive both plain and boxed messages
* Optionally receive a MessageInfo along with the message, as the second argument
* Soon, receive a loaned message instead of an owned one
This corresponds to the functionality in any_subscription_callback.hpp in rclcpp.
0 commit comments