-
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(pull_over): support new framework #3005
feat(pull_over): support new framework #3005
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3005 +/- ##
==========================================
- Coverage 11.93% 11.93% -0.01%
==========================================
Files 1321 1321
Lines 91937 91957 +20
Branches 24522 24544 +22
==========================================
Hits 10976 10976
- Misses 69603 69620 +17
- Partials 11358 11361 +3
*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. |
a5dcc9f
to
fe031f7
Compare
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.
thank you, LGTM!
checked
- shift pull over
- arc forward pull over
- arc backward pull over
- free space pull over
with rtc
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
fe031f7
to
25c8be5
Compare
Description
⬇️ This must be merged before this PR.
autowarefoundation/autoware_launch#237
It is able to build avoidance module on new framework (added in #2919).
Related links
Tests performed
Checkout your branch of autoware_launch to
feat/support-new-framework-pull-over
.https://github.com/autowarefoundation/autoware_launch/tree/feat/support-new-framework-pull-over
In addtion, we may have to 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.