Skip to content

Commit a0844ad

Browse files
authored
feat: add a part of important planning parameters' explanation (#338)
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
1 parent a6ad944 commit a0844ad

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

  • docs/design/autoware-architecture/planning

docs/design/autoware-architecture/planning/index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ For more details, please refer to the design documents in each package.
8383

8484
![supported-functions](image/planning-functions.drawio.svg)
8585

86+
## Important Parameters
87+
88+
| Package | Parameter | Type | Description |
89+
| ---------------------------- | ------------------------------------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------ |
90+
| `obstacle_stop_planner` | `stop_planner.stop_position.max_longitudinal_margin` | double | distance between the ego and the front vehicle when stopping (when `cruise_planner_type:=obstacle_stop_planner`) |
91+
| `obstacle_cruise_planner` | `common.safe_distance_margin` | double | distance between the ego and the front vehicle when stopping (when `cruise_planner_type:=obstacle_cruise_planner`) |
92+
| `behavior_path_planner` | `avoidance.avoidance.lateral.lateral_collision_margin` | double | minimum lateral margin to obstacle on avoidance |
93+
| `behavior_path_planner` | `avoidance.avoidance.lateral.lateral_collision_safety_buffer` | double | additional lateral margin to obstacle if possible on avoidance |
94+
| `obstacle_avoidance_planner` | `option.enable_outside_drivable_area_stop` | bool | If set true, a stop point will be inserted before the path footprint is outside the drivable area. |
95+
8696
## Notation
8797

8898
### [1] self-crossing road and overlapped
@@ -99,6 +109,6 @@ Currently, the supported modules are as follows.
99109
- obstacle_stop_planner
100110
- motion_velocity_smoother
101111

102-
#### [2] Size of Path Points
112+
### [2] Size of Path Points
103113

104114
Some functions do not support paths with only one point. Therefore, each modules should generate the path with more than two path points.

0 commit comments

Comments
 (0)