Skip to content

Commit 0e15671

Browse files
update README
Signed-off-by: Zulfaqar Azmi <[email protected]>
1 parent f9859d4 commit 0e15671

File tree

1 file changed

+1
-0
lines changed
  • planning/behavior_path_lane_change_module

1 file changed

+1
-0
lines changed

planning/behavior_path_lane_change_module/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ The following parameters are configurable in `lane_change.param.yaml`.
341341
| `prepare_duration` | [m] | double | The preparation time for the ego vehicle to be ready to perform lane change. | 4.0 |
342342
| `backward_length_buffer_for_end_of_lane` | [m] | double | The end of lane buffer to ensure ego vehicle has enough distance to start lane change | 3.0 |
343343
| `backward_length_buffer_for_blocking_object` | [m] | double | The end of lane buffer to ensure ego vehicle has enough distance to start lane change when there is an object in front | 3.0 |
344+
| `backward_length_from_intersection` | [m] | double | Distance threshold from the last intersection to invalidate or cancel the lane change path | 5.0 |
344345
| `lane_change_finish_judge_buffer` | [m] | double | The additional buffer used to confirm lane change process completion | 3.0 |
345346
| `finish_judge_lateral_threshold` | [m] | double | Lateral distance threshold to confirm lane change process completion | 0.2 |
346347
| `lane_changing_lateral_jerk` | [m/s3] | double | Lateral jerk value for lane change path generation | 0.5 |

0 commit comments

Comments
 (0)