-
Notifications
You must be signed in to change notification settings - Fork 651
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(autoware_behavior_path_dynamic_obstacle_avoidance): expand drivable area #8295
feat(autoware_behavior_path_dynamic_obstacle_avoidance): expand drivable area #8295
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
ae34809
to
b36efa1
Compare
9e372cc
to
bb53929
Compare
I achieved to expand the drivable area, but the expansion ends the moment the EGO passes the object. expansion-drivable-area.mp4 |
bb53929
to
f0727a0
Compare
cf30940
to
c263e77
Compare
@beyzanurkaya |
5d52209
to
0776b68
Compare
6cf02cb
to
693127c
Compare
@yuki-takagi-66 -san I add a flag for the expansion feature. |
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 for your response. I made some comments, could you take a look?
...behavior_path_planner/autoware_behavior_path_dynamic_obstacle_avoidance_module/src/scene.cpp
Show resolved
Hide resolved
..._avoidance_module/include/autoware/behavior_path_dynamic_obstacle_avoidance_module/scene.hpp
Outdated
Show resolved
Hide resolved
a916d3c
to
6783306
Compare
Thanks for your review @yuki-takagi-66 -san. I edited the code according to your comments. |
...behavior_path_dynamic_obstacle_avoidance_module/config/dynamic_obstacle_avoidance.param.yaml
Outdated
Show resolved
Hide resolved
..._avoidance_module/include/autoware/behavior_path_dynamic_obstacle_avoidance_module/scene.hpp
Outdated
Show resolved
Hide resolved
221ad9e
to
a232148
Compare
@yuki-takagi-66 -san, I made the changes you wanted. |
e305117
to
073cec5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8295 +/- ##
==========================================
- Coverage 24.10% 24.07% -0.03%
==========================================
Files 1406 1409 +3
Lines 102314 102439 +125
Branches 38833 38855 +22
==========================================
+ Hits 24666 24667 +1
- Misses 75103 75228 +125
+ Partials 2545 2544 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thank you. I'll review |
fbb7212
to
eff8913
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
Signed-off-by: beyza <[email protected]>
Signed-off-by: beyza <[email protected]>
Signed-off-by: beyza <[email protected]>
eff8913
to
a058f2f
Compare
…ble area (autowarefoundation#8295) * add expansion drivable area feature Signed-off-by: beyza <[email protected]> * make expansion optional Signed-off-by: beyza <[email protected]> * style(pre-commit): autofix * clean the code Signed-off-by: beyza <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: beyza <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: emuemuJP <[email protected]>
Description
fixes: #7690
Related links
Parent Issue: #7634
Must merged: autowarefoundation/autoware_launch#1133
How was this PR tested?
2024-08-22.17-57-15.mp4
Notes for reviewers
None.
Interface changes
expand_drivable_area
bool
false
Effects on system behavior
None.