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

Fix race condition in tests #7

Conversation

jonbinney
Copy link

We need to publish scans repeatedly in case the filter chain runs and processes the output scan before we finish subscribing to that topic. Changing the QoS doesn't work since that would need to happen in the filter chain itself (which is the publisher) not in the python test file.

We need to publish scans repeatedly in case the filter chain runs and
processes the output scan before we finish subscribing to that topic.
@berend-kupers berend-kupers merged commit 2fe180c into eurogroep:feat/ros2-port-all-filters Aug 22, 2024
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.

2 participants