-
Notifications
You must be signed in to change notification settings - Fork 796
feat(autoware_obstacle_cruise_planner): created the schema file and updated the readme file #10147
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
base: main
Are you sure you want to change the base?
feat(autoware_obstacle_cruise_planner): created the schema file and updated the readme file #10147
Conversation
…ed the readme file Signed-off-by: vish0012 <vishalchhn42@gmail.com>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
planning/autoware_obstacle_cruise_planner/schema/default_common.schema.json
Outdated
Show resolved
Hide resolved
planning/autoware_obstacle_cruise_planner/schema/default_common.schema.json
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10147 +/- ##
==========================================
+ Coverage 15.48% 15.79% +0.31%
==========================================
Files 1338 1339 +1
Lines 102932 103165 +233
Branches 34796 34850 +54
==========================================
+ Hits 15939 16300 +361
- Misses 74516 74718 +202
+ Partials 12477 12147 -330
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
planning/autoware_obstacle_cruise_planner/schema/obstacle_cruise_planner.schema.json
Outdated
Show resolved
Hide resolved
Signed-off-by: vish0012 <vishalchhn42@gmail.com>
planning/autoware_obstacle_cruise_planner/schema/obstacle_cruise_planner.schema.json
Outdated
Show resolved
Hide resolved
…se_planner.schema.json Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
|
@vish0012 could you make sure the Required CI passes? json-schema-check and pre-commit.ci is failing. |
This reverts commit b1dacc8.
|
This pull request has been automatically marked as stale because it has not had recent activity. |
Description
Implement the ROS Node configuration layout described in https://github.com/orgs/autowarefoundation/discussions/3371 for the autoware_obstacle_cruise_planner package.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.