【销毁仿真时,停止半实物udp消息处理】

This commit is contained in:
weizhihong 2023-10-25 13:14:19 +08:00
parent 231be3b506
commit cf01f129b5

View File

@ -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 {