-
Notifications
You must be signed in to change notification settings - Fork 664
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
feat(autoware_traffic_light_arbiter): add current time validation #9747
feat(autoware_traffic_light_arbiter): add current time validation #9747
Conversation
Signed-off-by: MasatoSaeki <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
perception/autoware_traffic_light_arbiter/config/traffic_light_arbiter.param.yaml
Outdated
Show resolved
Hide resolved
Signed-off-by: MasatoSaeki <[email protected]>
I see changes that aim to address the sync issues between the V2X source and the perception stack (I did not consider that during the original implementation). To handle all the possible cases, could you make the comparisons using |
Signed-off-by: MasatoSaeki <[email protected]>
The tests seem to be failing. Maybe the stamps need to be generated during the test? |
Signed-off-by: MasatoSaeki <[email protected]>
@knzo25
fixed in 982643f
fixed in e2916dd |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9747 +/- ##
==========================================
- Coverage 29.75% 29.75% -0.01%
==========================================
Files 1444 1444
Lines 108722 108736 +14
Branches 42699 42704 +5
==========================================
+ Hits 32354 32357 +3
- Misses 73185 73194 +9
- Partials 3183 3185 +2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
It seems there is a ci/cd error:
|
Signed-off-by: MasatoSaeki <[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
@YoshiRi |
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
…towarefoundation#9747) * add current time validation Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * change ros parameter name Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * add validation with absolute function Signed-off-by: MasatoSaeki <[email protected]> * add timestamp of topic in test Signed-off-by: MasatoSaeki <[email protected]> * fix ci error Signed-off-by: MasatoSaeki <[email protected]> --------- Signed-off-by: MasatoSaeki <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…towarefoundation#9747) * add current time validation Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * change ros parameter name Signed-off-by: MasatoSaeki <[email protected]> * style(pre-commit): autofix * add validation with absolute function Signed-off-by: MasatoSaeki <[email protected]> * add timestamp of topic in test Signed-off-by: MasatoSaeki <[email protected]> * fix ci error Signed-off-by: MasatoSaeki <[email protected]> --------- Signed-off-by: MasatoSaeki <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
This PR enables to validate external messages compared by current time.
Related links
Parent Issue:
How was this PR tested?
I have checked it on Evaluator.
Notes for reviewers
None.
Interface changes
None.
ROS Parameter Changes
Additions and removals
external_delay_tolerance
Effects on system behavior
None.