This commit is contained in:
xzb 2023-10-25 17:04:06 +08:00
commit b15366c01f

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 {