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(crosswalk): clean up the structure and create a brief flowchart #7868

Merged
merged 4 commits into from
Jul 18, 2024

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Jul 5, 2024

Description

clean up the structure and create a brief flowchart

Related links

How was this PR tested?

scenario test:
https://evaluation.tier4.jp/evaluation/reports/43f87901-7267-566d-9f08-fb27c1191175?project_id=prd_jt

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@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 Jul 5, 2024
Copy link

github-actions bot commented Jul 5, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@takayuki5168 takayuki5168 added the run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) label Jul 5, 2024
@takayuki5168 takayuki5168 force-pushed the refactor/crosswalk-flow branch from ddd01d4 to 01a9101 Compare July 5, 2024 07:33
@takayuki5168 takayuki5168 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 5, 2024
@takayuki5168 takayuki5168 marked this pull request as ready for review July 5, 2024 07:35
@takayuki5168 takayuki5168 force-pushed the refactor/crosswalk-flow branch from bfca260 to a7cb680 Compare July 5, 2024 09:57
Copy link

codecov bot commented Jul 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 96 lines in your changes missing coverage. Please review.

Project coverage is 28.92%. Comparing base (6bca8e8) to head (9cc9086).
Report is 2 commits behind head on main.

Files Patch % Lines
..._velocity_crosswalk_module/src/scene_crosswalk.cpp 0.00% 77 Missing ⚠️
...vior_velocity_walkway_module/src/scene_walkway.cpp 0.00% 10 Missing ⚠️
...re_behavior_velocity_crosswalk_module/src/util.cpp 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7868      +/-   ##
==========================================
- Coverage   28.95%   28.92%   -0.04%     
==========================================
  Files        1606     1611       +5     
  Lines      117597   117650      +53     
  Branches    50604    50610       +6     
==========================================
- Hits        34047    34027      -20     
- Misses      74359    74486     +127     
+ Partials     9191     9137      -54     
Flag Coverage Δ *Carryforward flag
differential 13.39% <0.00%> (?)
total 28.95% <ø> (+<0.01%) ⬆️ Carriedforward from aa5118c

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

:applySlowDownByOcclusion;
end group
group calculate stop pose
:getStaticStopPose;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer the conventional name "default stop pose", but the new name static stop pose is good one to merge as well.

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
@takayuki5168 takayuki5168 force-pushed the refactor/crosswalk-flow branch from a2ae07f to 9cc9086 Compare July 16, 2024 14:07
@takayuki5168 takayuki5168 merged commit ca1adb6 into autowarefoundation:main Jul 18, 2024
28 of 30 checks passed
@takayuki5168 takayuki5168 deleted the refactor/crosswalk-flow branch July 18, 2024 02:32
yhisaki pushed a commit to yhisaki/autoware.universe that referenced this pull request Jul 19, 2024
…art (autowarefoundation#7868)

* refactor(crosswalk): clean up the structure and create a brief flowchart

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* static stop pose -> default stop pose

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
Ariiees pushed a commit to Ariiees/autoware.universe that referenced this pull request Jul 22, 2024
…art (autowarefoundation#7868)

* refactor(crosswalk): clean up the structure and create a brief flowchart

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* static stop pose -> default stop pose

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
chihungtzeng pushed a commit to chihungtzeng/autoware.universe that referenced this pull request Jul 23, 2024
…art (autowarefoundation#7868)

* refactor(crosswalk): clean up the structure and create a brief flowchart

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* static stop pose -> default stop pose

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: chtseng <chtseng@itri.org.tw>
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
…art (autowarefoundation#7868)

* refactor(crosswalk): clean up the structure and create a brief flowchart

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* fix

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* static stop pose -> default stop pose

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.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) run:deploy-docs Mark for deploy-docs action generation. (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