-
Notifications
You must be signed in to change notification settings - Fork 672
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_path_planner): pull over freespace parking #2879
feat(behavior_path_planner): pull over freespace parking #2879
Conversation
6ed648f
to
1e1d2da
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2879 +/- ##
==========================================
- Coverage 12.79% 11.92% -0.87%
==========================================
Files 1214 1318 +104
Lines 85648 91779 +6131
Branches 24281 24447 +166
==========================================
- Hits 10959 10948 -11
- Misses 63336 69480 +6144
+ Partials 11353 11351 -2
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
1e1d2da
to
708310e
Compare
708310e
to
b5bd45a
Compare
b5bd45a
to
f768c20
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
f768c20
to
86f2476
Compare
I'll check this |
@@ -62,7 +62,7 @@ def launch_setup(context, *args, **kwargs): | |||
"vehicle_frame": "base_link", | |||
"map_frame": "map", | |||
"update_rate": 10.0, | |||
"activate_by_scenario": True, | |||
"activate_by_scenario": False, |
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.
To me. Check this later.
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.
FYI: #692
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.
thx
...avior_path_planner/include/behavior_path_planner/scene_module/pull_over/pull_over_module.hpp
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/include/behavior_path_planner/path_utilities.hpp
Show resolved
Hide resolved
planning/behavior_path_planner/src/scene_module/pull_over/pull_over_module.cpp
Show resolved
Hide resolved
...avior_path_planner/include/behavior_path_planner/scene_module/pull_over/pull_over_module.hpp
Outdated
Show resolved
Hide resolved
…cene_module/pull_over/pull_over_module.hpp Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
docs is updated in #2948 |
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…ndation#2879) * feat(behavior_path_planner): pull over freespace parking Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/include/behavior_path_planner/scene_module/pull_over/pull_over_module.hpp Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix from review Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add require_increment_ explanation make the function Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/README.md * fix mutex Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix typo Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix build Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * pre-commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
…ndation#2879) * feat(behavior_path_planner): pull over freespace parking Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/include/behavior_path_planner/scene_module/pull_over/pull_over_module.hpp Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com> * fix from review Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add require_increment_ explanation make the function Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/README.md * fix mutex Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix typo Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix build Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * pre-commit Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: kosuke55 kosuke.tnp@gmail.com
Description
Add freespace parking to pull over module.
When the ego-vehicle is stuck with lane parking, execute feespace parking.
freespace_pull_over-2023-02-13_22.45.17.mp4
freespace_pull_over-2023-02-14_02.15.45.mp4
Related links
https://github.com/tier4/autoware_launch/pull/771
Tests performed
psim
Notes for reviewers
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.