-
Notifications
You must be signed in to change notification settings - Fork 682
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(behavior_path_planner): visualize debug information of safety check against dynamic obstacles #4892
Conversation
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
abc9822
to
5f43c9b
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!
planning/behavior_path_planner/src/scene_module/goal_planner/goal_planner_module.cpp
Show resolved
Hide resolved
…oal_planner_module.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #4892 +/- ##
==========================================
- Coverage 15.92% 15.88% -0.05%
==========================================
Files 1579 1578 -1
Lines 108886 108869 -17
Branches 33584 33585 +1
==========================================
- Hits 17344 17289 -55
- Misses 72944 72994 +50
+ Partials 18598 18586 -12
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
…y check against dynamic obstacles (autowarefoundation#4892) * visualize debug info for safety check Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * Update planning/behavior_path_planner/src/scene_module/goal_planner/goal_planner_module.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * fix build error Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
…y check against dynamic obstacles (autowarefoundation#4892) * visualize debug info for safety check Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * Update planning/behavior_path_planner/src/scene_module/goal_planner/goal_planner_module.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * fix build error Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
…f safety check against dynamic obstacles (autowarefoundation#4892)
Description
added collision check marker in this PR
By utilizing this feature, visualize information in start/goal_planner.
And this PR contains minor refactor below
Tests performed
Not applicable.
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.