-
Notifications
You must be signed in to change notification settings - Fork 682
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
fix(static_obstacle_avoidance): fix json schema #7692
Conversation
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Documentation URL: https://autowarefoundation.github.io/autoware.universe/pr-7692/ |
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7692 +/- ##
===========================================
- Coverage 14.84% 13.65% -1.20%
===========================================
Files 1999 255 -1744
Lines 139163 26588 -112575
Branches 43716 5163 -38553
===========================================
- Hits 20661 3631 -17030
+ Misses 95731 22428 -73303
+ Partials 22771 529 -22242
☔ View full report in Codecov by Sentry. |
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
Fix json schema. Previously, mkdocs outputed following error when I opened static obstacle avoidance page.
Related links
https://autowarefoundation.github.io/autoware.universe/main/planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.