Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use motion_velocity_obstacle_<stop/slow_down/cruise>_module #1315

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading