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): show typical usecase of start planner and limitaion #6264

Conversation

kyoichi-sugahara
Copy link
Contributor

Description

show typical usecase of start planner and limitaion

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 Feb 1, 2024
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
@kyoichi-sugahara kyoichi-sugahara force-pushed the docs/start_planner_concept branch from e0b1891 to b334217 Compare February 1, 2024 00:49
kyoichi-sugahara and others added 2 commits February 1, 2024 09:51
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
@kyoichi-sugahara kyoichi-sugahara added the run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) label Feb 1, 2024
@@ -2,24 +2,73 @@

## 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 stopping in response to dynamic obstacles when a collision is detected.
This module generates and plans a path for safely merging from the shoulder lane into the travel lane.
Copy link
Contributor

Choose a reason for hiding this comment

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

not just shoulder lane

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry fixed in 29d1438

Comment on lines 9 to 11
- The ability to automatically start from the shoulder lane.
- When parked vehicles are present on the shoulder lane, the module generates a path that allows for starting with a gap of a specified margin.
- If a collision with other traffic participants is detected while traveling on the generated path, it will stop as much as possible.
Copy link
Contributor

Choose a reason for hiding this comment

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

not just shoulder lane

Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry fixed in 29d1438

@kosuke55
Copy link
Contributor

kosuke55 commented Feb 1, 2024

coool images!

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
@kyoichi-sugahara kyoichi-sugahara force-pushed the docs/start_planner_concept branch from e990f91 to 29d1438 Compare February 1, 2024 01:19
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
@kyoichi-sugahara kyoichi-sugahara force-pushed the docs/start_planner_concept branch from 4ae2b22 to b63e84e Compare February 1, 2024 01:22
@kyoichi-sugahara kyoichi-sugahara added run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) and removed run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) labels Feb 1, 2024
pre-commit-ci bot and others added 2 commits February 1, 2024 01:26
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
@kyoichi-sugahara kyoichi-sugahara force-pushed the docs/start_planner_concept branch from 94152f0 to f13fc13 Compare February 1, 2024 02:05
@kyoichi-sugahara kyoichi-sugahara added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 1, 2024
kyoichi-sugahara and others added 2 commits February 1, 2024 16:16
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
* chore(radar_tracks_msgs_converter): fix README

Signed-off-by: scepter914 <scepter914@gmail.com>

* fix README

Signed-off-by: scepter914 <scepter914@gmail.com>

* style(pre-commit): autofix

---------

Signed-off-by: scepter914 <scepter914@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
kyoichi-sugahara and others added 8 commits February 1, 2024 16:16
…n ego polygon overlap with centerline (autowarefoundation#6236)

* disable safety check against dynamic objects when ego polygon overlap with centerline

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
* add guard

Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
Signed-off-by: scepter914 <scepter914@gmail.com>
* chore(simple_object_merger): add config

Signed-off-by: scepter914 <scepter914@gmail.com>

* fix typo

Signed-off-by: scepter914 <scepter914@gmail.com>

* fix config

Signed-off-by: scepter914 <scepter914@gmail.com>

* refactor

Signed-off-by: scepter914 <scepter914@gmail.com>

* merge main branch

Signed-off-by: scepter914 <scepter914@gmail.com>

* apply pre-commit

Signed-off-by: scepter914 <scepter914@gmail.com>

* merge main branch

Signed-off-by: scepter914 <scepter914@gmail.com>

* style(pre-commit): autofix

---------

Signed-off-by: scepter914 <scepter914@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
…foundation#6210)

* chore(radar_crossing_objects_noise_filter): add config file

Signed-off-by: scepter914 <scepter914@gmail.com>

* bug fix

Signed-off-by: scepter914 <scepter914@gmail.com>

* merge main branch

Signed-off-by: scepter914 <scepter914@gmail.com>

---------

Signed-off-by: scepter914 <scepter914@gmail.com>
@kyoichi-sugahara kyoichi-sugahara removed the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 1, 2024
@kyoichi-sugahara kyoichi-sugahara added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 1, 2024
@kyoichi-sugahara kyoichi-sugahara merged commit a1d4df1 into autowarefoundation:main Feb 1, 2024
25 of 26 checks passed
@kyoichi-sugahara kyoichi-sugahara deleted the docs/start_planner_concept branch February 1, 2024 09:26
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…ion (autowarefoundation#6264)

* Add start planner module and related images

* Update geometric pull out path generation in shoulder lane

* Update README.md with additional path generation feature

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>

---------

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
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) run:deploy-docs Mark for deploy-docs action generation. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants