Skip to content

Commit

Permalink
update presets to launch out_of_lane in the motion instead of behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem committed May 17, 2024
1 parent a29cdd9 commit 7d25a0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion autoware_launch/config/planning/preset/default_preset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ launch:
default: "false"
- arg:
name: launch_out_of_lane_module
default: "true"
default: "false"
- arg:
name: launch_no_drivable_lane_module
default: "false"
Expand All @@ -98,6 +98,11 @@ launch:
# path_sampler
# none

# motion velocity planner modules
- arg:
name: launch_motion_out_of_lane_module
default: "true"

- arg:
name: motion_stop_planner_type
default: obstacle_cruise_planner
Expand Down

0 comments on commit 7d25a0e

Please sign in to comment.