-
Notifications
You must be signed in to change notification settings - Fork 280
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: yoshiri <[email protected]>
@YoshiRi Why do you want to add this parameter file without explicitly passing in |
Signed-off-by: yoshiri <[email protected]>
<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" | ||
/> |
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.
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?
This pull request has been automatically marked as stale because it has not had recent activity. |
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.
After all checkboxes are checked, anyone who has write access can merge the PR.