Skip to content

Commit

Permalink
Update README.md with additional path generation feature
Browse files Browse the repository at this point in the history
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
  • Loading branch information
kyoichi-sugahara committed Feb 1, 2024
1 parent 970339c commit b63e84e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
10 changes: 8 additions & 2 deletions planning/behavior_path_start_planner_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Purpose / Role

This module generates and plans a path for safely merging from the shoulder lane into the travel lane.
This module generates and plans a path for safely merging from the shoulder lane or side of road lane into the center of the road lane.

Specifically, it includes the following features:

- The ability to automatically start from the shoulder lane.
- Plan the path to automatically start from the shoulder lane or side of road lane to center of road 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.

Expand All @@ -26,6 +26,12 @@ In the shoulder lane, when there are no parked vehicles ahead and the shoulder l
![shift_pull_out](images/shift_pull_out_path.drawio.svg){width=1100}
</figure>

Also not only from shoulder lane, but also from side of road lane, the shift pull out path is generated.

<figure markdown>
![shift_pull_out_in_road_lane](images/shift_pull_out_path_in_road_lane.drawio.svg){width=1100}
</figure>

### **Use Case 2: Geometric pull out**

In the shoulder lane, when there are objects in front and the shoulder lane is not sufficiently long behind, a geometric pull out path is generated.
Expand Down
Loading

0 comments on commit b63e84e

Please sign in to comment.