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: update start goal planner v0.10.2 #905
Merged
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
…n#5037) Signed-off-by: kosuke55 <[email protected]>
…e variables (autowarefoundation#5084) chore(geometric_parallel_parking): remove unused parames and initialize variables Signed-off-by: kosuke55 <[email protected]>
…ion#5088) Signed-off-by: kosuke55 <[email protected]>
… the road (autowarefoundation#5004) prevent start planner execution in the middle of the road Signed-off-by: Daniel Sanchez <[email protected]>
…ation#5085) * chore(geometric_parallel_parking): remove unused parames and initialize variables Signed-off-by: kosuke55 <[email protected]> * fix(start/goal_planner): resample path and make params Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]> Signed-off-by: kyoichi-sugahara <[email protected]> Co-authored-by: kyoichi-sugahara <[email protected]>
…ion#5098) Signed-off-by: kosuke55 <[email protected]>
…tion#5100) * fix(start_planner): remove inverse orientation points Signed-off-by: kosuke55 <[email protected]> * use loop Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
…refoundation#5110) * feat(goal_planner): sort goal candidates priority by weighted distance Signed-off-by: kosuke55 <[email protected]> * style(pre-commit): autofix * Update planning/behavior_path_planner/src/utils/goal_planner/goal_searcher.cpp Co-authored-by: Kyoichi Sugahara <[email protected]> * update from sugahara-san review Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kyoichi Sugahara <[email protected]>
…oundation#5147) Signed-off-by: kosuke55 <[email protected]>
…ndation#5151) Signed-off-by: kosuke55 <[email protected]>
…on#5114) * perf(goal_planner): speed up goal candidates update Signed-off-by: kosuke55 <[email protected]> typo Signed-off-by: kosuke55 <[email protected]> * fix(goal_planner): fix goal searcher dying in free space Signed-off-by: kosuke55 <[email protected]> --------- Signed-off-by: kosuke55 <[email protected]>
…efoundation#5152) Signed-off-by: kosuke55 <[email protected]>
…efoundation#5137) sort path priority update docs typo Signed-off-by: kosuke55 <[email protected]>
…rresponding to the centrifugal force (autowarefoundation#5196) * add feature to plan the path with considering latral overshoot Signed-off-by: Yuki Takagi <[email protected]> * separate a function in "safety_check" in order to that "goal_planner_module" can handle the ego_polygons Signed-off-by: Yuki Takagi <[email protected]> * add visualization codes fix the handling miss of sign of value Signed-off-by: Yuki Takagi <[email protected]> * refactor codes based on comments in the PR Signed-off-by: Yuki Takagi <[email protected]> --------- Signed-off-by: Yuki Takagi <[email protected]>
kosuke55
requested review from
rej55,
kyoichi-sugahara,
satoshi-ota,
shmpwk,
taikitanaka3,
TakaHoribe,
takayuki5168,
tkimura4 and
zulfaqar-azmi-t4
as code owners
October 3, 2023 13:27
github-actions
bot
added
documentation
Improvements or additions to documentation
planning
common
labels
Oct 3, 2023
tkimura4
approved these changes
Oct 3, 2023
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
launcherのみ
Related links
https://github.com/tier4/autoware_launch.xx1/pull/651
Tests performed
psim
wip https://evaluation.tier4.jp/evaluation/reports/c7d31680-1bdf-5bea-9ae7-9f6743f534ec?project_id=prd_jt
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.