-
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(goal_planner): fix usage of last_previous_module_output #9811
fix(goal_planner): fix usage of last_previous_module_output #9811
Conversation
Signed-off-by: Mamoru Sobue <[email protected]>
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 #9811 +/- ##
==========================================
- Coverage 28.77% 28.75% -0.02%
==========================================
Files 1456 1460 +4
Lines 109101 109168 +67
Branches 42498 42499 +1
==========================================
Hits 31394 31394
- Misses 74631 74697 +66
- Partials 3076 3077 +1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
previous_module_output
toupstream_module_output
last_upsream_module_output
in LaneParkingPlanner as the upsream_module_output used for generating pull over path candidatesRelated links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.