-
Notifications
You must be signed in to change notification settings - Fork 343
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 empty on_shutdown() callbacks (backport #1477) #1482
Conversation
(cherry picked from commit abf3172) # Conflicts: # diff_drive_controller/include/diff_drive_controller/diff_drive_controller.hpp # joint_trajectory_controller/include/joint_trajectory_controller/joint_trajectory_controller.hpp # tricycle_controller/include/tricycle_controller/tricycle_controller.hpp
Cherry-pick of abf3172 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
@saikishor @christophfroehlich , thank you for help review and merge my PR. Are any of these failures known? If they are new, i can help look into them shortly. lmk. |
Hello @Juliaj The failures doesn't seem to be related. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## humble #1482 +/- ##
==========================================
+ Coverage 66.72% 66.77% +0.05%
==========================================
Files 113 113
Lines 13337 13331 -6
Branches 8245 8245
==========================================
+ Hits 8899 8902 +3
+ Misses 1442 1436 -6
+ Partials 2996 2993 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
The failing tests are well known, no worries |
Address #1474
This is an automatic backport of pull request #1477 done by Mergify.