Skip to content

Commit 6da47e7

Browse files
committed
revert: cli
1 parent bb8a3b4 commit 6da47e7

File tree

1 file changed

+1
-0
lines changed
  • driving_log_replayer_cli/simulation

1 file changed

+1
-0
lines changed

driving_log_replayer_cli/simulation/run.py

+1
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ def cmd_use_bag_only(
241241
if launch_localization is not None:
242242
launch_arg_dict_scenario["localization"] = launch_localization
243243
launch_arg_dict_scenario.update(launch_args_dict)
244+
launch_command += launch_dict_to_str(launch_arg_dict_scenario) + "\n"
244245
return launch_command + clean_up_cmd()
245246

246247

0 commit comments

Comments
 (0)