【销毁仿真时,停止半实物udp消息处理】
This commit is contained in:
parent
231be3b506
commit
cf01f129b5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user