Skip to content

Commit

Permalink
enable obstacle_cruise_planner
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Jan 28, 2025
1 parent 5ebbd65 commit cc1fdc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions autoware_launch/config/planning/preset/default_preset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ launch:
# motion velocity planner modules
- arg:
name: launch_obstacle_stop_module
default: "true"
default: "false"
- arg:
name: launch_obstacle_slow_down_module
default: "true"
default: "false"
- arg:
name: launch_obstacle_cruise_module
default: "true"
default: "false"
- arg:
name: launch_dynamic_obstacle_stop_module
default: "true"
Expand All @@ -114,7 +114,7 @@ launch:

- arg:
name: motion_stop_planner_type
default: none
default: obstacle_cruise_planner
# option: obstacle_stop_planner
# obstacle_cruise_planner
# none
Expand Down

0 comments on commit cc1fdc2

Please sign in to comment.