#
luxiaotao1123
2024-04-23 f6ce1803db1955446c161ad243157a1a8d22b06a
src/assets/data/agv.js
@@ -0,0 +1,74 @@
export default [
    [
        {
            no: 1,
            position: [0, 0, 0],
            theta: 0,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
    [
        {
            no: 1,
            position: [100, 0, 0],
            theta: 0,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
    [
        {
            no: 1,
            position: [100, 0, 0],
            theta: 90,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
    [
        {
            no: 1,
            position: [100, 0, 200],
            theta: 90,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
    [
        {
            no: 1,
            position: [100, 0, 300],
            theta: 90,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
    [
        {
            no: 1,
            position: [100, 0, 300],
            theta: 90,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
]