-
Notifications
You must be signed in to change notification settings - Fork 650
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(crosswalk_traffic_light_estimator): fix invalid access #1825
fix(crosswalk_traffic_light_estimator): fix invalid access #1825
Conversation
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 👍
Thank you for your bug fix 🙏
Could you fix semantics error (CI/CD) ?
Codecov Report
@@ Coverage Diff @@
## main #1825 +/- ##
==========================================
- Coverage 10.46% 10.46% -0.01%
==========================================
Files 1221 1221
Lines 87557 87598 +41
Branches 20489 20489
==========================================
Hits 9165 9165
- Misses 69039 69080 +41
Partials 9353 9353
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
74a26a7
to
89c9d02
Compare
Thank you! I fixed. |
…oundation#1825) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…oundation#1825) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…oundation#1825) (#119) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
…oundation#1825) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…oundation#1825) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…oundation#1825) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
…oundation#1825) Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura tomoya.kimura@tier4.jp
Description
(crosswalk_traffic_light_estimator)
Currently, in the for-loop of
last_detect_color_
,last_detect_color_.erase()
is called.It causes invalid access and the crosswalk_traffic_light_estimator node dies frequently now.
I fixed it.
Related links
Tests performed
I confirmed the improvement with the rosbag.
(I'm sorry but I can't provide the rosbag here because it contains camera images including personal data.)
Notes for reviewers
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.