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(multi_object_tracker): put node parameters to yaml file #5769

Merged

Conversation

YoshiRi
Copy link
Contributor

@YoshiRi YoshiRi commented Dec 4, 2023

Description

This PR aims:

  • put multi_object_tracker node parameters to yaml file and remove default parameter
  • fix unnecessary launch description in both this package and tier4_perception_launch

Merge this after autowarefoundation/autoware_launch#718.

Tests performed

Tested with Lsim and it works.

Effects on system behavior

Need to fix autoware_launch first.

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.

@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 Dec 4, 2023
Signed-off-by: yoshiri <[email protected]>
@YoshiRi YoshiRi marked this pull request as ready for review December 4, 2023 14:54
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label Dec 4, 2023
@YoshiRi YoshiRi added tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed type:documentation Creating or refining documentation. (auto-assigned) labels Dec 4, 2023
@github-actions github-actions bot added the type:documentation Creating or refining documentation. (auto-assigned) label Dec 4, 2023
Copy link
Contributor

@miursh miursh left a comment

Choose a reason for hiding this comment

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

should be removed as well.

Copy link
Contributor

@miursh miursh left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

codecov bot commented Dec 5, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (765a596) 15.32% compared to head (6ad2f63) 0.00%.
Report is 158 commits behind head on main.

Files Patch % Lines
...i_object_tracker/src/multi_object_tracker_core.cpp 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #5769       +/-   ##
==========================================
- Coverage   15.32%   0.00%   -15.33%     
==========================================
  Files        1721      37     -1684     
  Lines      118559    2547   -116012     
  Branches    37995       0    -37995     
==========================================
- Hits        18169       0    -18169     
+ Misses      79657    2547    -77110     
+ Partials    20733       0    -20733     
Flag Coverage Δ
differential 0.00% <0.00%> (?)
total ?

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

@YoshiRi
Copy link
Contributor Author

YoshiRi commented Dec 6, 2023

Need to merge Psim fix autowarefoundation/autoware_launch#724 before this PR.

@YoshiRi YoshiRi enabled auto-merge (squash) December 8, 2023 01:18
@YoshiRi YoshiRi disabled auto-merge December 8, 2023 01:24
@miursh miursh merged commit aeb461a into autowarefoundation:main Dec 8, 2023
21 of 25 checks passed
@YoshiRi YoshiRi deleted the feat/rework_tracking_parameters branch December 8, 2023 01:24
danielsanchezaran pushed a commit to tier4/autoware.universe that referenced this pull request Dec 15, 2023
…owarefoundation#5769)

* rework multi object tracker parameters

Signed-off-by: yoshiri <[email protected]>

* update README

Signed-off-by: yoshiri <[email protected]>

* rework radar tracker parameter too

Signed-off-by: yoshiri <[email protected]>

---------

Signed-off-by: yoshiri <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Dec 19, 2023
…owarefoundation#5769)

* rework multi object tracker parameters

Signed-off-by: yoshiri <[email protected]>

* update README

Signed-off-by: yoshiri <[email protected]>

* rework radar tracker parameter too

Signed-off-by: yoshiri <[email protected]>

---------

Signed-off-by: yoshiri <[email protected]>
Signed-off-by: karishma <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Dec 19, 2023
…owarefoundation#5769)

* rework multi object tracker parameters

Signed-off-by: yoshiri <[email protected]>

* update README

Signed-off-by: yoshiri <[email protected]>

* rework radar tracker parameter too

Signed-off-by: yoshiri <[email protected]>

---------

Signed-off-by: yoshiri <[email protected]>
Signed-off-by: karishma <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 26, 2024
…owarefoundation#5769)

* rework multi object tracker parameters

Signed-off-by: yoshiri <[email protected]>

* update README

Signed-off-by: yoshiri <[email protected]>

* rework radar tracker parameter too

Signed-off-by: yoshiri <[email protected]>

---------

Signed-off-by: yoshiri <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…owarefoundation#5769)

* rework multi object tracker parameters

Signed-off-by: yoshiri <[email protected]>

* update README

Signed-off-by: yoshiri <[email protected]>

* rework radar tracker parameter too

Signed-off-by: yoshiri <[email protected]>

---------

Signed-off-by: yoshiri <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…owarefoundation#5769)

* rework multi object tracker parameters

Signed-off-by: yoshiri <[email protected]>

* update README

Signed-off-by: yoshiri <[email protected]>

* rework radar tracker parameter too

Signed-off-by: yoshiri <[email protected]>

---------

Signed-off-by: yoshiri <[email protected]>
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.

2 participants