Commit d909219 1 parent 19d30d4 commit d909219 Copy full SHA for d909219
File tree 1 file changed +4
-4
lines changed
autoware_launch/config/planning/preset
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,13 +95,13 @@ launch:
95
95
# motion velocity planner modules
96
96
- arg :
97
97
name : launch_obstacle_stop_module
98
- default : " false "
98
+ default : " true "
99
99
- arg :
100
100
name : launch_obstacle_slow_down_module
101
- default : " false "
101
+ default : " true "
102
102
- arg :
103
103
name : launch_obstacle_cruise_module
104
- default : " false "
104
+ default : " true "
105
105
- arg :
106
106
name : launch_dynamic_obstacle_stop_module
107
107
default : " true"
@@ -114,7 +114,7 @@ launch:
114
114
115
115
- arg :
116
116
name : motion_stop_planner_type
117
- default : obstacle_cruise_planner
117
+ default : none
118
118
# option: obstacle_stop_planner
119
119
# obstacle_cruise_planner
120
120
# none
You can’t perform that action at this time.
0 commit comments