Skip to content

Commit 080250b

Browse files
add additional note
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent 917e990 commit 080250b

File tree

1 file changed

+12
-0
lines changed
  • planning/behavior_path_planner/autoware_behavior_path_lane_change_module

1 file changed

+12
-0
lines changed

planning/behavior_path_planner/autoware_behavior_path_lane_change_module/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,18 @@ The following table provides comparisons between the planners
820820
</table>
821821
</div>
822822

823+
!!! note
824+
825+
The planner can be enabled or disabled using the `frenet.enable` flag.
826+
827+
!!! note
828+
829+
Since only a segment of the target lane is used as input to generate the lane change path, the end pose of the lane change segment may not smoothly connect to the target lane centerline. To address this, increase the value of `frenet.th_curvature_smoothing` to improve the smoothness.
830+
831+
!!! note
832+
833+
The yaw difference threshold (`frenet.th_yaw_diff`) limits the maximum curvature difference between the end of the prepare segment and the lane change segment. This threshold might prevent the generation of a lane change path when the lane curvature is high. In such cases, you can increase the frenet.th_yaw_diff value. However, note that if the prepare path was initially shifted by other modules, the resultant steering may not be continuous.
834+
823835
## Aborting a Previously Approved Lane Change
824836

825837
Once the lane change path is approved, there are several situations where we may need to abort the maneuver. The abort process is triggered when any of the following conditions is met

0 commit comments

Comments
 (0)