You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* consider stopped front objects
* simplify computation of dist to front current lane object
* add flag to enable/disable keeping distance from front stopped vehicle
* fix object filtering test
---------
Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
Signed-off-by: Kyoichi Sugahara <kyoichi.sugahara@tier4.jp>
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -886,6 +886,7 @@ The following parameters are configurable in [lane_change.param.yaml](https://gi
886
886
|`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 |
887
887
|`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 |
888
888
|`backward_length_from_intersection`|[m]| double | Distance threshold from the last intersection to invalidate or cancel the lane change path | 5.0 |
889
+
|`enable_stopped_vehicle_buffer`|[-]| bool | If true, will keep enough distance from current lane front stopped object to perform lane change when possible | true |
889
890
|`trajectory.max_prepare_duration`|[s]| double | The maximum preparation time for the ego vehicle to be ready to perform lane change. | 4.0 |
890
891
|`trajectory.min_prepare_duration`|[s]| double | The minimum preparation time for the ego vehicle to be ready to perform lane change. | 2.0 |
891
892
|`trajectory.lateral_jerk`|[m/s3]| double | Lateral jerk value for lane change path generation | 0.5 |
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/autoware_behavior_path_lane_change_module/include/autoware/behavior_path_lane_change_module/structs/parameters.hpp
0 commit comments