-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
executor ignore canceled timers (#220)
* executor ignore canceled timers this is similar behavior observed in rclcpp, canceled timers shouldn't be handled Signed-off-by: Ilya Guterman <[email protected]> * Add regression test Signed-off-by: Your Name <[email protected]> * Uncrustify Signed-off-by: Your Name <[email protected]> * Fix warning unused Signed-off-by: Your Name <[email protected]> Signed-off-by: Pablo Garrido <[email protected]> * return sucess on cancled timer Signed-off-by: Ilya Guterman <[email protected]> * validate cancled timer doesn't impact the execution of other handlers Signed-off-by: Ilya Guterman <[email protected]> * executor_spin_publisher_timer_cancelled cancel timer on beggining of the test Signed-off-by: Ilya Guterman <[email protected]> Co-authored-by: Pablo Garrido <[email protected]>
- Loading branch information
Showing
2 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters