Skip to content

Commit 1421320

Browse files
committed
fix: arg
1 parent cdf4e9f commit 1421320

File tree

1 file changed

+0
-1
lines changed
  • driving_log_replayer_cli/simulation

1 file changed

+0
-1
lines changed

driving_log_replayer_cli/simulation/run.py

-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ def cmd_use_bag_only(
236236
if direct_initialpose is not None:
237237
launch_arg_dict_scenario["initial_pose"] = direct_initialpose
238238
launch_arg_dict_scenario.update(launch_args_dict)
239-
launch_command += launch_dict_to_str(launch_arg_dict_scenario) + "\n"
240239
return launch_command + clean_up_cmd()
241240

242241

0 commit comments

Comments
 (0)