-
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(pose_initializer): fix README and json schema default value #6342
docs(pose_initializer): fix README and json schema default value #6342
Conversation
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
…se_initializer Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
The |
#6465 will fix the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6342 +/- ##
=======================================
Coverage 15.10% 15.10%
=======================================
Files 1823 1823
Lines 126292 126292
Branches 38188 38188
=======================================
Hits 19077 19077
Misses 85825 85825
Partials 21390 21390
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…owarefoundation#6342) * remove conventional parameter table Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove \n in array in json Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add map_loader_name in param.yaml Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* remove conventional parameter table Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove \n in array in json Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add map_loader_name in param.yaml Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…owarefoundation#6342) * remove conventional parameter table Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * remove \n in array in json Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * add map_loader_name in param.yaml Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
\n
in array of JSON schema.Tests performed
before

after

Effects on system behavior
Does not affect.
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.