-
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
feat(start_planner): define collision check margin as list #5994
feat(start_planner): define collision check margin as list #5994
Conversation
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
…ffset_colission_check_segment
…ep_distance_against_front_objects
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
…ep_distance_against_front_objects Signed-off-by: kyoichi-sugahara <[email protected]>
…ine_collision_check_margin_as_list
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
d3adc9b
to
8377566
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5994 +/- ##
==========================================
+ Coverage 14.64% 15.31% +0.66%
==========================================
Files 1857 1759 -98
Lines 126480 121441 -5039
Branches 37048 37006 -42
==========================================
+ Hits 18526 18594 +68
+ Misses 87138 81974 -5164
- Partials 20816 20873 +57
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: kyoichi-sugahara <[email protected]>
6928fff
into
autowarefoundation:main
…oundation#5994) * define collision check margins list in start planner module Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
size_t selected_start_pose_candidate_index; | ||
double margin_for_start_pose_candidate; |
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.
better to separate start planner specific data
…oundation#5994) * define collision check margins list in start planner module Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
…oundation#5994) * define collision check margins list in start planner module Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
…oundation#5994) * define collision check margins list in start planner module Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
…oundation#5994) * define collision check margins list in start planner module Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
…oundation#5994) * define collision check margins list in start planner module Signed-off-by: kyoichi-sugahara <[email protected]> --------- Signed-off-by: kyoichi-sugahara <[email protected]>
Description
This PR's change is based on following 3 PRs
The launcher PR shuold be merged first
define collision check margin as list.
path with having the largest margin will be searched and if the path is not found with the value, the smaller value will be used
Tests performed
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.