From cf01f129b586202d7ee5fb5df1056c29f174f865 Mon Sep 17 00:00:00 2001 From: weizhihong Date: Wed, 25 Oct 2023 13:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=94=80=E6=AF=81=E4=BB=BF=E7=9C=9F?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=81=9C=E6=AD=A2=E5=8D=8A=E5=AE=9E=E7=89=A9?= =?UTF-8?q?udp=E6=B6=88=E6=81=AF=E5=A4=84=E7=90=86=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ats/verify/simulation/simulation_manage.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ats/verify/simulation/simulation_manage.go b/ats/verify/simulation/simulation_manage.go index d61de20..b19cb08 100644 --- a/ats/verify/simulation/simulation_manage.go +++ b/ats/verify/simulation/simulation_manage.go @@ -74,6 +74,9 @@ func DestroySimulation(simulationId string) { dynamics.Default().Stop() dynamics.Default().RequestStopSimulation() } + if config.Config.Vobc.Open { + semi_physical_train.Default().Stop() + } } func createSimulationId(projectId int32) string {