Skip to content

Commit 286e5bd

Browse files
committed
fixed issue
1 parent 5305db0 commit 286e5bd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

manager/manager/manager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ def on_launch_world(self, event):
244244
Note:
245245
The method logs the start of the launch transition and the configuration details for debugging and traceability.
246246
"""
247+
# clean harmonic cache
248+
self.terminate_harmonic_processes()
247249

248250
cfg_dict = event.kwargs.get("data", {})
249251
world_cfg = cfg_dict['world']
@@ -731,6 +733,7 @@ def on_terminate_visualization(self, event):
731733
self.gui_server = None
732734

733735
def on_terminate_universe(self, event):
736+
734737
if self.world_launcher != None:
735738
self.world_launcher.terminate()
736739
if self.robot_launcher != None:

0 commit comments

Comments
 (0)