-
Notifications
You must be signed in to change notification settings - Fork 664
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(avoidance): make detection area dynamically #5303
feat(avoidance): make detection area dynamically #5303
Conversation
aa82c90
to
8098ef5
Compare
@satoshi-ota It seems that the following file also needs to be changed. |
Oh. You're right! Thanks. -> DONE |
8098ef5
to
a11c9db
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.
LGTM
Signed-off-by: satoshi-ota <[email protected]>
a11c9db
to
22f254f
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5303 +/- ##
==========================================
- Coverage 14.77% 14.77% -0.01%
==========================================
Files 1663 1663
Lines 115150 115165 +15
Branches 35519 35530 +11
==========================================
+ Hits 17013 17014 +1
- Misses 78930 78938 +8
- Partials 19207 19213 +6
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Description
🤖 Generated by Copilot at 36f63a0
This pull request refactors and improves the avoidance target filtering logic for the
behavior_path_planner
node. It introduces new parameters to configure the detection area for avoidance and lane change, and uses a dynamic detection range based on the vehicle speed and jerk limit. It also simplifies and optimizes the object separation code inutils.cpp
andavoidance_module.cpp
.Please review following PR at first:
autowarefoundation/autoware_launch#634
Main motivation: Avoidance module would like to generate avoidance path only for objects which should be avoid right now. For example, don't want to generate avoidance path for far objects if the ego is waiting for red traffic light.
simplescreenrecorder-2023-10-16_18.13.22.mp4
Tests performed
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.