Skip to content
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(start_planner): update Purpose / Role of the document #6002

Conversation

kyoichi-sugahara
Copy link
Contributor

Description

update Purpose / Role of the document

Tests performed

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Jan 1, 2024
@@ -2,17 +2,23 @@

## Purpose / Role

The Start Planner module is designed to generate a path from the current ego position to the driving lane, avoiding static obstacles and implementing safety checks against dynamic obstacles. (Note: The feature of safety checks against dynamic obstacles is currently a work in progress.)
This module is activated when a new route is received.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed expression in this PR from

The Start Planner module is designed to generate a path from the current ego position to the driving lane, avoiding static obstacles and implementing safety checks against dynamic obstacles. (Note: The feature of safety checks against dynamic obstacles is currently a work in progress.)

to

The Start Planner module is designed to generate a path from the current ego position to the driving lane, avoiding static obstacles and stopping in response to dynamic obstacles when a collision is detected.

And for the following description is not correct in my understanding 🤔

This module is activated when a new route is received.

activated condition is not only receiving new route?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought the tivated condition is only receiving new route. What are other conditions?
(I can not check the code details now🙇)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

memo:
ex) even if reciving new route, the ego deviates from center line the module is not executed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will update to add acivation condition section

@kyoichi-sugahara kyoichi-sugahara changed the title docs(start_planner) Update Purpose / Role of the document docs(start_planner): Update Purpose / Role of the document Jan 1, 2024
@kyoichi-sugahara kyoichi-sugahara changed the title docs(start_planner): Update Purpose / Role of the document docs(start_planner): update Purpose / Role of the document Jan 10, 2024
@kyoichi-sugahara kyoichi-sugahara added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 10, 2024
@kyoichi-sugahara kyoichi-sugahara enabled auto-merge (squash) January 10, 2024 04:30
Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ed8ffea) 15.22% compared to head (a595ac7) 15.22%.
Report is 33 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6002   +/-   ##
=======================================
  Coverage   15.22%   15.22%           
=======================================
  Files        1751     1751           
  Lines      120849   120849           
  Branches    36721    36721           
=======================================
  Hits        18398    18398           
  Misses      81810    81810           
  Partials    20641    20641           
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 15.22% <ø> (ø) Carriedforward from ed8ffea

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kyoichi-sugahara kyoichi-sugahara merged commit 142bc49 into autowarefoundation:main Jan 10, 2024
44 of 47 checks passed
kyoichi-sugahara added a commit to tier4/autoware.universe that referenced this pull request Jan 11, 2024
…oundation#6002)

Update Start Planner module to stop in response to dynamic obstacles

Signed-off-by: kyoichi-sugahara <[email protected]>
@kyoichi-sugahara kyoichi-sugahara deleted the docs/start_planner_purpose_update branch February 8, 2024 02:35
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 26, 2024
…oundation#6002)

Update Start Planner module to stop in response to dynamic obstacles

Signed-off-by: kyoichi-sugahara <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…oundation#6002)

Update Start Planner module to stop in response to dynamic obstacles

Signed-off-by: kyoichi-sugahara <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…oundation#6002)

Update Start Planner module to stop in response to dynamic obstacles

Signed-off-by: kyoichi-sugahara <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…oundation#6002)

Update Start Planner module to stop in response to dynamic obstacles

Signed-off-by: kyoichi-sugahara <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants