Skip to content
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

add API to get matched count of publishers / subscribers #120

Closed
dirk-thomas opened this issue Aug 23, 2017 · 1 comment
Closed

add API to get matched count of publishers / subscribers #120

dirk-thomas opened this issue Aug 23, 2017 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@dirk-thomas
Copy link
Member

The current API only passes a topic name which can only return the number of publishers / subscribers independently if they are already matched (due to timing) or will never match (due to incompatible QoS settings).

The new API needs to be coupled to a publisher / subscriber handle since it needs that context to decide if another entity is actually matching this entities QoS.

@dirk-thomas
Copy link
Member Author

This was implemented in #155.

The remaining work on rclcpp is tracked in ros2/rclcpp#623.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants