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(stop_filter): prefix package and namespace with autoware #7789

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

esteve
Copy link
Contributor

@esteve esteve commented Jul 2, 2024

Description

prefix package and namespace with autoware

Related links

Parent Issue:

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@esteve esteve added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 2, 2024
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) labels Jul 2, 2024
Copy link

github-actions bot commented Jul 2, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

Copy link

codecov bot commented Jul 2, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 28.55%. Comparing base (82d86dc) to head (5859c78).

Files Patch % Lines
...alization/autoware_stop_filter/src/stop_filter.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7789      +/-   ##
==========================================
- Coverage   28.55%   28.55%   -0.01%     
==========================================
  Files        1586     1587       +1     
  Lines      115879   115899      +20     
  Branches    49362    49362              
==========================================
  Hits        33094    33094              
- Misses      73745    73765      +20     
  Partials     9040     9040              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 28.55% <ø> (ø) Carriedforward from 82d86dc

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

@esteve esteve changed the title refactor(livox_tag_filter): prefix package and namespace with autoware refactor(stop_filter): prefix package and namespace with autoware Jul 2, 2024
@esteve esteve marked this pull request as ready for review July 2, 2024 12:11
@esteve esteve enabled auto-merge (squash) July 2, 2024 12:20
Copy link
Contributor

@SakodaShintaro SakodaShintaro left a comment

Choose a reason for hiding this comment

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

Thank you!
I think the two launch files need to be changed as well.

$(find-pkg-share stop_filter) -> $(find-pkg-share autoware_stop_filter)

  • in localization/autoware_stop_filter/launch/stop_filter.launch.xml

<arg name="param_path" default="$(find-pkg-share stop_filter)/config/stop_filter.param.yaml"/>

  • in launch/tier4_localization_launch/launch/pose_twist_fusion_filter/pose_twist_fusion_filter.launch.xml

<include file="$(find-pkg-share stop_filter)/launch/stop_filter.launch.xml">

@esteve esteve marked this pull request as draft July 3, 2024 09:00
auto-merge was automatically disabled July 3, 2024 09:00

Pull request was converted to draft

@esteve esteve marked this pull request as ready for review July 3, 2024 09:04
@esteve
Copy link
Contributor Author

esteve commented Jul 3, 2024

@SakodaShintaro fixed in 662e0f7

@github-actions github-actions bot added type:ci Continuous Integration (CI) processes and testing. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) labels Jul 3, 2024
Copy link
Contributor

@SakodaShintaro SakodaShintaro left a comment

Choose a reason for hiding this comment

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

I have confirmed that logging_simulator works well.
Looks Good To Me 👍

@SakodaShintaro
Copy link
Contributor

There are errors with cppcheck, but it seems that they will be fixed by merging the latest main branch.

@esteve esteve enabled auto-merge (squash) July 3, 2024 10:46
@esteve esteve merged commit fbbc44c into autowarefoundation:main Jul 3, 2024
29 of 30 checks passed
@esteve esteve deleted the prefix-stop_filter branch July 3, 2024 11:13
SakodaShintaro added a commit to SakodaShintaro/autoware.universe that referenced this pull request Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:ci Continuous Integration (CI) processes and testing. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants