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(tier4_perception_launch): perception launcher refactoring second round #7440

Conversation

technolojin
Copy link
Contributor

@technolojin technolojin commented Jun 11, 2024

Description

Remove default value scattered in subsequent launch files.
Continuous work of #7194

Tests performed

Tested in a local recompute environment. Variants were covered manually.

  • camera_lidar_radar_fusion pointpainting
  • camera_lidar_radar_fusion centerpoint
  • camera_lidar_fusion pointpainting
  • camera_lidar_fusion centerpoint
  • camera_lidar_fusion apollo
  • radar
  • lidar centerpoint centerpoint_tiny
  • lidar centerpoint centerpoint

Effects on system behavior

Not applicable.

Interface changes

The refactoring was done within the perception pipeline. The behavior has not been changed.

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 Jun 11, 2024
@technolojin technolojin self-assigned this Jun 11, 2024
@technolojin technolojin force-pushed the chore/perception-launcher-refactoring2 branch from 368e644 to 9d723c3 Compare June 13, 2024 00:49
@technolojin technolojin marked this pull request as ready for review June 18, 2024 06:18
@technolojin technolojin force-pushed the chore/perception-launcher-refactoring2 branch from 6234f40 to ba922b0 Compare June 18, 2024 08:21
@technolojin technolojin added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 18, 2024
@technolojin technolojin force-pushed the chore/perception-launcher-refactoring2 branch from d30d260 to c391ab7 Compare June 19, 2024 06:57
technolojin and others added 19 commits June 19, 2024 17:31
Signed-off-by: Taekjin LEE <[email protected]>
This reverts commit 9d723c3.

Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
@technolojin technolojin force-pushed the chore/perception-launcher-refactoring2 branch from 5dcf603 to 64ad0a0 Compare June 19, 2024 08:31
Copy link
Contributor

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

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

Thanks for your work. LGTM

@technolojin technolojin enabled auto-merge (squash) June 20, 2024 05:49
@technolojin technolojin merged commit e84d32d into autowarefoundation:main Jun 20, 2024
24 checks passed
simon-eisenmann-driveblocks pushed a commit to simon-eisenmann-driveblocks/autoware.universe that referenced this pull request Jun 26, 2024
…d round (autowarefoundation#7440)

* feat: separate filters

Signed-off-by: Taekjin LEE <[email protected]>

* fix: object validator to modular

Signed-off-by: Taekjin LEE <[email protected]>

* chore: remove default values from subsequent launch files

Signed-off-by: Taekjin LEE <[email protected]>

* chore: group interfaces and junctions

Signed-off-by: Taekjin LEE <[email protected]>

* Revert "chore: group interfaces and junctions"

This reverts commit 9d723c3.

Signed-off-by: Taekjin LEE <[email protected]>

* chore: group interfaces and junctions

Signed-off-by: Taekjin LEE <[email protected]>

* fix: radar input

Signed-off-by: Taekjin LEE <[email protected]>

* fix: remove defaults from camera inputs

Signed-off-by: Taekjin LEE <[email protected]>

* chore: rename camera args

Signed-off-by: Taekjin LEE <[email protected]>

* chore: reorder

Signed-off-by: Taekjin LEE <[email protected]>

* fix: remove defaults from lidar interface

Signed-off-by: Taekjin LEE <[email protected]>

* Add use_pointcloud_map and use_validator arguments to detection.launch.xml

Signed-off-by: Taekjin LEE <[email protected]>

* fix: remove default from validators and filters

Signed-off-by: Taekjin LEE <[email protected]>

* fix: pointcloud container node name

Signed-off-by: Taekjin LEE <[email protected]>

* style(pre-commit): autofix

Signed-off-by: Taekjin LEE <[email protected]>

* Add use_low_intensity_cluster_filter argument to launch files

Signed-off-by: Taekjin LEE <[email protected]>

* fix: on off detector and merger

Signed-off-by: Taekjin LEE <[email protected]>

* fix: radar_far/objects default

Signed-off-by: Taekjin LEE <[email protected]>

* fix: radar object filter parameter

Signed-off-by: Taekjin LEE <[email protected]>

---------

Signed-off-by: Taekjin LEE <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Simon Eisenmann <[email protected]>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
…d round (#7440)

* feat: separate filters

Signed-off-by: Taekjin LEE <[email protected]>

* fix: object validator to modular

Signed-off-by: Taekjin LEE <[email protected]>

* chore: remove default values from subsequent launch files

Signed-off-by: Taekjin LEE <[email protected]>

* chore: group interfaces and junctions

Signed-off-by: Taekjin LEE <[email protected]>

* Revert "chore: group interfaces and junctions"

This reverts commit 9d723c3.

Signed-off-by: Taekjin LEE <[email protected]>

* chore: group interfaces and junctions

Signed-off-by: Taekjin LEE <[email protected]>

* fix: radar input

Signed-off-by: Taekjin LEE <[email protected]>

* fix: remove defaults from camera inputs

Signed-off-by: Taekjin LEE <[email protected]>

* chore: rename camera args

Signed-off-by: Taekjin LEE <[email protected]>

* chore: reorder

Signed-off-by: Taekjin LEE <[email protected]>

* fix: remove defaults from lidar interface

Signed-off-by: Taekjin LEE <[email protected]>

* Add use_pointcloud_map and use_validator arguments to detection.launch.xml

Signed-off-by: Taekjin LEE <[email protected]>

* fix: remove default from validators and filters

Signed-off-by: Taekjin LEE <[email protected]>

* fix: pointcloud container node name

Signed-off-by: Taekjin LEE <[email protected]>

* style(pre-commit): autofix

Signed-off-by: Taekjin LEE <[email protected]>

* Add use_low_intensity_cluster_filter argument to launch files

Signed-off-by: Taekjin LEE <[email protected]>

* fix: on off detector and merger

Signed-off-by: Taekjin LEE <[email protected]>

* fix: radar_far/objects default

Signed-off-by: Taekjin LEE <[email protected]>

* fix: radar object filter parameter

Signed-off-by: Taekjin LEE <[email protected]>

---------

Signed-off-by: Taekjin LEE <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@technolojin technolojin deleted the chore/perception-launcher-refactoring2 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) 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.

2 participants