-
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(traffic_light_occlusion_predictor): bug fix #4426
fix(traffic_light_occlusion_predictor): bug fix #4426
Conversation
Signed-off-by: Mingyu Li <[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.
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 traffic_light_occlusion_predictor bug Signed-off-by: Mingyu Li <[email protected]>
* 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 <[email protected]> * 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 <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: yukke42 <[email protected]> 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 <[email protected]> --------- Signed-off-by: tzhong518 <[email protected]> Signed-off-by: yukke42 <[email protected]> Signed-off-by: Mingyu Li <[email protected]> Co-authored-by: Tao Zhong <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mingyu1991 <[email protected]>
) fix traffic_light_occlusion_predictor bug Signed-off-by: Mingyu Li <[email protected]>
) (#752) fix traffic_light_occlusion_predictor bug Signed-off-by: Mingyu Li <[email protected]> Co-authored-by: Mingyu1991 <[email protected]>
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.