Skip to content

Commit

Permalink
Fixed termination behavior when playing a scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianoboril authored Sep 24, 2021
1 parent d372d18 commit 1f69dfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion carla_connect/carla_connect_dockwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,5 @@ def _destroy_all(self):
'''
ImageProcessor.destroy_all_window()
if self._scenario_runner_process.poll() is None:
self._scenario_runner_process.communicate()
self._scenario_runner_process.kill()
self._scenario_runner_process.communicate()

0 comments on commit 1f69dfe

Please sign in to comment.