Commit cb3ecfb1 authored by 杨泽宇's avatar 杨泽宇

更新

parent 9b051ebb
...@@ -42,7 +42,7 @@ public class AGVDemoV2 : MonoBehaviour ...@@ -42,7 +42,7 @@ public class AGVDemoV2 : MonoBehaviour
while (true) while (true)
{ {
UpdateErrorReporting1(); UpdateErrorReporting1();
yield return new WaitForSeconds(60); yield return new WaitForSeconds(5);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment