Skip to content

Commit 9945090

Browse files
rephrase and replace image for cancel
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent d2c53dc commit 9945090

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -883,12 +883,12 @@ endif
883883

884884
To prevent abrupt maneuvers caused by **CANCEL** or **ABORT**, the lane change module ensures that the ego vehicle can safely return to the original lane. This is done through geometric checks that verify whether the ego vehicle remains within the lane boundaries.
885885

886-
The edges of the ego vehicle’s footprint are compared against the boundary of the current lane to determine if they exceed the overhang tolerance, cancel.overhang_tolerance. If the distance from any edge of the footprint to the boundary exceeds this threshold, the vehicle is considered to be diverging.
886+
The edges of the ego vehicle’s footprint are compared against the boundary of the current lane to determine if they exceed the overhang tolerance, `cancel.overhang_tolerance`. If the distance from any edge of the footprint to the boundary exceeds this threshold, the vehicle is considered to be diverging.
887887

888888
The footprints checked against the lane boundary include:
889889

890-
1. Current Footprint Check: Based on the ego vehicle's current position.
891-
2. Future Footprint Check: Based on the ego vehicle's estimated position after traveling a distance, calculated as:
890+
1. Current Footprint: Based on the ego vehicle's current position.
891+
2. Future Footprint: Based on the ego vehicle's estimated position after traveling a distance, calculated as:
892892

893893
$$
894894
𝑑_{est}=𝑣_{ego} \cdot \Delta_{𝑡}

0 commit comments

Comments
 (0)