Skip to content

Commit 0bc0f55

Browse files
Merge pull request #783 from tier4/hotfix/beta/v0.42_obstacle_stop
fix(planning): param update for sudden stop (autowarefoundation#1345)
2 parents 223690e + 0c4ac56 commit 0bc0f55

File tree

1 file changed

+1
-1
lines changed
  • autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner

1 file changed

+1
-1
lines changed

autoware_launch/config/planning/scenario_planning/lane_driving/motion_planning/motion_velocity_planner/obstacle_stop.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
obstacle_stop:
44
option:
55
ignore_crossing_obstacle: true
6-
suppress_sudden_stop: true
6+
suppress_sudden_stop: false
77

88
stop_planning:
99
stop_margin : 5.0 # longitudinal margin to obstacle [m]

0 commit comments

Comments
 (0)