Skip to content

Commit

Permalink
Fix the launch_utils regression (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Dec 4, 2024
1 parent 89fd4ef commit 3052b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/controller_manager/launch_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ def generate_load_controller_launch_description(
controller_params_files = [controller_params_file] if controller_params_file else None
return generate_controllers_spawner_launch_description(
controller_names=[controller_name],
controller_params_file=controller_params_files,
controller_params_files=controller_params_files,
extra_spawner_args=extra_spawner_args,
)

0 comments on commit 3052b58

Please sign in to comment.