-
Notifications
You must be signed in to change notification settings - Fork 277
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(obstacle_cruise_planner): obstacle type dependent slow down for obstacle cruise planner param change #621
Merged
danielsanchezaran
merged 3 commits into
autowarefoundation:main
from
tier4:feature/obstacle_type_dependant_slow_down_for_obstacle_cruise_planner
Oct 6, 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: Daniel Sanchez <danielsanchezaran@gmail.com>
Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>
danielsanchezaran
changed the title
Feature/obstacle type dependant slow down for obstacle cruise planner
feat(obstacle_cruise_planner): obstacle type dependent slow down for obstacle cruise planner param change
Oct 5, 2023
Signed-off-by: Daniel Sanchez <daniel.sanchez@tier4.jp>
7 tasks
danielsanchezaran
added
type:documentation
Creating or refining documentation. (auto-assigned)
enhancement
New feature or request
and removed
type:documentation
Creating or refining documentation. (auto-assigned)
enhancement
New feature or request
labels
Oct 6, 2023
kosuke55
approved these changes
Oct 6, 2023
kosuke55
reviewed
Oct 6, 2023
...ning/lane_driving/motion_planning/obstacle_cruise_planner/obstacle_cruise_planner.param.yaml
Show resolved
Hide resolved
danielsanchezaran
merged commit Oct 6, 2023
cbe4ed8
into
autowarefoundation:main
8 of 9 checks passed
danielsanchezaran
deleted the
feature/obstacle_type_dependant_slow_down_for_obstacle_cruise_planner
branch
October 6, 2023 04:54
This was referenced Oct 7, 2023
maxime-clem
pushed a commit
to maxime-clem/autoware_launch
that referenced
this pull request
May 13, 2024
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
maxime-clem
pushed a commit
to maxime-clem/autoware_launch
that referenced
this pull request
Jun 18, 2024
…towarefoundation#621) * feat(run_out): add parameter to decide whether to use the object's velocity (autowarefoundation#704) Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * feat(run_out)!: ignore the collision points on crosswalk (autowarefoundation#737) suppress on crosswalk Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> --------- Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> Co-authored-by: Yuki TAKAGI <141538661+yuki-takagi-66@users.noreply.github.com>
Kazunori-Nakajima
pushed a commit
to Kazunori-Nakajima/autoware_launch
that referenced
this pull request
Oct 17, 2024
…ventional behavior (autowarefoundation#621) Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Ericpotato
pushed a commit
that referenced
this pull request
Nov 6, 2024
* feat(obstacle_cruise_planner): improve stop and cruise behavior for cut-in & out (#1142) Signed-off-by: Berkay Karaman <berkay@leodrive.ai> * revert(obstacle_cruise): reduce using predicted paths to maintain conventional behavior (#621) Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> * revert(obstacle_cruisse): revert "fix(obstacle_cruise_planner): guarantee the stop margin (#1076)" (#1185) Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> --------- Signed-off-by: Berkay Karaman <berkay@leodrive.ai> Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp> Co-authored-by: Berkay Karaman <brkay54@gmail.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
Companion launch necessary for this PR: autowarefoundation/autoware.universe#5208
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
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.