-
Notifications
You must be signed in to change notification settings - Fork 667
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(multi_object_tracker): put node parameters to yaml file #5769
refactor(multi_object_tracker): put node parameters to yaml file #5769
Conversation
Signed-off-by: yoshiri <[email protected]>
Signed-off-by: yoshiri <[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.
Line 38 in 183230b
<arg name="publish_rate" value="$(var publish_rate)"/> |
launch/tier4_perception_launch/launch/object_recognition/tracking/tracking.launch.xml
Outdated
Show resolved
Hide resolved
Signed-off-by: yoshiri <[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.
LGTM
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5769 +/- ##
==========================================
- Coverage 15.32% 0.00% -15.33%
==========================================
Files 1721 37 -1684
Lines 118559 2547 -116012
Branches 37995 0 -37995
==========================================
- Hits 18169 0 -18169
+ Misses 79657 2547 -77110
+ Partials 20733 0 -20733
☔ View full report in Codecov by Sentry. |
Need to merge Psim fix autowarefoundation/autoware_launch#724 before this PR. |
…owarefoundation#5769) * rework multi object tracker parameters Signed-off-by: yoshiri <[email protected]> * update README Signed-off-by: yoshiri <[email protected]> * rework radar tracker parameter too Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
…owarefoundation#5769) * rework multi object tracker parameters Signed-off-by: yoshiri <[email protected]> * update README Signed-off-by: yoshiri <[email protected]> * rework radar tracker parameter too Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]> Signed-off-by: karishma <[email protected]>
…owarefoundation#5769) * rework multi object tracker parameters Signed-off-by: yoshiri <[email protected]> * update README Signed-off-by: yoshiri <[email protected]> * rework radar tracker parameter too Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]> Signed-off-by: karishma <[email protected]>
…owarefoundation#5769) * rework multi object tracker parameters Signed-off-by: yoshiri <[email protected]> * update README Signed-off-by: yoshiri <[email protected]> * rework radar tracker parameter too Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
…owarefoundation#5769) * rework multi object tracker parameters Signed-off-by: yoshiri <[email protected]> * update README Signed-off-by: yoshiri <[email protected]> * rework radar tracker parameter too Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
…owarefoundation#5769) * rework multi object tracker parameters Signed-off-by: yoshiri <[email protected]> * update README Signed-off-by: yoshiri <[email protected]> * rework radar tracker parameter too Signed-off-by: yoshiri <[email protected]> --------- Signed-off-by: yoshiri <[email protected]>
Description
This PR aims:
multi_object_tracker
node parameters to yaml file and remove default parametertier4_perception_launch
Merge this after autowarefoundation/autoware_launch#718.
Tests performed
Tested with Lsim and it works.
Effects on system behavior
Need to fix autoware_launch first.
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.