#
luxiaotao1123
2024-04-23 b1a6ae4f052409d0c4c3a846bfad1a9b24a2c696
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
        }
    ],
]