Skip to content

Commit

Permalink
fix(tier4_planning_launch): remove hardcoded param enable_slow_down f…
Browse files Browse the repository at this point in the history
…rom launch.py

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota committed Nov 17, 2022
1 parent 7c7f902 commit 0c83ed8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def launch_setup(context, *args, **kwargs):
obstacle_stop_planner_param,
obstacle_stop_planner_acc_param,
vehicle_info_param,
{"enable_slow_down": False},
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
)
Expand Down

0 comments on commit 0c83ed8

Please sign in to comment.