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(tier4_perception_launch): refactor object_recognition/detection launcher #6152

Conversation

technolojin
Copy link
Contributor

Description

Refactoring object detector launchers.
Screenshot from 2024-01-19 13-57-28

On existing perception modes, there are common parts and were duplicated.

  • Refactoring on this PR
    The common detector launch configurations are defined separately (in detector sub-folder).
    Each mode will call combinations of detectors and its specific object merger (in merger sub-folder).

Tests performed

checked each perception_mode (camera_lidar_radar_fusion, camera_lidar_fusion, lidar_radar_fusion, lidar, radar) and lidar_detection_model (centerpoint, apollo, pointpainting) are working.
topic list was also compared before and after and check both are identical.

Effects on system behavior

Exactly same.

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 the component:launch Launch files, scripts and initialization tools. (auto-assigned) label Jan 24, 2024
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
@technolojin technolojin force-pushed the feat/perc_detector_launch_refactor branch from 2415a07 to 4111cfc Compare January 24, 2024 01:50
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
@technolojin technolojin force-pushed the feat/perc_detector_launch_refactor branch from 833a111 to 01cc7dc Compare January 24, 2024 02:13
@technolojin technolojin self-assigned this Jan 24, 2024
@technolojin technolojin marked this pull request as ready for review January 24, 2024 02:17
@technolojin technolojin added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 24, 2024
Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

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

LGTM

@technolojin technolojin merged commit 2719ad4 into autowarefoundation:main Jan 24, 2024
27 checks passed
kminoda pushed a commit to tier4/autoware.universe that referenced this pull request Feb 2, 2024
…ion launcher (autowarefoundation#6152)

* refactor: align mode parameters

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* refactor: cluster detector and merger

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* refactor: separate object merger launches

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* refactor: radar detector module

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* refactor: lidar detector modules

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* chore: fix mis spell, align typo, clean-up

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

---------

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…ion launcher (autowarefoundation#6152)

* refactor: align mode parameters

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* refactor: cluster detector and merger

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* refactor: separate object merger launches

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* refactor: radar detector module

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* refactor: lidar detector modules

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

* chore: fix mis spell, align typo, clean-up

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>

---------

Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
@technolojin technolojin deleted the feat/perc_detector_launch_refactor branch July 26, 2024 02:21
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) 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