Skip to content

Commit

Permalink
modify planning preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkay Karaman committed Sep 9, 2024
1 parent 7debec5 commit e9d9cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoware_launch/config/planning/preset/default_preset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ launch:
default: "true"
- arg:
name: launch_dynamic_obstacle_avoidance
default: "false"
default: "true"
- arg:
name: launch_sampling_planner_module
default: "false" # Warning, experimental module, use only in simulations
Expand Down Expand Up @@ -70,7 +70,7 @@ launch:
default: "false"
- arg:
name: launch_run_out_module
default: "true"
default: "false"
- arg:
name: launch_speed_bump_module
default: "false"
Expand All @@ -95,7 +95,7 @@ launch:
# motion velocity planner modules
- arg:
name: launch_dynamic_obstacle_stop_module
default: "true"
default: "false"
- arg:
name: launch_out_of_lane_module
default: "true"
Expand Down

0 comments on commit e9d9cba

Please sign in to comment.