Skip to content
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

Conversation

kyoichi-sugahara
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara commented Dec 28, 2023

Description

This PR's change is based on following 3 PRs

  1. feat(start_planner): separate collision check and path planning #5952
  2. feat(start_planner): apply offset colission check section #5982
  3. feat(start_planner): keep distance against front objects #5983

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: kyoichi-sugahara <[email protected]>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Dec 28, 2023
@kyoichi-sugahara kyoichi-sugahara added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 10, 2024
@kyoichi-sugahara kyoichi-sugahara force-pushed the feat/define_collision_check_margin_as_list branch from d3adc9b to 8377566 Compare January 10, 2024 08:56
Copy link

codecov bot commented Jan 10, 2024

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (28c871a) 14.64% compared to head (9c9f661) 15.31%.
Report is 6 commits behind head on main.

Files Patch % Lines
..._start_planner_module/src/start_planner_module.cpp 0.00% 19 Missing ⚠️
...behavior_path_lane_change_module/src/interface.cpp 0.00% 3 Missing ⚠️
...behavior_path_start_planner_module/src/manager.cpp 0.00% 3 Missing ⚠️
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     
Flag Coverage Δ *Carryforward flag
differential 11.82% <0.00%> (?)
total 15.31% <ø> (+0.66%) ⬆️ Carriedforward from 8377566

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kyoichi-sugahara kyoichi-sugahara merged commit 6928fff into autowarefoundation:main Jan 11, 2024
22 of 27 checks passed
@kyoichi-sugahara kyoichi-sugahara deleted the feat/define_collision_check_margin_as_list branch January 11, 2024 05:53
kyoichi-sugahara added a commit to tier4/autoware.universe that referenced this pull request Jan 11, 2024
…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]>
Comment on lines +44 to +45
size_t selected_start_pose_candidate_index;
double margin_for_start_pose_candidate;
Copy link
Contributor

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

karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 26, 2024
…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]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…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]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…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]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…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]>
satoshi-ota pushed a commit to tier4/autoware.universe that referenced this pull request Jun 6, 2024
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants