From 8c982a086bc5627bf20a8c2f44489165b08348f8 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 09 五月 2024 10:30:07 +0800
Subject: [PATCH] #

---
 src/assets/data/shelf.js |   30 +++++++++++++++---------------
 src/components/agv.jsx   |    1 -
 2 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/src/assets/data/shelf.js b/src/assets/data/shelf.js
index 44e5f84..425db51 100644
--- a/src/assets/data/shelf.js
+++ b/src/assets/data/shelf.js
@@ -88,21 +88,21 @@
   //   position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[3]]),
   //   rotationY: Math.PI / 2,
   // },
-  {
-    no: '3-10-1',
-    position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[2]]),
-    rotationY: Math.PI / 2,
-  },
-  {
-    no: '3-13-1',
-    position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[1]]),
-    rotationY: Math.PI / 2,
-  },
-  {
-    no: '3-16-1',
-    position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[0]]),
-    rotationY: Math.PI / 2,
-  },
+  // {
+  //   no: '3-10-1',
+  //   position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[2]]),
+  //   rotationY: Math.PI / 2,
+  // },
+  // {
+  //   no: '3-13-1',
+  //   position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[1]]),
+  //   rotationY: Math.PI / 2,
+  // },
+  // {
+  //   no: '3-16-1',
+  //   position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[0]]),
+  //   rotationY: Math.PI / 2,
+  // },
 
 
 ];
diff --git a/src/components/agv.jsx b/src/components/agv.jsx
index bc1fc69..3c9f99b 100644
--- a/src/components/agv.jsx
+++ b/src/components/agv.jsx
@@ -30,7 +30,6 @@
 }
 
 const getLoaderHasBox = (loaderAngle, finger1, finger2, finger3, finger4) => {
-    console.log(loaderAngle, finger1, finger2, finger3, finger4);
     if (loaderAngle > 360 - 10 || loaderAngle < 0 + 10) {
         return finger3 && finger4;
     }

--
Gitblit v1.9.1