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 Timers not being invoked when using ActionClients or ActionServer within the same node #130

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

hofmannmarkus0
Copy link
Contributor

currently when running a node that creates an ActionClient or ActionServer, creating a Timer in the same node will just not execute the timer callback at all as it tries to execute the timer at index 0, but ActionClient and ActionServer add their Timers to the WaitSet first.

hofmannmarkus0 and others added 2 commits April 11, 2024 14:37
The old comment only mentioned times, but this applies to the other waitables as well.
@hoffmann-stefan
Copy link
Member

hoffmann-stefan commented Apr 15, 2024

@hofmannmarkus0 Thanks for the PR :)

This was some detail overseen when merging #124.

@Chootin This issue may be in your branches as well, you may want to cherry-pick before you get into the same issue :)
Sent you an E-mail at your git commit e-mail for some informations that I don't want to share publicly. (For others, this has nothing directly to do with the project, otherwise I would have shared publicly)

@hoffmann-stefan hoffmann-stefan merged commit bbf949f into ros2-dotnet:main Apr 15, 2024
5 checks passed
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.

3 participants