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(object_association_merger): add merger parameter #1171

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

YoshiRi
Copy link
Contributor

@YoshiRi YoshiRi commented Sep 19, 2024

Description

Just copy merger param file from universe.

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

Interface changes

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: yoshiri <[email protected]>
@kminoda
Copy link
Contributor

kminoda commented Sep 20, 2024

@YoshiRi Why do you want to add this parameter file without explicitly passing in tier4_perception_component.launch.xml?

@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Sep 20, 2024
@YoshiRi
Copy link
Contributor Author

YoshiRi commented Sep 20, 2024

@YoshiRi Why do you want to add this parameter file without explicitly passing in tier4_perception_component.launch.xml?

I thought this parameter is not used currently but you make sense. I add parameter declaration in
77708b7

Comment on lines +105 to +108
<arg
name="object_recognition_detection_object_merger_node_param_path"
value="$(find-pkg-share autoware_launch)/config/perception/object_recognition/detection/object_merger/object_association_merger.param.yaml"
/>
Copy link
Contributor

Choose a reason for hiding this comment

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

We will also need this object_recognition_detection_object_merger_node_param_path passed down into tier4_perception_launch/perception.launch.xml, won't we?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:run-build-and-test-differential
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants