Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Nov 9, 2023
1 parent 799dd02 commit 59d4373
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion planning/behavior_path_planner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `behavior_path_planner` module is responsible to generate

### Supported Scene Modules

Behavior Path Planner has following scene modules.
Behavior Path Planner has following scene modules (click on the image to view the video of the execution)

| Name | Description | Details |
| :----------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------- |
Expand All @@ -39,11 +39,16 @@ Behavior Path Planner has following scene modules.
</tr>
</table>

!!! note

Users can refer to [Planning component design](https://autowarefoundation.github.io/autoware-documentation/main/design/autoware-architecture/planning/#supported-functions) for some additional behavior.

#### How to add or implement new module?

All scene modules are implemented by inheriting base class `scene_module_interface.hpp`.

!!! warning

The remainder of this subsection is work in progress (WIP).

### Planner Manager
Expand All @@ -58,6 +63,8 @@ To check the scene module's transition, i.e.: registered, approved and candidate

![Scene module's transition table](./image/checking_module_transition.png)

!!! note

For more in-depth information, refer to [Manager design](https://autowarefoundation.github.io/autoware.universe/main/planning/behavior_path_planner/docs/behavior_path_planner_manager_design/) document.

## Inputs / Outputs / API
Expand Down

0 comments on commit 59d4373

Please sign in to comment.