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
I'm currently working on a ROS node that requires use of the subscriber node feature. While I can see there's a method for setting the deadline, I can't find a way of setting up a callback, similar to the deadline_callback option you can set in rclcpp. Is there an equivalent, or plan to add support for this feature?
The text was updated successfully, but these errors were encountered:
You are right, there is no mechanism like this implemented, and I have no plans to add it anytime soon. Feel free to make a PR, I will support best I can. If the functionality is exposed in rcl it shouldn't be too much work I think.
m-dahl
changed the title
Support for dealine on subscribers
Support for deadline on subscribers
Dec 21, 2023
I'm currently working on a ROS node that requires use of the subscriber node feature. While I can see there's a method for setting the deadline, I can't find a way of setting up a callback, similar to the deadline_callback option you can set in rclcpp. Is there an equivalent, or plan to add support for this feature?
The text was updated successfully, but these errors were encountered: