From b1a6ae4f052409d0c4c3a846bfad1a9b24a2c696 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 23 四月 2024 13:30:31 +0800
Subject: [PATCH] #

---
 src/assets/data/agv.js |   72 +++++++++++++++++++++++++++++++++---
 1 files changed, 66 insertions(+), 6 deletions(-)

diff --git a/src/assets/data/agv.js b/src/assets/data/agv.js
index affd012..6e3c479 100644
--- a/src/assets/data/agv.js
+++ b/src/assets/data/agv.js
@@ -4,7 +4,7 @@
             no: 1,
             position: [0, 0, 0],
             theta: 0,
-            height: 100,
+            height: 0,
             loaderTheta: 180,
             forkLength: 0,
             trayList: [],
@@ -16,7 +16,7 @@
             no: 1,
             position: [100, 0, 0],
             theta: 0,
-            height: 100,
+            height: 0,
             loaderTheta: 180,
             forkLength: 0,
             trayList: [],
@@ -28,7 +28,7 @@
             no: 1,
             position: [100, 0, 0],
             theta: 270,
-            height: 100,
+            height: 0,
             loaderTheta: 180,
             forkLength: 0,
             trayList: [],
@@ -40,7 +40,7 @@
             no: 1,
             position: [100, 0, 200],
             theta: 90,
-            height: 200,
+            height: 100,
             loaderTheta: 180,
             forkLength: 0,
             trayList: [],
@@ -52,7 +52,7 @@
             no: 1,
             position: [100, 0, 300],
             theta: 90,
-            height: 300,
+            height: 150,
             loaderTheta: 180,
             forkLength: 0,
             trayList: [],
@@ -64,11 +64,71 @@
             no: 1,
             position: [100, 0, 400],
             theta: 90,
-            height: 400,
+            height: 200,
             loaderTheta: 180,
             forkLength: 0,
             trayList: [],
             hasBox: false
         }
     ],
+    [
+        {
+            no: 1,
+            position: [100, 0, 400],
+            theta: 180,
+            height: 100,
+            loaderTheta: 180,
+            forkLength: 0,
+            trayList: [],
+            hasBox: false
+        }
+    ],
+    [
+        {
+            no: 1,
+            position: [100, 0, 400],
+            theta: 180,
+            height: 100,
+            loaderTheta: 180,
+            forkLength: 40,
+            trayList: [],
+            hasBox: false
+        }
+    ],
+    [
+        {
+            no: 1,
+            position: [100, 0, 400],
+            theta: 180,
+            height: 100,
+            loaderTheta: 180,
+            forkLength: 40,
+            trayList: [],
+            hasBox: true
+        }
+    ],
+    [
+        {
+            no: 1,
+            position: [100, 0, 400],
+            theta: 180,
+            height: 100,
+            loaderTheta: 180,
+            forkLength: 0,
+            trayList: [],
+            hasBox: true
+        }
+    ],
+    [
+        {
+            no: 1,
+            position: [100, 0, 400],
+            theta: 180,
+            height: 0,
+            loaderTheta: 180,
+            forkLength: 0,
+            trayList: [],
+            hasBox: true
+        }
+    ],
 ]
\ No newline at end of file

--
Gitblit v1.9.1