Skip to content

Commit 9677e4f

Browse files
Explaining lane expansion
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent 812e6b2 commit 9677e4f

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

planning/behavior_path_lane_change_module/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,17 @@ First, we divide the target objects into obstacles in the target lane, obstacles
298298

299299
Furthermore, to change lanes behind a vehicle waiting at a traffic light, we skip the safety check for the stopping vehicles near the traffic light. The explanation for parked car detection is written in [documentation for avoidance module](../behavior_path_avoidance_module/README.md).
300300

301+
The detection area for the target lane can be expanded beyond its original boundaries to enable detection of objects that are outside the target lane's limits.
302+
303+
<div align="center">
304+
<table>
305+
<tr>
306+
<td><img src="./images/lane_change-lane_expansion-without" alt="Without lane expansion" width="400"></td>
307+
<td><img src="./images/lane_change-lane_expansion-with.png" alt="With lane expansion" width="400"></td>
308+
</tr>
309+
</table>
310+
</div>
311+
301312
##### Collision check in prepare phase
302313

303314
The ego vehicle may need to secure ample inter-vehicle distance ahead of the target vehicle before attempting a lane change. The flag `enable_collision_check_at_prepare_phase` can be enabled to gain this behavior. The following image illustrates the differences between the `false` and `true` cases.
Loading
Loading

0 commit comments

Comments
 (0)