forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
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(behavior_path_planner): update behavior path planner #1095
Merged
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
…nt (autowarefoundation#6053) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
* fix(motion_utils): add guard to calcCurvature Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…warefoundation#6068) * feat(goal_planner): add scale buffer to calcModuleRequestLength Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#6049) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
* pref(avoidance): don't use boost union_ Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * perf(avoidance): reduce frequency to call calcSignedArcLength Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * perf(turn_signal): reduce frequency to call calcSignedArcLength Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * perf(static_drivable_area_expansion): don't use calcDistance2d Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(static_drivable_area_expansion): rename and fix return value consistency Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…t endless loop (autowarefoundation#6084) * perf(avoidance): reduce heavy process Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): filter objects by precise lon distance Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(avoidance): remove unused function Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): improve detection area Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): return shift line Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…neously (autowarefoundation#5979) * feat(avoidance/goal_planner): execute avoidance and pull over simultaneously Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * use utils Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix overlapped Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * reafactor(behavior_path_planner): move isAllowedGoalModification to common Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix readme Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add goal modification condtion to avoidance Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * clean up * revert param Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix param Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * move dead line process Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix condition Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix crop Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix crop * fix typos Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…as (autowarefoundation#6095) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
shmpwk
approved these changes
Jan 17, 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.
LGTM
…efoundation#6097) * fix(avoidance): fix invalid vector access Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(avoidance): fix detection area Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…refoundation#6087) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
LGTMAGAIN |
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
avoidance + goal planner連携周りの変更がメイン。
start plannerも注目物体の可視化マーカーを追加
Related links
Tests performed
psim, snceario in main branch
scenario test in xx1
https://evaluation.tier4.jp/evaluation/reports/4e6fe486-78c4-54a0-b552-b3aaf5838a69?project_id=prd_jt
(〜feat(goal_planner): exclude goals located laterally in no_parking_are…
4ab68fa)
Notes for reviewers
Interface changes
Effects on system behavior
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.