-
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
refactor(behavior_path_planner): remove unused drivable area parameters #6466
refactor(behavior_path_planner): remove unused drivable area parameters #6466
Conversation
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
e73cd59
to
d30299c
Compare
I've rebased it to the latest main, hopefully all the checks will run this time. |
planning/behavior_path_avoidance_module/config/avoidance.param.yaml
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6466 +/- ##
=======================================
Coverage 14.79% 14.79%
=======================================
Files 1917 1917
Lines 131987 131985 -2
Branches 39229 39228 -1
=======================================
Hits 19524 19524
+ Misses 90674 90672 -2
Partials 21789 21789
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@xmfcx thank you for fixing the CI. Can you approve the PR ? It is blocked by your "request for change". |
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.
Sorry, sure!
…rs (#6466) * refactor(behavior_path_planner): remove unused drivable area parameters Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Update planning/behavior_path_avoidance_module/config/avoidance.param.yaml --------- Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…rs (autowarefoundation#6466) * refactor(behavior_path_planner): remove unused drivable area parameters Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Update planning/behavior_path_avoidance_module/config/avoidance.param.yaml --------- Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com> Signed-off-by: kaigohirao <kaigo.hirao@proxima-ai-tech.com>
…rs (autowarefoundation#6466) * refactor(behavior_path_planner): remove unused drivable area parameters Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> * Update planning/behavior_path_avoidance_module/config/avoidance.param.yaml --------- Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> Co-authored-by: M. Fatih Cırıt <xmfcx@users.noreply.github.com>
Description
Remove unused parameters
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
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.