-
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(crosswalk_traffic_light_estimator): add operation to remove traffic signals with duplicated ids #5653
fix(crosswalk_traffic_light_estimator): add operation to remove traffic signals with duplicated ids #5653
Conversation
@ktro2828 |
Thanks, I will update! |
94b8a0c
to
68fd2d8
Compare
@tzhong518 I added operation to remove signals which have duplicated Id. Could you review this? |
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
68fd2d8
to
11cb033
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5653 +/- ##
==========================================
- Coverage 15.32% 0.00% -15.33%
==========================================
Files 1721 1 -1720
Lines 118559 169 -118390
Branches 37995 0 -37995
==========================================
- Hits 18169 0 -18169
+ Misses 79657 169 -79488
+ Partials 20733 0 -20733
☔ 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
…ic signals with duplicated ids (autowarefoundation#5653) * fix: add operation to remove traffic signals with duplicated ids Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> * feat: move operation into `crosswalk_traffic_light_estimator` Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> --------- Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
…ic signals with duplicated ids (autowarefoundation#5653) * fix: add operation to remove traffic signals with duplicated ids Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> * feat: move operation into `crosswalk_traffic_light_estimator` Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> --------- Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> Signed-off-by: karishma <karishma@interpl.ai>
…ic signals with duplicated ids (autowarefoundation#5653) * fix: add operation to remove traffic signals with duplicated ids Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> * feat: move operation into `crosswalk_traffic_light_estimator` Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> --------- Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> Signed-off-by: karishma <karishma@interpl.ai>
…ic signals with duplicated ids (autowarefoundation#5653) * fix: add operation to remove traffic signals with duplicated ids Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> * feat: move operation into `crosswalk_traffic_light_estimator` Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> --------- Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
…ic signals with duplicated ids (autowarefoundation#5653) * fix: add operation to remove traffic signals with duplicated ids Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> * feat: move operation into `crosswalk_traffic_light_estimator` Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> --------- Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
…ic signals with duplicated ids (autowarefoundation#5653) * fix: add operation to remove traffic signals with duplicated ids Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> * feat: move operation into `crosswalk_traffic_light_estimator` Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp> --------- Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Description
Add operation to remove Traffic Light Signals which has duplicated
traffic_signal_id
.Related discussion is #4734 (comment)
Tests performed
Not applicable.
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.