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(lidar_centerpoint): rework parameters #6167

Merged

Conversation

kminoda
Copy link
Contributor

@kminoda kminoda commented Jan 25, 2024

Description

Use parameter instead of declaring individually in launch.xml.

Must be merged with autowarefoundation/autoware_launch#822

Tests performed

Confirmed that Autoware starts with perception_mode:=lidar.

Effects on system behavior

No effect expected

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: kminoda <koji.minoda@tier4.jp>
@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) labels Jan 25, 2024
@kminoda
Copy link
Contributor Author

kminoda commented Jan 25, 2024

@kminoda Must update other parameter files in Web.Auto as well.

Signed-off-by: kminoda <koji.minoda@tier4.jp>
@kminoda kminoda changed the title chore(lidar_centerpoint): use config chore(lidar_centerpoint): rework parameters Jan 25, 2024
@kminoda kminoda added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 26, 2024
Copy link

codecov bot commented Jan 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c89f863) 14.36% compared to head (1187280) 14.86%.
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6167      +/-   ##
==========================================
+ Coverage   14.36%   14.86%   +0.49%     
==========================================
  Files        1907     1844      -63     
  Lines      130136   125804    -4332     
  Branches    37640    37582      -58     
==========================================
- Hits        18697    18695       -2     
+ Misses      90430    86099    -4331     
- Partials    21009    21010       +1     
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 14.97% <ø> (+0.60%) ⬆️ Carriedforward from a30b263

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

Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label Jan 31, 2024
<param from="$(var class_remapper_param_path)"/>

<!-- This parameter shall NOT be included in param file. See the PR from the git blame for details. -->
Copy link
Contributor

@knzo25 knzo25 Feb 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: in my experience it is customary to paste the link for the PR. this avoids cases where lints or similar change the blame content

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed: 1187280

@knzo25
Copy link
Contributor

knzo25 commented Feb 3, 2024

@kminoda
I left one nit in this PR and one in the sister PR
Other that that LGTM

Signed-off-by: kminoda <koji.minoda@tier4.jp>
Copy link
Contributor

@knzo25 knzo25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@kminoda kminoda merged commit 37343a6 into autowarefoundation:main Feb 6, 2024
25 of 26 checks passed
@kminoda kminoda deleted the chore/lidar_centerpoint/use_config branch February 6, 2024 02:06
zulfaqar-azmi-t4 pushed a commit to zulfaqar-azmi-t4/autoware.universe that referenced this pull request Feb 6, 2024
* chore(lidar_centerpoint): use config

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* revert unnecessary fix

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* fix: revert build_only option

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* docs: update readme

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* style(pre-commit): autofix

* fix: add pr url

Signed-off-by: kminoda <koji.minoda@tier4.jp>

---------

Signed-off-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
anhnv3991 pushed a commit to anhnv3991/autoware.universe that referenced this pull request Feb 13, 2024
* chore(lidar_centerpoint): use config

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* revert unnecessary fix

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* fix: revert build_only option

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* docs: update readme

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* style(pre-commit): autofix

* fix: add pr url

Signed-off-by: kminoda <koji.minoda@tier4.jp>

---------

Signed-off-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
* chore(lidar_centerpoint): use config

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* revert unnecessary fix

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* fix: revert build_only option

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* docs: update readme

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* style(pre-commit): autofix

* fix: add pr url

Signed-off-by: kminoda <koji.minoda@tier4.jp>

---------

Signed-off-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants