-
Notifications
You must be signed in to change notification settings - Fork 650
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(strat_planner): add a prepare time for blinker before taking action for approval #6438
feat(strat_planner): add a prepare time for blinker before taking action for approval #6438
Conversation
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!
planning/behavior_path_start_planner_module/config/start_planner.param.yaml
Outdated
Show resolved
Hide resolved
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!
Thank you so much for your quick catch up with this module 😍
84b91ea
to
3b34c92
Compare
…ion for approval Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
This reverts commit bcc889c. Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
8e05b2b
to
e862e0e
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6438 +/- ##
==========================================
- Coverage 15.13% 15.13% -0.01%
==========================================
Files 1819 1819
Lines 126013 126022 +9
Branches 38180 38180
==========================================
Hits 19073 19073
- Misses 85552 85561 +9
Partials 21388 21388
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ion for approval (autowarefoundation#6438) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…ion for approval (autowarefoundation#6438) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…ion for approval (autowarefoundation#6438) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…ion for approval (#6438) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…ion for approval (autowarefoundation#6438) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
After the module is approved, for a specified duration the module keeps stopline and blinker.
autowarefoundation/autoware_launch#881
Related links
https://tier4.atlassian.net/browse/RT0-30644
Tests performed
In the below video, at [00:22] the start_planner is approved but it waits for 3second and then the vehicle start the pull out action.
goal_planner.-2024-02-20_13.45.59.mp4
Notes for reviewers
Interface changes
none
Effects on system behavior
none
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.