Skip to content

Commit 2602ebd

Browse files
authored
fix(obstacle_cruise_planner): guarantee the stop margin (#1076)
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 8f562ed commit 2602ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/obstacle_cruise_planner/obstacle_cruise_planner.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
enable_approaching: false
2727
additional_safe_distance_margin: 3.0 # [m]
2828
min_safe_distance_margin: 3.0 # [m]
29-
suppress_sudden_obstacle_stop: true
29+
suppress_sudden_obstacle_stop: false
3030

3131
stop_obstacle_type:
3232
unknown: true

0 commit comments

Comments
 (0)