-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ROS2] Missing lazy subscription headers #2060
Comments
@daisukes can you enlighten me more details about what the application want to do with example? i do not quite understand what is really required here...
especially why this is related to this feature? |
@fujitatomoya As for the lazy subscription (which is used in nodelte_lazy.h) it needs the feature (ros2/rmw#330) to archive the functionality without polling the subscription match count.
Does this answer your questions? |
thanks for the explanation, now i see what is requested here.
just to be clear, this feature is out of scope ros2/rmw#330 activity for now. after ros2/rmw#330 is completed, contribution will be really welcome 😄 |
Feature request
Feature description
Implementation considerations
include/rclcpp/topic_tools
or any better place/way?The text was updated successfully, but these errors were encountered: