Skip to content

Commit 57f8a94

Browse files
docs(lane_change): add description for lane expansion (#6251)
* docs(lane_change): add description for lane expansion Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * Update planning/behavior_path_lane_change_module/README.md Co-authored-by: Zulfaqar Azmi <93502286+zulfaqar-azmi-t4@users.noreply.github.com> * Update planning/behavior_path_lane_change_module/README.md Co-authored-by: Zulfaqar Azmi <93502286+zulfaqar-azmi-t4@users.noreply.github.com> --------- Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Zulfaqar Azmi <93502286+zulfaqar-azmi-t4@users.noreply.github.com>
1 parent f825ff0 commit 57f8a94

File tree

1 file changed

+7
-0
lines changed
  • planning/behavior_path_lane_change_module

1 file changed

+7
-0
lines changed

planning/behavior_path_lane_change_module/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,13 @@ The following parameters are configurable in `lane_change.param.yaml`.
361361

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

364+
#### common
365+
366+
| Name | Unit | Type | Description | Default value |
367+
| :----------------------------------------- | ---- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
368+
| `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 |
369+
| `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 |
370+
364371
#### execution
365372

366373
| Name | Unit | Type | Description | Default value |

0 commit comments

Comments
 (0)