We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53a6ead + f18b193 commit b8dfb93Copy full SHA for b8dfb93
1 file changed
manager/manager/manager.py
@@ -245,12 +245,6 @@ 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