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

fix(autoware_twist2accel): fix funcArgNamesDifferent #8391

Conversation

kobayu858
Copy link
Contributor

Description

This is a fix based on cppcheck funcArgNamesDifferent warnings

localization/autoware_twist2accel/src/twist2accel.cpp:29:54: style: inconclusive: Function 'Twist2Accel' argument 1 names different: declaration 'options' definition 'node_options'. [funcArgNamesDifferent]
Twist2Accel::Twist2Accel(const rclcpp::NodeOptions & node_options)
                                                     ^

Related links

Parent Issue:

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
@kobayu858 kobayu858 requested a review from veqcc August 7, 2024 08:14
@github-actions github-actions bot added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Aug 7, 2024
Copy link

github-actions bot commented Aug 7, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

@SakodaShintaro SakodaShintaro added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 7, 2024
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 23.78%. Comparing base (389683f) to head (36614cf).
Report is 15 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8391   +/-   ##
=======================================
  Coverage   23.77%   23.78%           
=======================================
  Files        1379     1379           
  Lines      101359   101327   -32     
  Branches    38527    38513   -14     
=======================================
- Hits        24100    24098    -2     
+ Misses      74780    74750   -30     
  Partials     2479     2479           
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 23.78% <ø> (+<0.01%) ⬆️ Carriedforward from 389683f

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

@SakodaShintaro SakodaShintaro merged commit 7eb0ffc into autowarefoundation:main Aug 7, 2024
38 of 39 checks passed
@kobayu858 kobayu858 deleted the fix/cppcheck_funcArgNamesDifferent_loc-3 branch August 13, 2024 06:17
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
…ion#8391)

fix:funcArgNamesDifferent

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
xtk8532704 pushed a commit to tier4/autoware.universe that referenced this pull request Aug 15, 2024
…ion#8391)

fix:funcArgNamesDifferent

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Signed-off-by: xtk8532704 <1041084556@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants