-
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
docs(behavior_path_planner): update goal planner docs #3690
Conversation
Documentation URL: https://autowarefoundation.github.io/autoware.universe/pr-3690/ |
1f5514d
to
11d0d93
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
11d0d93
to
1ceb729
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3690 +/- ##
==========================================
- Coverage 14.78% 14.77% -0.02%
==========================================
Files 1301 1301
Lines 92611 93094 +483
Branches 29290 29623 +333
==========================================
+ Hits 13689 13750 +61
- Misses 64153 64545 +392
- Partials 14769 14799 +30
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
292c7b8
to
37c24de
Compare
planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md
Outdated
Show resolved
Hide resolved
…_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
…_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
…_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
…_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
…_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
…_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
…_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md
Outdated
Show resolved
Hide resolved
planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md
Outdated
Show resolved
Hide resolved
…_planner_design.md
…_planner_design.md
…tion#3690) * docs(behavior_path_planner): update goal planner docs Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * update planner manager design Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix image Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com> * Update planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com> * Update planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com> * Update planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com> * Update planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com> * Update planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com> * Update planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com> * Update planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md * Update planning/behavior_path_planner/docs/behavior_path_planner_goal_planner_design.md --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
Description
update goal planner docs
🤖 Generated by Copilot at 292c7b8
This pull request improves the documentation of the
goal planner
module in thebehavior path planner
package. It explains the roles and interactions of the different submodules and provides visual and textual examples. It also defines the conditions for starting and finishing the goal planning process.Related links
Tests performed
Notes for reviewers
Interface changes
not applicable
Effects on system behavior
not applicable
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.