forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 32
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(behavior_path_planner): backport drivable area for loop route #310
Merged
mkuri
merged 1 commit into
experiment/fix-optimization-at-end-of-trajectory
from
fix/loop-drivable-area
Mar 11, 2023
Merged
fix(behavior_path_planner): backport drivable area for loop route #310
mkuri
merged 1 commit into
experiment/fix-optimization-at-end-of-trajectory
from
fix/loop-drivable-area
Mar 11, 2023
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
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
takayuki5168
requested review from
rej55,
kosuke55,
satoshi-ota,
shmpwk,
taikitanaka3,
TakaHoribe,
tkimura4,
purewater0901 and
zulfaqar-azmi-t4
as code owners
March 9, 2023 15:39
@mkuri バグチケの対応PRです、よろしくお願いします |
mkuri
approved these changes
Mar 11, 2023
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.
@takayuki5168 FMSでロータリー一周経路を配信し、PR適用後に問題なく走行できることを確認しました。ありがとうございます。
mkuri
added a commit
that referenced
this pull request
Mar 14, 2023
…ry (#309) * feat(behavior_path_planner, obstacle_avoidance_planner): add new drivable area (autowarefoundation#2472) * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update obstacle avoidance planner Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * clean code Signed-off-by: yutaka <purewater0901@gmail.com> * uddate Signed-off-by: yutaka <purewater0901@gmail.com> * clean code Signed-off-by: yutaka <purewater0901@gmail.com> * remove resample Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * add orientation Signed-off-by: yutaka <purewater0901@gmail.com> * change color Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * remove drivable area Signed-off-by: yutaka <purewater0901@gmail.com> * add flag Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update color Signed-off-by: yutaka <purewater0901@gmail.com> * fix some codes Signed-off-by: yutaka <purewater0901@gmail.com> * change to makerker array Signed-off-by: yutaka <purewater0901@gmail.com> * change avoidance utils Signed-off-by: yutaka <purewater0901@gmail.com> Signed-off-by: yutaka <purewater0901@gmail.com> * feat(motion_utils): add points resample function (autowarefoundation#2465) Signed-off-by: yutaka <purewater0901@gmail.com> Signed-off-by: yutaka <purewater0901@gmail.com> * fix(motion_utils): rename sampling function (autowarefoundation#2469) Signed-off-by: yutaka <purewater0901@gmail.com> Signed-off-by: yutaka <purewater0901@gmail.com> * fix(behavior_path_planner): fix a merge failure Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> * feat(interpolation): add curvature calculation (autowarefoundation#2801) * feat(interpolation): add curvature calculation Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * add test Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update obstacle avoidance planner, static centerline optimizer, tier4_planning_launch Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * update velocity on joint and correct trajectory z Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * ci(pre-commit): autofix * fix(behavior_path_planner): backport drivable area for loop route (#310) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: yutaka <purewater0901@gmail.com> Signed-off-by: Makoto Kurihara <mkuri8m@gmail.com> Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com> Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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
https://tier4.atlassian.net/browse/T4PB-26825 の対応
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.