-
Notifications
You must be signed in to change notification settings - Fork 300
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(start_planner): add curvature limit for path generation #446
Merged
TakaHoribe
merged 4 commits into
autowarefoundation:main
from
tier4:feat-start-shift-with-curvature
Jul 13, 2023
Merged
feat(start_planner): add curvature limit for path generation #446
TakaHoribe
merged 4 commits into
autowarefoundation:main
from
tier4:feat-start-shift-with-curvature
Jul 13, 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: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
kosuke55
approved these changes
Jul 13, 2023
This was referenced Jul 14, 2023
soblin
pushed a commit
to soblin/autoware_launch
that referenced
this pull request
Jul 25, 2023
* feat: add system_error_monitor.param for awsim Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * feat: update some launch for use_traffic_light Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com> Co-authored-by: 1222-takeshi <1222-takeshi@users.noreply.github.com>
soblin
pushed a commit
to soblin/autoware_launch
that referenced
this pull request
Jul 25, 2023
…efoundation#446) * add param for curvature shift start Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * update Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * change param Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> * maximum_curvature: 0.07 Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: kosuke55 <kosuke.tnp@gmail.com>
kyoichi-sugahara
pushed a commit
that referenced
this pull request
Sep 3, 2023
…lator (#446) chore(system_error_monitor): stop to sync parameter for planning_simulator
maxime-clem
pushed a commit
to maxime-clem/autoware_launch
that referenced
this pull request
Oct 23, 2023
…ller (autowarefoundation#446) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
maxime-clem
pushed a commit
to maxime-clem/autoware_launch
that referenced
this pull request
Oct 23, 2023
…dation#505) Revert "feat(autoware_launch): disable smooth_stop in pid_longitudinal_controller (autowarefoundation#446)" This reverts commit f18ef3a.
mitukou1109
pushed a commit
to mitukou1109/autoware_launch
that referenced
this pull request
Jun 20, 2024
chore: sync awf-latest
maxime-clem
pushed a commit
to maxime-clem/autoware_launch
that referenced
this pull request
Sep 3, 2024
…ller (autowarefoundation#446) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
maxime-clem
pushed a commit
to maxime-clem/autoware_launch
that referenced
this pull request
Sep 3, 2024
…dation#505) Revert "feat(autoware_launch): disable smooth_stop in pid_longitudinal_controller (autowarefoundation#446)" This reverts commit f18ef3a.
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
add parameter for autowarefoundation/autoware.universe#4263
Tests performed
see autowarefoundation/autoware.universe#4263
Effects on system behavior
see autowarefoundation/autoware.universe#4263
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.