Skip to content

Commit

Permalink
docs(start_planner): update Purpose / Role of the document (autowaref…
Browse files Browse the repository at this point in the history
…oundation#6002)

Update Start Planner module to stop in response to dynamic obstacles

Signed-off-by: kyoichi-sugahara <[email protected]>
  • Loading branch information
kyoichi-sugahara committed Jan 11, 2024
1 parent 0c7f926 commit 912bfd7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 41 deletions.
20 changes: 13 additions & 7 deletions planning/behavior_path_start_planner_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

Use cases are as follows
Use cases include:

- start smoothly from the current ego position to centerline.
![case1](./images/start_from_road_lane.drawio.svg)
- pull out from the side of the road lane to centerline.
![case2](./images/start_from_road_side.drawio.svg)

<figure markdown>
![case1](images/start_from_road_side.drawio.svg){width=1000}
<figcaption>pull out from side of the road lane</figcaption>
</figure>

- pull out from the shoulder lane to the road lane centerline.
![case3](./images/start_from_road_shoulder.drawio.svg)

<figure markdown>
![case2](images/start_from_start_from_road_shoulder.drawio.svg){width=1000}
<figcaption>pull out from the shoulder lane</figcaption>
</figure>

## Design

Expand Down
Loading

0 comments on commit 912bfd7

Please sign in to comment.