Skip to content
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

Conversation

Mingyu1991
Copy link
Contributor

@Mingyu1991 Mingyu1991 commented Jul 27, 2023

Description

  • Fix the bug that causes traffic_light_occlusion_predictor to fall

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Jul 27, 2023
@Mingyu1991 Mingyu1991 requested a review from miursh July 27, 2023 11:13
Copy link
Contributor

@tkimura4 tkimura4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@tkimura4 tkimura4 enabled auto-merge (squash) July 27, 2023 13:08
@shmpwk shmpwk added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 27, 2023
@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (9f6fdce) 14.92% compared to head (498809c) 14.92%.
Report is 6 commits behind head on main.

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              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 14.92% <ø> (-0.01%) ⬇️ Carriedforward from 9f6fdce

*This pull request uses carry forward flags. Click here to find out more.

Files Changed Coverage Δ
.../traffic_light_occlusion_predictor/src/nodelet.cpp 0.00% <0.00%> (ø)
planning/rtc_interface/src/rtc_interface.cpp 28.24% <ø> (-0.33%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tkimura4 tkimura4 merged commit 8333019 into autowarefoundation:main Jul 27, 2023
yukke42 pushed a commit to tier4/autoware.universe that referenced this pull request Jul 27, 2023
)

fix traffic_light_occlusion_predictor bug

Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
@Mingyu1991 Mingyu1991 deleted the fix/traffic_light_occlusion_predictor branch July 27, 2023 13:27
1222-takeshi pushed a commit to tier4/autoware.universe that referenced this pull request Jul 28, 2023
* 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>
TomohitoAndo pushed a commit to tier4/autoware.universe that referenced this pull request Aug 21, 2023
)

fix traffic_light_occlusion_predictor bug

Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
TomohitoAndo added a commit to tier4/autoware.universe that referenced this pull request Aug 21, 2023
) (#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants