-
Notifications
You must be signed in to change notification settings - Fork 683
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
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
b328353
to
4b266d4
Compare
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.
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
Line 20 in 598eca1
<include file="$(find-pkg-share stop_filter)/launch/stop_filter.launch.xml"> |
@SakodaShintaro fixed in 662e0f7 |
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.
I have confirmed that logging_simulator works well.
Looks Good To Me 👍
There are errors with cppcheck, but it seems that they will be fixed by merging the latest main branch. |
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
662e0f7
to
5859c78
Compare
…ware (autowarefoundation#7789)" This reverts commit fbbc44c.
…towarefoundation#7789) * refactor(stop_filter): prefix package and namespace with autoware Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> * fix launch files and update CODEOWNERS Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> --------- Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> Signed-off-by: palas21 <palas21@itu.edu.tr>
…towarefoundation#7789) * refactor(stop_filter): prefix package and namespace with autoware Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> * fix launch files and update CODEOWNERS Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> --------- Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
) * refactor(stop_filter): prefix package and namespace with autoware Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> * fix launch files and update CODEOWNERS Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> --------- Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
…towarefoundation#7789) * refactor(stop_filter): prefix package and namespace with autoware Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> * fix launch files and update CODEOWNERS Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> --------- Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
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.