-
Notifications
You must be signed in to change notification settings - Fork 269
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
Add entity validation to OdometryPublisher #2326
Add entity validation to OdometryPublisher #2326
Conversation
Signed-off-by: Anton Bogdanov <[email protected]>
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 the contribution! And welcome to open source development. I just have one comment.
Signed-off-by: Anton Bogdanov <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## gz-sim8 #2326 +/- ##
===========================================
- Coverage 65.97% 65.95% -0.02%
===========================================
Files 327 327
Lines 31328 31332 +4
===========================================
- Hits 20668 20665 -3
- Misses 10660 10667 +7 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Anton Bogdanov <[email protected]>
Signed-off-by: Anton Bogdanov <[email protected]>
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! If you're interested in contributing more, which we'd love, please take a look at these good first issues
@azeey Any idea when this would be released? |
We'll shoot for making a release this week. |
Awesome. Thanks for the heads up 👍 |
Until SystemManager has the ability to unload system plugins, plugins require an explicit check of the validity of the entities used in the Update methods. Such a check was missing in OdometryPublisher, which led to non-critical but annoying errors in the console. --------- Signed-off-by: Anton Bogdanov <[email protected]> Signed-off-by: Gaurav Kumar <[email protected]>
🦟 Bug fix
Until SystemManager has the ability to unload system plugins, plugins require an explicit check of the validity of the entities used in the Update methods. Such a check was missing in OdometryPublisher, which led to non-critical but annoying errors in the console.
P.S. It's my first PR to open source project, sorry if i missing something