-
Notifications
You must be signed in to change notification settings - Fork 668
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
Merged
technolojin
merged 6 commits into
autowarefoundation:main
from
technolojin:feat/perc_detector_launch_refactor
Jan 24, 2024
Merged
refactor(tier4_perception_launch): refactor object_recognition/detection launcher #6152
technolojin
merged 6 commits into
autowarefoundation:main
from
technolojin:feat/perc_detector_launch_refactor
Jan 24, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
force-pushed
the
feat/perc_detector_launch_refactor
branch
from
January 24, 2024 01:50
2415a07
to
4111cfc
Compare
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
technolojin
force-pushed
the
feat/perc_detector_launch_refactor
branch
from
January 24, 2024 02:13
833a111
to
01cc7dc
Compare
technolojin
requested review from
miursh,
YoshiRi and
yukkysaito
as code owners
January 24, 2024 02:17
technolojin
added
the
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
label
Jan 24, 2024
yukkysaito
approved these changes
Jan 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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>
4 tasks
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)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Refactoring object detector launchers.
On existing perception modes, there are common parts and were duplicated.
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.
After all checkboxes are checked, anyone who has write access can merge the PR.