-
Notifications
You must be signed in to change notification settings - Fork 673
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(simple_object_merger): change the default param of timeout_threshold #6133
fix(simple_object_merger): change the default param of timeout_threshold #6133
Conversation
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6133 +/- ##
=======================================
Coverage 14.58% 14.58%
=======================================
Files 1871 1871
Lines 127545 127543 -2
Branches 37311 37311
=======================================
Hits 18606 18606
+ Misses 88019 88017 -2
Partials 20920 20920
*This pull request uses carry forward flags. Click here to find out more. ☔ 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
Please remove default parameter later.
…old (autowarefoundation#6133) * fix(simple_object_merger): change the default param of timeout_threshold Signed-off-by: scepter914 <scepter914@gmail.com> * fix conflict Signed-off-by: scepter914 <scepter914@gmail.com> --------- Signed-off-by: scepter914 <scepter914@gmail.com>
…old (autowarefoundation#6133) * fix(simple_object_merger): change the default param of timeout_threshold Signed-off-by: scepter914 <scepter914@gmail.com> * fix conflict Signed-off-by: scepter914 <scepter914@gmail.com> --------- Signed-off-by: scepter914 <scepter914@gmail.com>
Description
This PR change the default param of timeout_threshold.
The default timeout value should be based on LiDAR cycle 100ms, and 1.0s is so long.
So this PR change the default param of timeout_threshold from 1.0 into 0.1.
Tests performed
Only build test.
Effects on system behavior
No effect.
https://github.com/tier4/aip_launcher/blob/tier4/universe/aip_x2_launch/launch/radar.launch.xml#L66 set the parameter and don't use the default parameter.
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.