We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9f178 commit 992723bCopy full SHA for 992723b
1 file changed
manager/manager/manager.py
@@ -245,6 +245,12 @@ def on_launch_world(self, event):
245
The method logs the start of the launch transition and the configuration details for debugging and traceability.
246
"""
247
248
+ try:
249
+ self.terminate_harmonic_processes()
250
+ LogManager.logger.info("Removing old processes")
251
+ except:
252
+ pass
253
+
254
cfg_dict = event.kwargs.get("data", {})
255
world_cfg = cfg_dict['world']
256
robot_cfg = cfg_dict['robot']
0 commit comments