-
Notifications
You must be signed in to change notification settings - Fork 300
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(static_obstacle_avoidance): improve avoidance for parked NPCs #1129
Merged
xmfcx
merged 7 commits into
autowarefoundation:main
from
ahmeddesokyebrahim:autoware/launch/8539-fix-obstacle-avoidance-for-dense-urban-odd
Nov 26, 2024
Merged
fix(static_obstacle_avoidance): improve avoidance for parked NPCs #1129
xmfcx
merged 7 commits into
autowarefoundation:main
from
ahmeddesokyebrahim:autoware/launch/8539-fix-obstacle-avoidance-for-dense-urban-odd
Nov 26, 2024
+18
−18
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ed5a933
to
8869039
Compare
ccd0ae5
to
885e802
Compare
brkay54
pushed a commit
that referenced
this pull request
Sep 9, 2024
…andle dense urban scenarios #1129
c5abbd4
to
9ef7c4e
Compare
6 tasks
9ef7c4e
to
471340a
Compare
e300f28
to
2751a8f
Compare
brkay54
pushed a commit
that referenced
this pull request
Sep 18, 2024
…andle dense urban scenarios #1129 Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai> Signed-off-by: beyza <bnk@leodrive.ai>
2751a8f
to
1425b2e
Compare
Closed
6 tasks
brkay54
pushed a commit
that referenced
this pull request
Sep 30, 2024
…andle dense urban scenarios #1129 Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai> Signed-off-by: beyza <bnk@leodrive.ai>
5aa231a
to
2333ff0
Compare
brkay54
pushed a commit
that referenced
this pull request
Oct 1, 2024
…andle dense urban scenarios Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai> Signed-off-by: beyza <bnk@leodrive.ai> #1129
brkay54
approved these changes
Oct 1, 2024
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.
With this PR, static avoidance related scenarios have passed: AWF_Test_Report
…andle dense urban scenarios Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
…andle dense urban scenarios Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
…handle dense urban scenarios Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
…rban scenarios Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
…ense urban scenarios Signed-off-by: Ahmed Ebrahim <ahmed.ebrahim@leodrive.ai>
…ban scenarios Signed-off-by: beyza <bnk@leodrive.ai>
…ense urban scenarios Signed-off-by: beyza <bnk@leodrive.ai>
2333ff0
to
4cc4d26
Compare
@takayuki5168 san, sorry to bother you, also could you check this pr and assign someone to review it? |
go-sakayori
added a commit
to tier4/autoware_launch
that referenced
this pull request
Nov 27, 2024
…NPCs (autowarefoundation#1129)" This reverts commit d91c508.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes :
Related links
Parent Issue :
Tests performed
Before this PR
UC-NTR-002-0002_case1 (second iteration when D = 20 m)
2024-09-03.15-33-07.mp4
UC-NTR-002-0002_case1 (third iteration when D = 15 m)
2024-09-03.15-45-02.mp4
UC-NTR-002-0002_case2 (second iteration when D = 20 m)
2024-09-03.16-05-18.mp4
UC-NTR-002-0002_case2 (third iteration when D = 15 m)
2024-09-03.16-06-22.mp4
After this PR
UC-NTR-002-0002_case1 (second iteration when D = 20 m)
2024-09-03.15-34-30.mp4
UC-NTR-002-0002_case1 (third iteration when D = 15 m)
2024-09-03.15-56-06.mp4
UC-NTR-002-0002_case2 (second iteration when D = 20 m)
2024-09-03.16-09-55.mp4
UC-NTR-002-0002_case2 (third iteration when D = 15 m)
2024-09-03.16-14-03.mp4
when dynamic_obstacle_avoidance is enable
NTR-002-0001-case1.-.Passed.all.cases.mp4
NTR-002-0001-case2.-.Passed.all.cases.mp4
NTR-002-0002-case1.-.Passed.all.cases.mp4
NTR-002-0002-case2.-.Passed.all.cases.mp4
Notes for reviewers
Interface changes
ROS Topic Changes
N.A
ROS Parameter Changes
hard_margin_for_parked_vehicle
to trigger avoidance for parked NPCs in side of the roadmax_jerk_values
to avoiding objects that are close to each otherlongitudinal_margin
for pedestrian to trigger avoidance for parked NPCs in side of the roadlongitudinal_margin
for bicycle to trigger avoidance for parked NPCs in side of the roadlongitudinal_margin
for motorcycle to trigger avoidance for parked NPCs in side of the roadEffects on system behavior
The
autoware_behavior_path_static_obstacle_avoidance_module
is capable of handling improperly parked NPCs in dense urban situations.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.