Skip to content

Commit

Permalink
add stop for lane change
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Nov 13, 2023
1 parent 035a8f7 commit dd91379
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit dd91379

Please sign in to comment.