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

chore(autoware_gnss_poser): make source codes follow the coding rules #8703

Conversation

TaikiYamada4
Copy link
Contributor

Description

Following the coding rules written in here, gnss_poser_core.cpp/hpp are renamed to gnss_poser_node.cpp/hpp.

https://autowarefoundation.github.io/autoware-documentation/main/contributing/coding-guidelines/ros-nodes/directory-structure/#include-and-src

How was this PR tested?

Confirmed that a clean build of autoware_gnss_poser package can been done with no problems.
Confirmed that the rosbag replay simulation tutorial worked as usual with this change.

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
@TaikiYamada4 TaikiYamada4 self-assigned this Sep 2, 2024
@github-actions github-actions bot added component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) tag:require-cuda-build-and-test labels Sep 2, 2024
Copy link

github-actions bot commented Sep 2, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
@TaikiYamada4 TaikiYamada4 marked this pull request as ready for review September 2, 2024 02:52
@TaikiYamada4 TaikiYamada4 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Sep 2, 2024
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.10%. Comparing base (0cee961) to head (ecabb48).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8703      +/-   ##
==========================================
- Coverage   24.16%   24.10%   -0.07%     
==========================================
  Files        1400     1403       +3     
  Lines      102242   102471     +229     
  Branches    38758    38770      +12     
==========================================
- Hits        24705    24697       -8     
- Misses      75064    75265     +201     
- Partials     2473     2509      +36     
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 24.15% <ø> (-0.02%) ⬇️ Carriedforward from eac6332

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

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.

LGTM

@TaikiYamada4 TaikiYamada4 merged commit 482d0ff into autowarefoundation:main Sep 2, 2024
41 checks passed
@TaikiYamada4 TaikiYamada4 deleted the chore/autoware_gnss_poser/follow_src_naming_rule branch September 2, 2024 04:23
ktro2828 pushed a commit to ktro2828/autoware.universe that referenced this pull request Sep 18, 2024
…autowarefoundation#8703)

* Follow the coding rules in autoware_gnss_poser

Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>

* Edit _core to _node inside files

Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>

* Fixed AUTOWARE__GNSS_POSER__GNSS_POSER_NODE_HPP_ part

Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>

---------

Signed-off-by: TaikiYamada4 <taiki.yamada@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) tag:require-cuda-build-and-test
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants