Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(lane_change): add description for lane expansion #6251

Merged
merged 4 commits into from
Feb 2, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading