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

Remove unnecessary checking of topic globs. (#793) #799

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

achim-k
Copy link
Contributor

@achim-k achim-k commented Oct 5, 2022

This is a forward port of #793

Public API Changes
None

Description
From #793:

We do not have to check the topic globs on each incoming ros message. It is enough to check if the topic is allowed to be subscribed in the actual subscribe call as the message callback method (publish) is only called when the topic is subscribed to.

We do not have to check the topic globs on each incoming ros message. It is enough to check if the topic is allowed to be subscribed in the actual subscribe call as the message callback method (publish) is only called when the topic is subscribed to.
@achim-k achim-k requested a review from jtbandes October 5, 2022 15:00
@achim-k achim-k merged commit a64396b into ros2 Oct 17, 2022
@achim-k achim-k deleted the achim/forward_port_793 branch October 17, 2022 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants