-
Notifications
You must be signed in to change notification settings - Fork 675
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(goal_planner): fix isStopped judgement #9585
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
...behavior_path_planner/autoware_behavior_path_goal_planner_module/src/goal_planner_module.cpp
Outdated
Show resolved
Hide resolved
ea6ac19
to
8c44045
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
8c44045
to
a8394f5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9585 +/- ##
========================================
Coverage 29.57% 29.58%
========================================
Files 1442 1447 +5
Lines 108520 108585 +65
Branches 41394 41413 +19
========================================
+ Hits 32096 32122 +26
- Misses 73060 73337 +277
+ Partials 3364 3126 -238
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
in #9522, time duration threshould is used for velocity check mistakenly.
Related links
Parent Issue:
How was this PR tested?
psim with scenario
2024/12/06 https://evaluation.tier4.jp/evaluation/reports/ede3fa66-17c1-590b-999d-3f21a2284947/?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.