-
Notifications
You must be signed in to change notification settings - Fork 682
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
fix(probabilistic_occupancy_gridmap): prevent node death by adding lookupTransform exception in util function #4713
fix(probabilistic_occupancy_gridmap): prevent node death by adding lookupTransform exception in util function #4713
Conversation
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
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
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #4713 +/- ##
=======================================
Coverage 14.89% 14.89%
=======================================
Files 1547 1547
Lines 106607 106610 +3
Branches 32603 32606 +3
=======================================
+ Hits 15876 15882 +6
+ Misses 73426 73420 -6
- Partials 17305 17308 +3
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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
…okupTransform exception in util function (autowarefoundation#4713) * add lookupTransform exception in util function and add launch_test Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Pointcloud based occupancy grid map generation node sometimes died by null pointcloud input. (see figure below)
This PR enables to prevent this error by fixing util function and its effectiveness is tested with launch_test.
TIER IV INTERNAL TICKET
Tests performed
Tested in launch_test.
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.