Skip to content

Commit

Permalink
feat: use motion_velocity_obstacle_<stop/slow_down/cruise>_module (#1315
Browse files Browse the repository at this point in the history
)

Revert "enable obstacle_cruise_planner"

This reverts commit cbd6873.
  • Loading branch information
takayuki5168 authored Feb 7, 2025
1 parent 19d30d4 commit d909219
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: "false"
default: "true"
- arg:
name: launch_obstacle_slow_down_module
default: "false"
default: "true"
- arg:
name: launch_obstacle_cruise_module
default: "false"
default: "true"
- arg:
name: launch_dynamic_obstacle_stop_module
default: "true"
Expand All @@ -114,7 +114,7 @@ launch:

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

0 comments on commit d909219

Please sign in to comment.