-
Notifications
You must be signed in to change notification settings - Fork 682
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(avoidance): avoidable right side parked-vehicle #2932
fix(avoidance): avoidable right side parked-vehicle #2932
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2932 +/- ##
==========================================
- Coverage 11.99% 11.99% -0.01%
==========================================
Files 1314 1314
Lines 91445 91474 +29
Branches 24240 24258 +18
==========================================
Hits 10971 10971
- Misses 69113 69142 +29
Partials 11361 11361
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
1096415
to
76c14b0
Compare
@zulfaqar-azmi-t4 @mitsudome-r I fixed following issue, so could you review this PR? Thanks in advance 🙏 |
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
76c14b0
to
241d6e9
Compare
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
241d6e9
to
9a857c8
Compare
NOTE: ⬇️ This PR is no longer needed. |
Evaluator result [TIER IV INTERNAL LINK] Baseline 875/877 |
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!
…on#2932) * feat(route_handler): add getMostRightLanelet() Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): add new param to select right/left hand traffic Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): support right hand traffic Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): avoidable right side parked vehicle Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
⬇️ This must be merged before this PR.autowarefoundation/autoware_launch#223For now, part of the avoidance module's target filtering logic depends on left-hand traffic, so there is a issue that the ego could not avoid right side parked-vehicles in right-hand traffic environment.
In this PR, the avoidance module supports right-hand traffic, and it is able to avoid right side parked-vehicles.
Test perform
detect the left side stopped vehicle as parked car
detect the right side stopped vehicle as parked car
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.