Skip to content

Commit

Permalink
Update launch/tier4_control_launch/launch/control.launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
takayuki5168 authored Aug 18, 2022
1 parent 1bf1910 commit f035c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_control_launch/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def launch_setup(context, *args, **kwargs):
"/control/trajectory_follower/lateral/predicted_trajectory",
),
],
parameters=[nearest_search_param_path, lane_departure_checker_param, vehicle_info_param],
parameters=[nearest_search_param, lane_departure_checker_param, vehicle_info_param],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
)

Expand Down

0 comments on commit f035c0b

Please sign in to comment.