From 07f0fb78cf51ebbe0f0772a25894cfc689b1fd4b Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Mon, 18 Mar 2024 11:36:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6=E5=89=8D=E7=AB=AF=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=88=97=E8=BD=A6=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E4=B8=89=E6=96=B9=E6=98=A0=E5=B0=84=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=8F=8Aws=E8=BF=94=E5=9B=9E=E5=88=97=E8=BD=A6=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ts/test_simulation_manage.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/test_simulation_manage.go b/ts/test_simulation_manage.go index ee8b6bf..3aaf7fa 100644 --- a/ts/test_simulation_manage.go +++ b/ts/test_simulation_manage.go @@ -4,7 +4,6 @@ import ( "fmt" "joylink.club/bj-rtsts-server/third_party/acc" "joylink.club/bj-rtsts-server/third_party/radar" - "joylink.club/bj-rtsts-server/third_party/train_pc_sim" "log/slog" "runtime" "strconv" @@ -137,7 +136,7 @@ func runThirdParty(s *memory.VerifySimulation) error { radar.Default().Start(s) //列车加速计发送vobc acc.Default().Start(s) - train_pc_sim.Default().Start(s) + //train_pc_sim.Default().Start(s) return nil }