-
Notifications
You must be signed in to change notification settings - Fork 678
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(slow_down_planner): improper parameter used in slow down #2276
fix(slow_down_planner): improper parameter used in slow down #2276
Conversation
Codecov ReportBase: 10.61% // Head: 10.50% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2276 +/- ##
==========================================
- Coverage 10.61% 10.50% -0.11%
==========================================
Files 1241 1247 +6
Lines 83132 91028 +7896
Branches 20459 21033 +574
==========================================
+ Hits 8825 9565 +740
- Misses 64595 71276 +6681
- Partials 9712 10187 +475
*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. ☔ View full report at Codecov. |
Sorry I am silly. With these parameters it works:
What about the |
@VRichardJP hmm... 🤔 I'll check it again with your parameters setting. |
That's good 👍 Previously, |
0c83ed8
to
868fc47
Compare
868fc47
to
988fe02
Compare
9f99a8a
to
16d3876
Compare
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…rom launch.py Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
16d3876
to
5767e39
Compare
…efoundation#2276) * fix(slow_down_planner): improper parameter used in slow down Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_planning_launch): remove hardcoded param enable_slow_down from launch.py Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…efoundation#2276) * fix(slow_down_planner): improper parameter used in slow down Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_planning_launch): remove hardcoded param enable_slow_down from launch.py Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: satoshi-ota satoshi.ota928@gmail.com
Description
close #2258
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.