Skip to content

Commit

Permalink
update planner manager design
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed May 12, 2023
1 parent 1ceb729 commit 37c24de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ Each is activated when all conditions are met.
- we support `2D Rough Goal Pose` with the key bind `r` in rviz, but in the future there will be a panel of tools to manipulate various Route API from rviz.
- ego-vehicle is in the same lane as the goal.


<img src="https://user-images.githubusercontent.com/39142679/237929941-2ce26ea5-c84d-4d17-8cdc-103f5246db90.png" width="600">

#### pull over on shoulder lane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ The manager launches and executes scene modules in `behavior_path_planner` depen

Support status:

| Name | Simple exclusive execution | Advanced simultaneous execution |
| :----------------------- | :------------------------: | :-----------------------------: |
| Avoidance | :heavy_check_mark: | :heavy_check_mark: |
| Avoidance By Lane Change | :heavy_check_mark: | :heavy_multiplication_x: |
| Lane Change | :heavy_check_mark: | :heavy_check_mark: |
| External Lane Change | :heavy_check_mark: | :heavy_multiplication_x: |
| Pull Over | :heavy_check_mark: | :heavy_multiplication_x: |
| Pull Out | :heavy_check_mark: | :heavy_multiplication_x: |
| Side Shift | :heavy_check_mark: | :heavy_multiplication_x: |
| Name | Simple exclusive execution | Advanced simultaneous execution |
| :--------------------------------------- | :------------------------: | :-----------------------------: |
| Avoidance | :heavy_check_mark: | :heavy_check_mark: |
| Avoidance By Lane Change | :heavy_check_mark: | :heavy_multiplication_x: |
| Lane Change | :heavy_check_mark: | :heavy_check_mark: |
| External Lane Change | :heavy_check_mark: | :heavy_multiplication_x: |
| Goal Planner (without goal modification) | :heavy_check_mark: | :heavy_check_mark: |
| Goal Planner (with goal modification) | :heavy_check_mark: | :heavy_multiplication_x: |
| Pull Out | :heavy_check_mark: | :heavy_check_mark: |
| Side Shift | :heavy_check_mark: | :heavy_multiplication_x: |

Click [here](../README.md) for supported scene modules.

Expand Down

0 comments on commit 37c24de

Please sign in to comment.