Skip to content

Commit

Permalink
docs(lane_change): add description for lane expansion
Browse files Browse the repository at this point in the history
Signed-off-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
rej55 committed Jan 31, 2024
1 parent b415e2e commit aa095a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions planning/behavior_path_lane_change_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,13 @@ The following parameters are configurable in `lane_change.param.yaml`.

The following parameters are configurable in `behavior_path_planner.param.yaml` and `lane_change.param.yaml`.

#### common

| Name | Unit | Type | Description | Default value |
| :----------------------------------------- | ---- | ------ | -------------------------------------------------------------------------------------------------------------- | ------------- |
| `safety_check.lane_expansion.left_offset` | [m] | double | When it detects objects for safety check, it will expand corresponding lane with this left offset. | 0.0 |
| `safety_check.lane_expansion.right_offset` | [m] | double | When it detects objects for safety check, it will expand corresponding lane with this right offset.confidence. | 0.0 |

#### execution

| Name | Unit | Type | Description | Default value |
Expand Down

0 comments on commit aa095a8

Please sign in to comment.