-
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
fix(freespace_planner): can't stop before blocking obstacle in parking#980 #1872
Conversation
planning/freespace_planner/src/freespace_planner/freespace_planner_node.cpp
Outdated
Show resolved
Hide resolved
planning/freespace_planner/src/freespace_planner/freespace_planner_node.cpp
Show resolved
Hide resolved
planning/freespace_planner/src/freespace_planner/freespace_planner_node.cpp
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.
@alanmengg
Could you check CI test of
semantic-pull-request and DCO?
ok. I have fixed them. |
@alanmengg |
391426f
to
6f8075a
Compare
|
Codecov ReportBase: 9.63% // Head: 9.61% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1872 +/- ##
========================================
- Coverage 9.63% 9.61% -0.02%
========================================
Files 907 907
Lines 56544 56658 +114
Branches 6694 6694
========================================
Hits 5448 5448
- Misses 46601 46715 +114
Partials 4495 4495
*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. |
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.
Excellent!
12a151c
to
3acd3d3
Compare
…owarefoundation#791) * fix(tier4_perception_rviz_plugin): modify build error in rolling Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fix(tier4_perception_rviz_plugin): add target compile definitions Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Signed-off-by: guiping meng <alan.meng@autocore.ai>
…#782) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Signed-off-by: guiping meng <alan.meng@autocore.ai>
…oundation#793) * fix(ndt_pcl_modified): modify build error in rolling Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fix(ndt): modify build error in rolling Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fix(ndt_scan_matcher): modify build error in rolling Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * ci(pre-commit): autofix * remove unused find_package * fix(ndt): remove memory.h Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: guiping meng <alan.meng@autocore.ai>
…autowarefoundation#980 Signed-off-by: guiping meng <alan.meng@autocore.ai>
Signed-off-by: guiping meng <alan.meng@autocore.ai>
…nner_node.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Signed-off-by: guiping meng <alan.meng@autocore.ai>
…undation#782)" This reverts commit 7075fca. Signed-off-by: guiping meng <alan.meng@autocore.ai>
…utowarefoundation#793)" This reverts commit a235363. Signed-off-by: guiping meng <alan.meng@autocore.ai>
…nner_node.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Signed-off-by: guiping meng <alan.meng@autocore.ai> Signed-off-by: guiping meng <alan.meng@autocore.ai>
….com> Signed-off-by: guiping meng <alan.meng@autocore.ai>
….com> Signed-off-by: guiping meng <alan.meng@autocore.ai>
Signed-off-by: guiping meng <alan.meng@autocore.ai>
Signed-off-by: guiping meng <alan.meng@autocore.ai>
Signed-off-by: guiping meng <alan.meng@autocore.ai>
…ing (autowarefoundation#791)" This reverts commit eac57fb. Signed-off-by: guiping meng <alan.meng@autocore.ai>
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!
The sample freespace parking scenario also works fine.
free_space_2022-09-25-01-52-11.mp4
stop if finding an obstacle
free_space_stop_2022-09-25-02-20-29.mp4
@TakaHoribe |
@TakaHoribe friendly pin. |
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!
…g#980 (autowarefoundation#1872) * fix(tier4_perception_rviz_plugin): modify build error in rolling (tier4#791) * fix(tier4_perception_rviz_plugin): modify build error in rolling Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fix(tier4_perception_rviz_plugin): add target compile definitions Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Signed-off-by: guiping meng <alan.meng@autocore.ai> * fix(had_map_utils): modify build error in rolling (tier4#782) Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Signed-off-by: guiping meng <alan.meng@autocore.ai> * fix: modify build error of ndt related packages in rolling (tier4#793) * fix(ndt_pcl_modified): modify build error in rolling Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fix(ndt): modify build error in rolling Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fix(ndt_scan_matcher): modify build error in rolling Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * ci(pre-commit): autofix * remove unused find_package * fix(ndt): remove memory.h Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: guiping meng <alan.meng@autocore.ai> * fix(freespace_planner): Can't stop before blocking obstacle in parking tier4#980 Signed-off-by: guiping meng <alan.meng@autocore.ai> * ci(pre-commit): autofix Signed-off-by: guiping meng <alan.meng@autocore.ai> * Update planning/freespace_planner/src/freespace_planner/freespace_planner_node.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Signed-off-by: guiping meng <alan.meng@autocore.ai> * Revert "fix(had_map_utils): modify build error in rolling (tier4#782)" This reverts commit 7075fca. Signed-off-by: guiping meng <alan.meng@autocore.ai> * Revert "fix: modify build error of ndt related packages in rolling (tier4#793)" This reverts commit a235363. Signed-off-by: guiping meng <alan.meng@autocore.ai> * Update planning/freespace_planner/src/freespace_planner/freespace_planner_node.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Signed-off-by: guiping meng <alan.meng@autocore.ai> Signed-off-by: guiping meng <alan.meng@autocore.ai> * revert some changes Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Signed-off-by: guiping meng <alan.meng@autocore.ai> * revert some changes Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Signed-off-by: guiping meng <alan.meng@autocore.ai> * ci(pre-commit): autofix Signed-off-by: guiping meng <alan.meng@autocore.ai> * revert some changes Signed-off-by: guiping meng <alan.meng@autocore.ai> * fix mistakes Signed-off-by: guiping meng <alan.meng@autocore.ai> * Revert "fix(tier4_perception_rviz_plugin): modify build error in rolling (tier4#791)" This reverts commit eac57fb. Signed-off-by: guiping meng <alan.meng@autocore.ai> Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> Signed-off-by: guiping meng <alan.meng@autocore.ai> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
Description
To close #980.
This PR modifies stop trajectory function in freespace planner. Current stop trajectory is only one point of current pose which will not be used in motion velocity smoother. Make stop trajectory points equal to current trajectory points with zero velocity can successfully be optimized in motion velocity smoother and executed by control module.
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.