-
Notifications
You must be signed in to change notification settings - Fork 691
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): rework parameters #7333
refactor(multi_object_tracker): rework parameters #7333
Conversation
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
@tby-udel Thanks for the PR. However, the PR seems to be failing in the CI for DCO check. When you push commits, could you push with signed-off commits? For example by running the following command: |
76ade60
to
69f7196
Compare
Thank you for your reminding, I have pushed the signed-off version. |
bb57ea5
to
69f7196
Compare
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
Thank you for your contribution.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7333 +/- ##
==========================================
- Coverage 28.95% 28.95% -0.01%
==========================================
Files 1606 1606
Lines 117597 117608 +11
Branches 50606 50609 +3
==========================================
Hits 34050 34050
- Misses 74341 74352 +11
Partials 9206 9206
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
perception/lidar_centerpoint/schema/centerpoint_base.schemal.json
Outdated
Show resolved
Hide resolved
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
31e9da5
to
d2514d8
Compare
Let me update the branch and merge to the main, since the author @tby-udel did not responded for a long time. |
I have pushed the signoff version, what should I do next? |
@tby-udel |
I've reverted the changes in the lidar_centerpoint section to match the current version in autoware.universe. |
@tby-udel |
I solved the conflicts in schema files, and I didn't find conflicts in these src/tracker/model/*.cpp files. |
… file. Signed-off-by: Boyang <tby@udel.edu>
5864214
to
ae7107b
Compare
@tby-udel Merge is ready! Please go on your timing. |
@technolojin Thank you so much for your help. I have merged branch 'main' into multi-object-tracker-branch, and it seems this PR is still waiting for some check before it can be merged. Working on OpenAD Kit is my first time experience on github, could you please tell me if this is the case? Or are there any other things that I should do on this PR? |
@tby-udel You can press |
|
@tby-udel |
…#7333) * Refractored the parameters, build the schema file, updated the readme file. Signed-off-by: Boyang <tby@udel.edu> * style(pre-commit): autofix --------- Signed-off-by: Boyang <tby@udel.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Y.Hisaki <yhisaki31@gmail.com>
…#7333) * Refractored the parameters, build the schema file, updated the readme file. Signed-off-by: Boyang <tby@udel.edu> * style(pre-commit): autofix --------- Signed-off-by: Boyang <tby@udel.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…#7333) * Refractored the parameters, build the schema file, updated the readme file. Signed-off-by: Boyang <tby@udel.edu> * style(pre-commit): autofix --------- Signed-off-by: Boyang <tby@udel.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: chtseng <chtseng@itri.org.tw>
https://autowarefoundation.github.io/autoware.universe/main/perception/autoware_multi_object_tracker/ shows error @tby-udel Can you find the reason of error? |
I think this is caused by some parameters in schema files are lack of certain default values, I will update this multi-object-tracker branch today. Can I still use push and update on this branch? |
…#7333) * Refractored the parameters, build the schema file, updated the readme file. Signed-off-by: Boyang <tby@udel.edu> * style(pre-commit): autofix --------- Signed-off-by: Boyang <tby@udel.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the
multi_object_tracker
package.Tests performed
Package built and launched locally.
Notes for reviewers
Nothing inside the src code part was changed, only taking the parameters out.
Interface changes
Parameter values are now required to be passed to the node when launched.
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.