-
Notifications
You must be signed in to change notification settings - Fork 668
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
refactor(goal_planner): rename shoulder_lane to pull_over_lane #9422
refactor(goal_planner): rename shoulder_lane to pull_over_lane #9422
Conversation
Signed-off-by: kosuke55 <kosuke.tnp@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 #9422 +/- ##
==========================================
- Coverage 28.96% 28.95% -0.02%
==========================================
Files 1427 1433 +6
Lines 108253 108296 +43
Branches 41398 41399 +1
==========================================
Hits 31352 31352
- Misses 73866 73909 +43
Partials 3035 3035
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
…arefoundation#9422) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…arefoundation#9422) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Description
This PR is just renaming variables
goal planner supports pull over on road_lane not only shoulder_lane(subtype: road_shoulder).
so, pull_over_lane for the variable name.
pull_over_lanes means both road_lanes and shoulder_lanes
Related links
Parent Issue:
How was this PR tested?
2024/11/21 https://evaluation.tier4.jp/evaluation/reports/64f8a2e9-8987-5182-add7-7aee9d1b2722/?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.