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

Allow event statuses to be taken anytime (backport #365) #382

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jan 2, 2025

Fix #317

Certain tests in rclcpp, eg. test_publisher and test_qos_event expect to retrieve event statuses even if an event was not actually triggered. In these cases an event status with total_count_change and current_count_change with values of 0 is expected.

We now maintain a fixed set of status variables in the EventsManager for each event we support. Graph events directly modify the same statuses which greatly simplifies the implementation in GraphCache.


This is an automatic backport of pull request #365 done by Mergify.

Signed-off-by: Yadunund <[email protected]>
(cherry picked from commit 6098711)
@Yadunund Yadunund merged commit eada024 into jazzy Jan 2, 2025
4 checks passed
@Yadunund Yadunund deleted the mergify/bp/jazzy/pr-365 branch January 2, 2025 19:55
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.

1 participant