-
Notifications
You must be signed in to change notification settings - Fork 667
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(tier4_localization_rviz_plugin): apply clang-tidy #1608
refactor(tier4_localization_rviz_plugin): apply clang-tidy #1608
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1608 +/- ##
==========================================
- Coverage 10.59% 10.58% -0.01%
==========================================
Files 1101 1102 +1
Lines 71856 71883 +27
Branches 17979 17979
==========================================
Hits 7612 7612
- Misses 55803 55830 +27
Partials 8441 8441
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
071b90d
to
356f478
Compare
0110109
to
056ddc4
Compare
common/tier4_localization_rviz_plugin/src/pose_history/pose_history_display.cpp
Outdated
Show resolved
Hide resolved
common/tier4_localization_rviz_plugin/src/pose_history/pose_history_display.hpp
Outdated
Show resolved
Hide resolved
056ddc4
to
2191d4e
Compare
private: | ||
void subscribe() override; | ||
void unsubscribe() override; | ||
void processMessage(const geometry_msgs::msg::PoseStamped::ConstSharedPtr message) override; |
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.
@h-ohta
[IMO]
I think every function should be lowerCamelCase or snake_case if you want to change this.
other wise this change is worse than before.
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.
These function are defined in parent class. So I can't change it
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 understand but it looks like strange code style with QT 🤔
if you like this I think it's ok.
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 resolve this
* refactor(tier4_localization_rviz_plugin): apply clang-tidy * ci(pre-commit): autofix * refactor: add NOLINT * refactor: fix readability-identifier-naming * ci(pre-commit): autofix * fix: build error Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* refactor(tier4_localization_rviz_plugin): apply clang-tidy * ci(pre-commit): autofix * refactor: add NOLINT * refactor: fix readability-identifier-naming * ci(pre-commit): autofix * fix: build error Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* refactor(tier4_localization_rviz_plugin): apply clang-tidy * ci(pre-commit): autofix * refactor: add NOLINT * refactor: fix readability-identifier-naming * ci(pre-commit): autofix * fix: build error Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…oundation#1608) * refactor(tier4_localization_rviz_plugin): apply clang-tidy * ci(pre-commit): autofix * refactor: add NOLINT * refactor: fix readability-identifier-naming * ci(pre-commit): autofix * fix: build error Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* refactor(tier4_localization_rviz_plugin): apply clang-tidy * ci(pre-commit): autofix * refactor: add NOLINT * refactor: fix readability-identifier-naming * ci(pre-commit): autofix * fix: build error Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
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.
After all checkboxes are checked, anyone who has write access can merge the PR.