-
Notifications
You must be signed in to change notification settings - Fork 100
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
Update plugin lib exception handling #263
Update plugin lib exception handling #263
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ros2-master #263 +/- ##
===============================================
+ Coverage 74.81% 74.88% +0.06%
===============================================
Files 24 24
Lines 1104 1107 +3
Branches 86 86
===============================================
+ Hits 826 829 +3
Misses 231 231
Partials 47 47
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.
Thank you for your contribution!
Please fix the pre-commit issues (see the failing CI jobs). You can check that locally by pre-commit run --all
, instructions for that you can find in the good first issue text or the contribution guidelines on control.ros.org
Regarding catch (...)
: I suggest adding a similar log like in the controller_manager?
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.
Ah this is much nicer, thank you!
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.
Changes look good to me.
Just pre-commit fixes
@christophfroehlich , thanks for the As for |
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!
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.
Looks great.
Thanks for adding tests!
Address #257
@christophfroehlich , regarding to catch(...), I left it out since I am not sure what would be useful to log. I'm open to add it if you could provide some suggestions.