-
Notifications
You must be signed in to change notification settings - Fork 678
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(autoware_multi_object_tracker): fix typo in input_channels.schema.json #8515
chore(autoware_multi_object_tracker): fix typo in input_channels.schema.json #8515
Conversation
Fixed a typo in the "lidar_pointpainting" key in the input_channels.schema.json file. 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 #8515 +/- ##
==========================================
- Coverage 23.90% 23.87% -0.04%
==========================================
Files 1381 1383 +2
Lines 101913 101850 -63
Branches 38810 38784 -26
==========================================
- Hits 24363 24317 -46
- Misses 75066 75109 +43
+ Partials 2484 2424 -60
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…ma.json (autowarefoundation#8515) * fix(schema): fix typo in input_channels.schema.json Fixed a typo in the "lidar_pointpainting" key in the input_channels.schema.json file. Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: fix typo in lidar_pointpainting key Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: fix typo of lidar_pointpainitng channel Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Co-authored-by: Shintaro Tomie <58775300+Shin-kyoto@users.noreply.github.com>
Description
Fixed a typo in the "lidar_pointpainting" key in the input_channels.schema.json file.
Related links
Need to be merged with autowarefoundation/autoware_launch#1121
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.