-
Notifications
You must be signed in to change notification settings - Fork 683
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(detection_by_tracker): rework parameters #4989
refactor(detection_by_tracker): rework parameters #4989
Conversation
…e according to the new ROS node config guideline. update the parameter information in the README.md Signed-off-by: yuntianyi-chen <[email protected]>
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.
Please wait a moment so that we can reach an agreement with the architect on this policy.
cc @mitsudome-r @xmfcx
Signed-off-by: yuntianyi-chen <[email protected]>
This pull request has been automatically marked as stale because it has not had recent activity. |
There is related update: #5473. |
@yukkysaito |
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
@yuntianyi-chen Could you resolve conflicts? |
Merge branch 'main' of https://github.com/autowarefoundation/autoware.universe into refactor-ros-config-detection_by_tracker Signed-off-by: yuntianyi-chen <[email protected]>
Resolved! |
@yuntianyi-chen Can you fix json-schema error? |
Signed-off-by: yuntianyi-chen <[email protected]>
I've updated the config param file to try to solve it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4989 +/- ##
==========================================
- Coverage 15.32% 0.00% -15.33%
==========================================
Files 1721 4 -1717
Lines 118559 237 -118322
Branches 37995 0 -37995
==========================================
- Hits 18169 0 -18169
+ Misses 79657 237 -79420
+ Partials 20733 0 -20733
☔ View full report in Codecov by Sentry. |
…#4989) * refactor the configuration files of the node detection_by_tracker_node according to the new ROS node config guideline. update the parameter information in the README.md Signed-off-by: yuntianyi-chen <[email protected]> * style(pre-commit): autofix * revert copyright info Signed-off-by: yuntianyi-chen <[email protected]> * style(pre-commit): autofix * update config file Signed-off-by: yuntianyi-chen <[email protected]> --------- Signed-off-by: yuntianyi-chen <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Satoshi OTA <[email protected]>
Description
Refactor the ROS Node configuration layout for the detection_by_tracker package according to the guideline.
Related links
None
Tests performed
The refactored node was successfully built and tested by launching this node individually.
Notes for reviewers
There is no description of the parameters in the README.md. So I inferred it to my understanding.
Interface changes
perception/detection_by_tracker/config/detection_by_tracker_node.param.yaml
.Effects on system behavior
None
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.