-
Notifications
You must be signed in to change notification settings - Fork 683
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(traffic_light_occlusion_predictor): bug fix #4426
fix(traffic_light_occlusion_predictor): bug fix #4426
Conversation
Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
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 has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4426 +/- ##
==========================================
- Coverage 14.92% 14.92% -0.01%
==========================================
Files 1515 1515
Lines 104509 104507 -2
Branches 31773 31773
==========================================
- Hits 15595 15594 -1
+ Misses 71900 71899 -1
Partials 17014 17014
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
* fix(image_projection_based_fusion): revert the swap of postprocess and publish (autowarefoundation#4400) fix: revert the swap of postprocess and publish Signed-off-by: tzhong518 <sworgun@gmail.com> * fix(image_projection_based_fusion): fix pointpainting error caused by empty pointcloud (autowarefoundation#4427) * fix(image_projection_based_fusion): fix pointpainting error caused by empty pointcloud Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * fix(traffic_light_occlusion_predictor): bug fix (autowarefoundation#4426) fix traffic_light_occlusion_predictor bug Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> --------- Signed-off-by: tzhong518 <sworgun@gmail.com> Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp> Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> Co-authored-by: Tao Zhong <55872497+tzhong518@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mingyu1991 <115005477+Mingyu1991@users.noreply.github.com>
) (#752) fix traffic_light_occlusion_predictor bug Signed-off-by: Mingyu Li <mingyu.li@tier4.jp> Co-authored-by: Mingyu1991 <115005477+Mingyu1991@users.noreply.github.com>
Description
Considering in_roi_msg could be nullptr, it would cause break down when it's called
Tests performed
Nothing.
Effects on system behavior
Nothing.
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.