Skip to content

Commit

Permalink
for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran committed Jan 31, 2024
1 parent 0d60dc6 commit b65b45f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions autoware_launch/config/planning/preset/default_preset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ launch:
# behavior path modules
- arg:
name: launch_avoidance_module
default: "true"
default: "false"
- arg:
name: launch_avoidance_by_lane_change_module
default: "true"
default: "false"
- arg:
name: launch_dynamic_avoidance_module
default: "false"
- arg:
name: launch_sampling_planner_module
default: "false" # Warning, experimental module, use only in simulations
default: "true" # Warning, experimental module, use only in simulations
- arg:
name: launch_lane_change_right_module
default: "true"
default: "false"
- arg:
name: launch_lane_change_left_module
default: "true"
default: "false"
- arg:
name: launch_external_request_lane_change_right_module
default: "false"
Expand Down

0 comments on commit b65b45f

Please sign in to comment.