-
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(behavior_velocity_planner): add new 'dynamic_obstacle_stop' module #730
Merged
maxime-clem
merged 10 commits into
autowarefoundation:main
from
maxime-clem:feat/dynamic_obstacle_stop
Jan 10, 2024
Merged
feat(behavior_velocity_planner): add new 'dynamic_obstacle_stop' module #730
maxime-clem
merged 10 commits into
autowarefoundation:main
from
maxime-clem:feat/dynamic_obstacle_stop
Jan 10, 2024
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
7 tasks
maxime-clem
changed the title
feat(behavior_velocity_planner): add new 'dynamic_obstacle_stop' module
feat(behavior_velocity_planner): add new 'dynamic_obstacle_stop' module
Dec 11, 2023
maxime-clem
force-pushed
the
feat/dynamic_obstacle_stop
branch
3 times, most recently
from
December 13, 2023 04:53
52e99ee
to
cb91237
Compare
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
This reverts commit d7e2d5d. Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
maxime-clem
force-pushed
the
feat/dynamic_obstacle_stop
branch
from
December 18, 2023 05:01
cb91237
to
5628313
Compare
satoshi-ota
reviewed
Dec 20, 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.
@maxime-clem Please add launch flag in default_preset.yaml.
# behavior velocity modules
- arg:
name: launch_crosswalk_module
default: "true"
...
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Done: d83fbda |
satoshi-ota
approved these changes
Dec 21, 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.
LGTM 👍
sykwer
pushed a commit
to sykwer/autoware_launch
that referenced
this pull request
Jan 3, 2024
chore: sync awf-latest
This was referenced Jan 11, 2024
maxime-clem
added a commit
to maxime-clem/autoware_launch
that referenced
this pull request
Jan 11, 2024
…le (autowarefoundation#730) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Merged
4 tasks
maxime-clem
added a commit
to tier4/autoware_launch
that referenced
this pull request
Jan 11, 2024
…le (#267) feat(behavior_velocity_planner): add new 'dynamic_obstacle_stop' module (autowarefoundation#730) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
This was referenced Jan 14, 2024
maxime-clem
pushed a commit
to maxime-clem/autoware_launch
that referenced
this pull request
Feb 6, 2024
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
maxime-clem
pushed a commit
to maxime-clem/autoware_launch
that referenced
this pull request
Sep 3, 2024
chore: sync beta upstream
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 file for a new
behavior_velocity_planner
module.Required for autowarefoundation/autoware.universe#5835
Tests performed
PSim
Evaluator (TIER IV INTERNAL LINK): https://evaluation.tier4.jp/evaluation/reports/36edca70-1018-5410-9957-4412db637bbc?project_id=prd_jt
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.