-
Notifications
You must be signed in to change notification settings - Fork 693
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
fix(behavior_path_planner_common): drivable are bug #7182
base: main
Are you sure you want to change the base?
Conversation
...ning/behavior_path_planner_common/src/utils/drivable_area_expansion/static_drivable_area.cpp
Outdated
Show resolved
Hide resolved
...ning/behavior_path_planner_common/src/utils/drivable_area_expansion/static_drivable_area.cpp
Outdated
Show resolved
Hide resolved
common/tier4_planning_rviz_plugin/include/tier4_planning_rviz_plugin/path/display.hpp
Show resolved
Hide resolved
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
c769055
to
3f241d0
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7182 +/- ##
==========================================
- Coverage 24.16% 24.14% -0.03%
==========================================
Files 1401 1407 +6
Lines 102254 103237 +983
Branches 38750 38752 +2
==========================================
+ Hits 24707 24922 +215
- Misses 74972 75741 +769
+ Partials 2575 2574 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This pull request has been automatically marked as stale because it has not had recent activity. |
@shmpwk This has been stale for a long time. Could you check if you still need this PR? |
Description
Refactor of #6527.
Before:

After:

The details are as follows: https://tier4.atlassian.net/browse/RT1-5061
Tests performed
No scenario degration: 3106/3107
Effects on system behavior
Not applicable.
Interface changes
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.