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(speed_bump): use getOrDeclareParameter #4773

Merged
merged 3 commits into from
Aug 28, 2023

Conversation

TakaHoribe
Copy link
Contributor

@TakaHoribe TakaHoribe commented Aug 28, 2023

Description

use tier4_autoware_utils::getOrDeclareParameter for the ros parameter to prevent duplicate parameter declaration.

Tests performed

Run psim

Effects on system behavior

None

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Aug 28, 2023
@TakaHoribe TakaHoribe marked this pull request as ready for review August 28, 2023 04:59
@TakaHoribe TakaHoribe added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Aug 28, 2023
@TakaHoribe TakaHoribe enabled auto-merge (squash) August 28, 2023 05:02
@kminoda kminoda added tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Aug 28, 2023
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (7f5f946) 15.11% compared to head (91a3019) 15.11%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4773   +/-   ##
=======================================
  Coverage   15.11%   15.11%           
=======================================
  Files        1568     1568           
  Lines      108141   108141           
  Branches    33184    33184           
=======================================
  Hits        16347    16347           
  Misses      73999    73999           
  Partials    17795    17795           
Flag Coverage Δ *Carryforward flag
differential 19.23% <0.00%> (?)
total 15.11% <ø> (+<0.01%) ⬆️ Carriedforward from 7f5f946

*This pull request uses carry forward flags. Click here to find out more.

Files Changed Coverage Δ
...ehavior_velocity_speed_bump_module/src/manager.cpp 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TakaHoribe TakaHoribe merged commit 3cdf4f5 into autowarefoundation:main Aug 28, 2023
20 of 23 checks passed
@TakaHoribe TakaHoribe deleted the speed_bump-get-param branch August 28, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) tag: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.

3 participants