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

refactor(start_planner): separate start planner parameters and debug data structure #6101

Conversation

kyoichi-sugahara
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara commented Jan 17, 2024

Description

separate start planner parameters and debug data structure

Tests performed

test with psim

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.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jan 17, 2024
@kyoichi-sugahara kyoichi-sugahara changed the title refactor(start_planner) separate start planner parameters and debug data structure refactor(start_planner): separate start planner parameters and debug data structure Jan 17, 2024
@kyoichi-sugahara kyoichi-sugahara marked this pull request as ready for review January 17, 2024 09:03
@kyoichi-sugahara kyoichi-sugahara added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 17, 2024
@kyoichi-sugahara kyoichi-sugahara force-pushed the refactor/separate_start_planner_parameters branch from 72322af to f75dab6 Compare January 17, 2024 09:47
kyoichi-sugahara and others added 3 commits January 17, 2024 18:47
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>
@kyoichi-sugahara kyoichi-sugahara force-pushed the refactor/separate_start_planner_parameters branch from f75dab6 to 4c4e62a Compare January 17, 2024 09:48
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

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

Comparison is base (1f9cdfe) 14.62% compared to head (e6ab77a) 14.63%.
Report is 5 commits behind head on main.

Files Patch % Lines
..._start_planner_module/src/start_planner_module.cpp 0.00% 22 Missing ⚠️
...clude/behavior_path_start_planner_module/debug.hpp 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6101      +/-   ##
==========================================
+ Coverage   14.62%   14.63%   +0.01%     
==========================================
  Files        1860     1859       -1     
  Lines      127172   127063     -109     
  Branches    37229    37224       -5     
==========================================
  Hits        18596    18596              
+ Misses      87660    87552     -108     
+ Partials    20916    20915       -1     
Flag Coverage Δ *Carryforward flag
differential 11.71% <0.00%> (?)
total 14.63% <ø> (+0.01%) ⬆️ Carriedforward from 4c4e62a

*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.

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
@kyoichi-sugahara kyoichi-sugahara merged commit 9b03b23 into autowarefoundation:main Jan 18, 2024
24 of 26 checks passed
@kyoichi-sugahara kyoichi-sugahara deleted the refactor/separate_start_planner_parameters branch January 18, 2024 13:23
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 26, 2024
…data structure (autowarefoundation#6101)

* Add data_structs.hpp and update include paths

* Refactor start planner debug data structure

* Update debug_data variable name in StartPlannerModule

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…data structure (autowarefoundation#6101)

* Add data_structs.hpp and update include paths

* Refactor start planner debug data structure

* Update debug_data variable name in StartPlannerModule

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: karishma <karishma@interpl.ai>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…data structure (autowarefoundation#6101)

* Add data_structs.hpp and update include paths

* Refactor start planner debug data structure

* Update debug_data variable name in StartPlannerModule

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…data structure (autowarefoundation#6101)

* Add data_structs.hpp and update include paths

* Refactor start planner debug data structure

* Update debug_data variable name in StartPlannerModule

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
satoshi-ota pushed a commit to tier4/autoware.universe that referenced this pull request Jun 6, 2024
…data structure (autowarefoundation#6101)

* Add data_structs.hpp and update include paths

* Refactor start planner debug data structure

* Update debug_data variable name in StartPlannerModule

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants