-
Notifications
You must be signed in to change notification settings - Fork 341
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 #1477
Remove empty on_shutdown() callbacks #1477
Conversation
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.
@Juliaj can you also remove all other empty callbacks? Not only that of on_shutdown?. I believe we need this general cleanup
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1477 +/- ##
==========================================
+ Coverage 83.83% 83.86% +0.03%
==========================================
Files 122 122
Lines 11120 11113 -7
Branches 944 942 -2
==========================================
- Hits 9322 9320 -2
+ Misses 1489 1485 -4
+ Partials 309 308 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Thanks for taking this one! We can remove the other callbacks also in a different PR if you like.
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.
If @christophfroehlich is fine with it. I'm fine with it ;)
abf3172
into
ros-controls:master
(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
Co-authored-by: Julia Jia <[email protected]>
Address #1474