-
Notifications
You must be signed in to change notification settings - Fork 684
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
feat(behavior_path_planner): move lane_following_params to behavior path params #3445
Conversation
…ath params Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work. LGTM.
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3445 +/- ##
==========================================
+ Coverage 13.25% 13.32% +0.07%
==========================================
Files 1384 1385 +1
Lines 97018 98090 +1072
Branches 28213 28991 +778
==========================================
+ Hits 12855 13071 +216
- Misses 70354 71018 +664
- Partials 13809 14001 +192
*This pull request uses carry forward flags. Click here to find out more.
... and 7 files with indirect coverage changes 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 in Codecov by Sentry. |
…ath params (autowarefoundation#3445) * feat(behavior_path_planner): move lane_following_params to behavior path params Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix missing pakage include Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix test Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
Description
move lane_following_params to behavior path common params
this is not just refactor, some parameter values of lane following will be changed,
threshold params is similar to https://github.com/autowarefoundation/autoware.universe/blob/main/planning/static_centerline_optimizer/config/nearest_search.param.yaml, so use it
Related links
autowarefoundation/autoware_launch#302
Tests performed
1324/1330 -> 1324/1330
Notes for reviewers
Interface changes
Effects on system behavior
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.