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 <[email protected]>
* fix(motion_utils): add guard to calcCurvature Signed-off-by: kosuke55 <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: kosuke55 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: kosuke55 <[email protected]>
) * feat(start_planner): output objects of interest Signed-off-by: kosuke55 <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: kosuke55 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…warefoundation#6068) * feat(goal_planner): add scale buffer to calcModuleRequestLength Signed-off-by: kosuke55 <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: kosuke55 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#6049) Signed-off-by: satoshi-ota <[email protected]>
* pref(avoidance): don't use boost union_ Signed-off-by: satoshi-ota <[email protected]> * perf(avoidance): reduce frequency to call calcSignedArcLength Signed-off-by: satoshi-ota <[email protected]> * perf(turn_signal): reduce frequency to call calcSignedArcLength Signed-off-by: satoshi-ota <[email protected]> * perf(static_drivable_area_expansion): don't use calcDistance2d Signed-off-by: satoshi-ota <[email protected]> * fix(static_drivable_area_expansion): rename and fix return value consistency Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…t endless loop (autowarefoundation#6084) * perf(avoidance): reduce heavy process Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): filter objects by precise lon distance Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): remove unused function Signed-off-by: satoshi-ota <[email protected]> * feat(avoidance): improve detection area Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): return shift line Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…neously (autowarefoundation#5979) * feat(avoidance/goal_planner): execute avoidance and pull over simultaneously Signed-off-by: kosuke55 <[email protected]> Signed-off-by: kosuke55 <[email protected]> * use utils Signed-off-by: kosuke55 <[email protected]> * fix overlapped Signed-off-by: kosuke55 <[email protected]> * reafactor(behavior_path_planner): move isAllowedGoalModification to common Signed-off-by: kosuke55 <[email protected]> * fix readme Signed-off-by: kosuke55 <[email protected]> * add goal modification condtion to avoidance Signed-off-by: kosuke55 <[email protected]> * clean up * revert param Signed-off-by: kosuke55 <[email protected]> * fix param Signed-off-by: kosuke55 <[email protected]> * move dead line process Signed-off-by: kosuke55 <[email protected]> * fix condition Signed-off-by: kosuke55 <[email protected]> * fix crop Signed-off-by: kosuke55 <[email protected]> * fix crop * fix typos Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
…as (autowarefoundation#6095) Signed-off-by: kosuke55 <[email protected]>
kosuke55
requested review from
isamu-takagi,
mitsudome-r,
TakaHoribe,
takayuki5168,
kyoichi-sugahara,
satoshi-ota,
shmpwk,
TomohitoAndo,
tkimura4,
danielsanchezaran,
rej55,
soblin,
maxime-clem,
zulfaqar-azmi-t4 and
taikitanaka3
as code owners
January 17, 2024 05:57
kosuke55
changed the title
Feat/update bpp v0.20.1
feat(behavior_path_planner): update behavior path planner
Jan 17, 2024
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 <[email protected]> * fix(avoidance): fix detection area Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…refoundation#6087) Signed-off-by: kosuke55 <[email protected]>
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.