-
Notifications
You must be signed in to change notification settings - Fork 676
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(dynamic_avoidance): separate dynamic avoidance module #6019
refactor(dynamic_avoidance): separate dynamic avoidance module #6019
Conversation
Signed-off-by: Takayuki Murooka <[email protected]>
d366f90
to
77d7645
Compare
Signed-off-by: Takayuki Murooka <[email protected]>
@satoshi-ota Could you review the PR? Just a quick look is enough. |
Documentation URL: https://autowarefoundation.github.io/autoware.universe/pr-6019/ |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6019 +/- ##
==========================================
- Coverage 15.23% 15.17% -0.07%
==========================================
Files 1751 1756 +5
Lines 120918 121860 +942
Branches 36770 37338 +568
==========================================
+ Hits 18421 18487 +66
- Misses 81825 82461 +636
- Partials 20672 20912 +240
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Takayuki Murooka <[email protected]>
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.
LGTM
…arefoundation#6019) * refactor(dynamic_avoidance): separate dynamic avoidance module Signed-off-by: Takayuki Murooka <[email protected]> * move figures Signed-off-by: Takayuki Murooka <[email protected]> * update .pages Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…arefoundation#6019) * refactor(dynamic_avoidance): separate dynamic avoidance module Signed-off-by: Takayuki Murooka <[email protected]> * move figures Signed-off-by: Takayuki Murooka <[email protected]> * update .pages Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…arefoundation#6019) * refactor(dynamic_avoidance): separate dynamic avoidance module Signed-off-by: Takayuki Murooka <[email protected]> * move figures Signed-off-by: Takayuki Murooka <[email protected]> * update .pages Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…arefoundation#6019) * refactor(dynamic_avoidance): separate dynamic avoidance module Signed-off-by: Takayuki Murooka <[email protected]> * move figures Signed-off-by: Takayuki Murooka <[email protected]> * update .pages Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Description
Refactored the dynamic avoidance scene module from the behavior_path_planner package to a separate package behavior_path_dynamic_avoidance_module. This improves the modularity, reusability, and configurability of the scene modules for planning. Renamed and moved the source files, header files, parameter files, and plugin descriptions accordingly. Added unit tests for the dynamic avoidance module using the planning_interface_test_manager package.
Tests performed
psim
Effects on system behavior
Nothing
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.