Skip to content

Commit

Permalink
docs(lane_change): add description for lane expansion (#6251)
Browse files Browse the repository at this point in the history
* docs(lane_change): add description for lane expansion

Signed-off-by: Fumiya Watanabe <[email protected]>

* Update planning/behavior_path_lane_change_module/README.md

Co-authored-by: Zulfaqar Azmi <[email protected]>

* Update planning/behavior_path_lane_change_module/README.md

Co-authored-by: Zulfaqar Azmi <[email protected]>

---------

Signed-off-by: Fumiya Watanabe <[email protected]>
Co-authored-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
rej55 and zulfaqar-azmi-t4 authored Feb 2, 2024
1 parent f825ff0 commit 57f8a94
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 | Expand the left boundary of the detection area, allowing objects previously outside on the left to be detected and registered as targets. | 0.0 |
| `safety_check.lane_expansion.right_offset` | [m] | double | Expand the right boundary of the detection area, allowing objects previously outside on the right to be detected and registered as targets. | 0.0 |

#### execution

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

0 comments on commit 57f8a94

Please sign in to comment.