Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtsts-server-go
This commit is contained in:
commit
a69758af78
@ -13,6 +13,7 @@ import (
|
||||
"joylink.club/rtsssimulation/repository"
|
||||
"joylink.club/rtsssimulation/repository/model/proto"
|
||||
"joylink.club/rtsssimulation/simulation"
|
||||
"joylink.club/rtsssimulation/system"
|
||||
)
|
||||
|
||||
// 轨旁仿真定义
|
||||
@ -63,7 +64,7 @@ func CreateSimulation(projectId int32, mapIds []int32) (*VerifySimulation, error
|
||||
}
|
||||
}
|
||||
//创建仿真
|
||||
worldId := simulation.CreateSimulation(repo, &simulation.WorldConfig{})
|
||||
worldId := simulation.CreateSimulation(repo, system.SWITCH_ZDJ9_2)
|
||||
verifySimulation := &VerifySimulation{
|
||||
MapIds: mapIds,
|
||||
ProjectId: projectId,
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6edac119a197cbc717584f4f6ad5b7c8ec33acfe
|
||||
Subproject commit 1720d6ba5ba4a0122d5374e86c4da17447b1e59d
|
Loading…
Reference in New Issue
Block a user