-
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
docs(autoware_multi_object_tracker): update input_channels schema with default values #8473
docs(autoware_multi_object_tracker): update input_channels schema with default values #8473
Conversation
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8473 +/- ##
==========================================
- Coverage 23.90% 23.89% -0.02%
==========================================
Files 1380 1380
Lines 101770 101753 -17
Branches 38731 38718 -13
==========================================
- Hits 24332 24317 -15
+ Misses 74992 74942 -50
- Partials 2446 2494 +48
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
@technolojin |
Description
add missing default values to fix https://autowarefoundation.github.io/autoware.universe/main/perception/autoware_multi_object_tracker/
Related links
docs(autoware_multi_object_tracker): add default values on the schema json #8179
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.