-
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_arbiter): clear perception msg when the stamp is over the tolerance #4464
fix(traffic_light_arbiter): clear perception msg when the stamp is over the tolerance #4464
Conversation
…er the tolerance Signed-off-by: Tomohito Ando <tomohito.ando@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 and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4464 +/- ##
=======================================
Coverage 14.91% 14.91%
=======================================
Files 1517 1517
Lines 104701 104701
Branches 31884 31884
=======================================
Hits 15619 15619
Misses 72030 72030
Partials 17052 17052
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
…er the tolerance (autowarefoundation#4464) Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
…er the tolerance (#701) fix(traffic_light_arbiter): clear perception msg when the stamp is over the tolerance (autowarefoundation#4464) Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
…er the tolerance (autowarefoundation#4464) Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
…er the tolerance (autowarefoundation#4464) Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Felix F Xu <felixfxu@gmail.com>
…er the tolerance (autowarefoundation#4464) Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Description
I think
latest_perception_msg_
should be cleared here instead oflatest_external_msg_
.https://github.com/autowarefoundation/autoware.universe/pull/4464/files#diff-8488136a70c0a6c2330c7db712a8d69c5e2111f1b7f83477e67a99887933ca4dR102
Tests performed
I confirmed that this node works by following these steps.
/external/traffic_signals
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.