-
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
feat(lane_change): support new framework #3016
feat(lane_change): support new framework #3016
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3016 +/- ##
==========================================
+ Coverage 11.93% 12.74% +0.81%
==========================================
Files 1321 1219 -102
Lines 91943 86079 -5864
Branches 24525 24533 +8
==========================================
- Hits 10976 10974 -2
+ Misses 69609 63745 -5864
- Partials 11358 11360 +2
*This pull request uses carry forward flags. Click here to find out more.
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 at Codecov. |
f4c5a5e
to
2ad43a7
Compare
planning/behavior_path_planner/src/scene_module/lane_change/lane_change_module.cpp
Show resolved
Hide resolved
2ad43a7
to
8ab698a
Compare
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
75f758b
to
928956c
Compare
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Degradation test results, build with Degradation test results, build with |
Description
⬇️ This must be merged before this PR.
autowarefoundation/autoware_launch#239
Related links
Tests performed
Before perfoming test, please comment out module names which haven't supported new framework yet in rtc_auto_mode_manager.param.yaml. -->
Please set following flag to
FALSE
, and confirm to pass all build.autoware.universe/planning/behavior_path_planner/CMakeLists.txt
Line 10 in ad55953
Launch Psim and check the avoidance module working correctly.
Notes for reviewers
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.