-
Notifications
You must be signed in to change notification settings - Fork 673
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
refactor(start_planner): rename pull out to start planner #3908
Conversation
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
185226c
to
a43a1e4
Compare
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 for following packages.
- tier4_state_rviz_plugin
- default_ad_api
- ad_api_visualizers
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
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 for lidar_centerpoint
…undation#3908) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
* refactor(pull_out): consolidate similar function (autowarefoundation#3803) * consolidate planWithPriority function Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * add comments Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * refactoring Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * refactoring Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * change arg type Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * Update planning/behavior_path_planner/src/scene_module/pull_out/pull_out_module.cpp * Update planning/behavior_path_planner/include/behavior_path_planner/scene_module/pull_out/pull_out_module.hpp --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * refactor(start_planner): rename pull out to start planner (autowarefoundation#3908) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
Description
In #3805 support normal lane, so rename pull out to start planner
Related links
rename
Tests performed
psim auto mode
psim with foa
start_planner_foa-2023-06-07_16.09.15.mp4
tier4 internal scenario test 1334/1372->1334/1372
Notes for reviewers
Interface changes
topic names change
*pull_over*
->*start_planner*
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.