-
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(freespace_planning_algorithms): non-successive waypoints problem in hybrid A* algorithm #1504
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1504 +/- ##
==========================================
+ Coverage 10.39% 10.42% +0.02%
==========================================
Files 1134 1134
Lines 79297 79319 +22
Branches 18483 18498 +15
==========================================
+ Hits 8245 8268 +23
+ Misses 62849 62842 -7
- Partials 8203 8209 +6
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
…in hybrid A* algorithm Signed-off-by: NorahXiong <norah.xiong@autocore.ai>
@NorahXiong Thanks for the PR. |
@NorahXiong Can you also share before&after this PR has been applied results? Some images would be nice, thanks! |
I tried to explain how the case appears in #1151 and added a supplement here. Could you point out which part is confusing?
I didn't really get the meaning of "set a separate call". Do you mean to set this PR as an optional algorithm when calling Astar? |
Sorry I chose the small change template because I didn't know how to reproduce the bug. But now I get a setting to trigger the bug as the following picture shows. |
Thanks for sharing the before&after and detailed explanation. We can merge it now! |
…in hybrid A* algorithm (tier4#1504) Signed-off-by: NorahXiong <norah.xiong@autocore.ai>
…in hybrid A* algorithm (tier4#1504) Signed-off-by: NorahXiong <norah.xiong@autocore.ai>
…in hybrid A* algorithm (tier4#1504) Signed-off-by: NorahXiong <norah.xiong@autocore.ai>
…in hybrid A* algorithm (tier4#1504) Signed-off-by: NorahXiong <norah.xiong@autocore.ai>
…ndation#8510) (autowarefoundation#1504) * modify lane change requested condition * Update planning/behavior_path_planner/autoware_behavior_path_lane_change_module/src/utils/calculation.cpp * style(pre-commit): autofix * fix docstring --------- Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> Co-authored-by: mkquda <168697710+mkquda@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: NorahXiong norah.xiong@autocore.ai
Description
fix #1151
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.