Skip to content

Commit

Permalink
fix lane expansion document
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Mar 5, 2024
1 parent 9677e4f commit 143f836
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions planning/behavior_path_lane_change_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,18 @@ The detection area for the target lane can be expanded beyond its original bound
<div align="center">
<table>
<tr>
<td><img src="./images/lane_change-lane_expansion-without" alt="Without lane expansion" width="400"></td>
<td><img src="./images/lane_change-lane_expansion-with.png" alt="With lane expansion" width="400"></td>
<td>
<div style="text-align: center;">
<div style="color: black; font-size: 20px; margin-bottom: 10px;">Without Lane Expansion</div>
<img src="./images/lane_change-lane_expansion-without.png" alt="Without lane expansion">
</div>
</td>
<td>
<div style="text-align: center;">
<div style="color: black; font-size: 20px; margin-bottom: 10px;">With Lane Expansion</div>
<img src="./images/lane_change-lane_expansion-with.png" alt="With lane expansion">
</div>
</td>
</tr>
</table>
</div>
Expand Down

0 comments on commit 143f836

Please sign in to comment.