diff --git a/planning/behavior_path_planner/docs/behavior_path_planner_lane_change_design.md b/planning/behavior_path_planner/docs/behavior_path_planner_lane_change_design.md index fd3afa08abd6c..c915d0e661323 100644 --- a/planning/behavior_path_planner/docs/behavior_path_planner_lane_change_design.md +++ b/planning/behavior_path_planner/docs/behavior_path_planner_lane_change_design.md @@ -188,6 +188,9 @@ The following figure illustrates when the lane is blocked in multiple lane chang #### Stopping position when an object exists ahead +When an obstacle is in front of the ego-vehicle, stop with keeping a distance for lane change. +However, the position to be stopped depends on the situation, such as when the lane change is hindered by the target lane obstacle, or when the lane change is not needed immediately.The following shows the division in that case. + ##### When the ego vehicle is near the end of the lane change Regardless of the presence or absence of objects in the lane change target lane, stop by keeping the distance necessary for lane change to the object ahead.