-
Notifications
You must be signed in to change notification settings - Fork 287
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): use obstacle velocity based obstacle parameters #681
Merged
danielsanchezaran
merged 7 commits into
autowarefoundation:main
from
tier4:feat/use-velocity-based-obstacle-params-for-slow-down
Nov 14, 2023
Merged
feat(obstacle_cruise_planner): use obstacle velocity based obstacle parameters #681
danielsanchezaran
merged 7 commits into
autowarefoundation:main
from
tier4:feat/use-velocity-based-obstacle-params-for-slow-down
Nov 14, 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
danielsanchezaran
requested review from
takayuki5168,
satoshi-ota and
kosuke55
November 7, 2023 07:06
7 tasks
danielsanchezaran
changed the title
feat(obstacle_cruise_planner): use vehicle velocity based obstacle parameters
feat(obstacle_cruise_planner): use obstacle velocity based obstacle parameters
Nov 8, 2023
danielsanchezaran
force-pushed
the
feat/use-velocity-based-obstacle-params-for-slow-down
branch
from
November 13, 2023 07:57
1454179
to
8851a33
Compare
takayuki5168
approved these changes
Nov 13, 2023
danielsanchezaran
force-pushed
the
feat/use-velocity-based-obstacle-params-for-slow-down
branch
from
November 14, 2023 00:10
72b8eec
to
4366b41
Compare
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
danielsanchezaran
force-pushed
the
feat/use-velocity-based-obstacle-params-for-slow-down
branch
from
November 14, 2023 01:50
4366b41
to
451f0ec
Compare
danielsanchezaran
merged commit Nov 14, 2023
6004d87
into
autowarefoundation:main
8 of 9 checks passed
danielsanchezaran
deleted the
feat/use-velocity-based-obstacle-params-for-slow-down
branch
November 14, 2023 02:03
This was referenced Nov 15, 2023
takayuki5168
referenced
this pull request
in tier4/autoware_launch
Nov 26, 2023
* fix: add param file for obstacle pointcloud based validator Signed-off-by: badai-nguyen <[email protected]> * fix: tier4_perception launch Signed-off-by: badai-nguyen <[email protected]> --------- Signed-off-by: badai-nguyen <[email protected]>
sykwer
pushed a commit
to sykwer/autoware_launch
that referenced
this pull request
Jan 3, 2024
…ion_launch (autowarefoundation#681) * feat(perception_launch): replace perception_launch with tier4_perception_launch Signed-off-by: kminoda <[email protected]> * fix default perception mode * Update readme * remove perception_launch from packages.xml Signed-off-by: kminoda <[email protected]>
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
Related Draft PR: autowarefoundation/autoware.universe#5510
Related links
TIER IV INTERNAL LINK
Tests performed
See related PR on description.
Notes for reviewers
Interface changes
See related PR on description.
Effects on system behavior
Vehicle slow down response can be customized for moving or static objects.
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.