Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #152 from tier4/disable-slow-down
Browse files Browse the repository at this point in the history
chore(motion_planning_launch): disable slow down
  • Loading branch information
TomohitoAndo committed Jun 8, 2022
2 parents feae129 + 3b5e063 commit 47cf041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def generate_launch_description():
common_param,
obstacle_stop_planner_param,
obstacle_stop_planner_acc_param,
{"enable_slow_down": True},
{"enable_slow_down": False},
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
)
Expand Down

0 comments on commit 47cf041

Please sign in to comment.