Skip to content

Commit 1859596

Browse files
reduce the hysteresis value
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
1 parent cc56b07 commit 1859596

File tree

1 file changed

+1
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_change

1 file changed

+1
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/behavior_planning/behavior_path_planner/lane_change/lane_change.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
duration: 5.0 # [s]
104104
max_lateral_jerk: 100.0 # [m/s3]
105105
overhang_tolerance: 0.0 # [m]
106-
unsafe_hysteresis_threshold: 10 # [/]
106+
unsafe_hysteresis_threshold: 5 # [/]
107107

108108
finish_judge_lateral_threshold: 0.2 # [m]
109109

0 commit comments

Comments
 (0)