-
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(static_obstacle_avoidance): use wrong parameter #8720
fix(static_obstacle_avoidance): use wrong parameter #8720
Conversation
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8720 +/- ##
==========================================
- Coverage 24.15% 24.15% -0.01%
==========================================
Files 1401 1401
Lines 102286 102300 +14
Branches 38818 38818
==========================================
- Hits 24711 24706 -5
- Misses 75097 75114 +17
- Partials 2478 2480 +2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…on#8720) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
fix(static_obstacle_avoidance): use wrong parameter (autowarefoundation#8720)
…on#8720) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…on#8720) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…on#8720) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
There is a bug to use wrong parameter. It should use
min_prepare_time
instead ofmin_prepare_distance
.Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.